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/lint-translation-files.js --check parsing
* Run script/i18n/lint-translation-files.js --check rendering
* run script/i18n/reset-files-with-broken-liquid-tags.js --language=cn
* run script/i18n/reset-known-broken-translation-files.js
* Check in cn CSV report
Co-authored-by: Peter Bengtsson <peterbe@github.com>
Copy file name to clipboardExpand all lines: translations/zh-CN/content/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,7 @@ To see an overview of your repository subscriptions, see "[Reviewing repositorie
72
72
73
73
{% tip %}
74
74
75
-
**Tip:** Instead of watching a repository, consider only receiving notifications when there are updates to {% data reusables.notifications-v2.custom-notification-types %} (if enabled for the repository), or any combination of these options, or completely unwatching a repository.
75
+
**提示:**不是关注存储库,而是考虑仅在 {% data reusables.notifications-v2.custom-notification-types %} 更新(如已为存储库启用)或这些选项的任意组合时接收通知,或者完全取消关注存储库。
Copy file name to clipboardExpand all lines: translations/zh-CN/content/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-security-and-analysis-settings-for-your-user-account.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ shortTitle: 管理安全和分析
31
31
32
32
{% data reusables.user-settings.access_settings %}
33
33
{% data reusables.user-settings.security-analysis %}
34
-
3.Under "Code security and analysis", to the right of the feature, click **Disable all** or **Enable all**.
34
+
3.在“Code security and analysis(代码安全和分析)”下,单击功能右侧的 **Disable all(全部禁用)**或 **Enable all(全部启用)**。
35
35
{% ifversion ghes > 3.2 %}{% else %}{% endif %}
36
36
6. (可选)默认情况下为您拥有的新存储库启用该功能。
37
37
{% ifversion ghes > 3.2 %}{% else %}{% endif %}
@@ -44,7 +44,7 @@ shortTitle: 管理安全和分析
44
44
45
45
{% data reusables.user-settings.access_settings %}
46
46
{% data reusables.user-settings.security-analysis %}
47
-
3.Under "Code security and analysis", to the right of the feature, enable or disable the feature by default for new repositories that you own.
47
+
3.在“Code security and analysis(代码安全和分析)”下,在功能右侧,默认为您拥有的新存储库启用或禁用该功能。
48
48
{% ifversion ghes > 3.2 %}{% else %}{% endif %}
Copy file name to clipboardExpand all lines: translations/zh-CN/content/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-a-user-account-repository.md
Copy file name to clipboardExpand all lines: translations/zh-CN/content/account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/viewing-peoples-roles-in-an-organization.md
Copy file name to clipboardExpand all lines: translations/zh-CN/content/actions/creating-actions/creating-a-docker-container-action.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -237,7 +237,7 @@ jobs:
237
237
```
238
238
{% endraw %}
239
239
240
-
从您的仓库中,单击 **Actions(操作)**选项卡,然后选择最新的工作流程来运行。 Under**Jobs** or in the visualization graph, click **A job to say hello**. 您应看到 "Hello Mona the Octocat" 或您用于 `who-to-greet` 输入的姓名和时间戳在日志中打印。
240
+
从您的仓库中,单击 **Actions(操作)**选项卡,然后选择最新的工作流程来运行。 在**Jobs(作业)**下或可视化图形中,单击 **A job to say hello(打招呼的作业)**。 您应看到 "Hello Mona the Octocat" 或您用于 `who-to-greet` 输入的姓名和时间戳在日志中打印。
Copy file name to clipboardExpand all lines: translations/zh-CN/content/actions/creating-actions/creating-a-javascript-action.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -263,6 +263,6 @@ jobs:
263
263
```
264
264
{% endraw %}
265
265
266
-
从您的仓库中,单击 **Actions(操作)**选项卡,然后选择最新的工作流程来运行。 Under**Jobs** or in the visualization graph, click **A job to say hello**. 您应看到 "Hello Mona the Octocat" 或您用于 `who-to-greet` 输入的姓名和时间戳在日志中打印。
266
+
从您的仓库中,单击 **Actions(操作)**选项卡,然后选择最新的工作流程来运行。 在**Jobs(作业)**下或可视化图形中,单击 **A job to say hello(打招呼的作业)**。 您应看到 "Hello Mona the Octocat" 或您用于 `who-to-greet` 输入的姓名和时间戳在日志中打印。
Copy file name to clipboardExpand all lines: translations/zh-CN/content/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups.md
You can configure a runner group to be accessible to a specific list of repositories, or to all repositories in the organization.{% ifversion ghec or ghes %} By default, only private repositories can access runners in a runner group, but you can override this. 如果配置企业共享的组织的运行组,则不能覆盖此设置。{% endif %}
72
+
您可以将运行器组配置为可供特定的存储库列表或组织中的所有存储库访问。{% ifversion ghec or ghes %} 默认情况下,只有私有存储库可以访问运行器组中的运行器,但您可以覆盖此操作。 如果配置企业共享的组织的运行组,则不能覆盖此设置。{% endif %}
{% data reusables.actions.self-hosted-runner-groups-add-to-enterprise-first-steps %}
99
-
1.To choose a policy for organization access, select the **Organization access** drop-down, and click a policy. You can configure a runner group to be accessible to a specific list of organizations, or all organizations in the enterprise.{% ifversion ghes %} By default, only private repositories can access runners in a runner group, but you can override this.{% endif %}
Copy file name to clipboardExpand all lines: translations/zh-CN/content/actions/learn-github-actions/understanding-github-actions.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,13 +32,13 @@ topics:
32
32
33
33
{% elsif ghes or ghae %}
34
34
35
-
You must host your own Linux, Windows, or macOS virtual machines to run workflows for {% data variables.product.product_location %}. {% data reusables.actions.self-hosted-runner-locations %}
35
+
您必须托管自己的 Linux、Windows 或 macOS 虚拟机才能运行 {% data variables.product.product_location %} 工作流程。 {% data reusables.actions.self-hosted-runner-locations %}
36
36
37
37
{% endif %}
38
38
39
39
{% ifversion ghec or ghes or ghae %}
40
40
41
-
For more information about introducing {% data variables.product.prodname_actions %} to your enterprise, see "[Introducing {% data variables.product.prodname_actions %} to your enterprise](/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise)."
41
+
有关向企业介绍 {% data variables.product.prodname_actions %} 的详细信息,请参阅“[向企业介绍 {% data variables.product.prodname_actions %}](/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise)”。
42
42
43
43
{% endif %}
44
44
@@ -239,7 +239,7 @@ _操作_是 {% data variables.product.prodname_actions %} 平台的自定义应
239
239
240
240
## 查看工作流程的活动
241
241
242
-
Once your workflow has started running, you can see a visualization graph of the run's progress and view each step's activity on {% data variables.product.prodname_dotcom %}.
242
+
工作流程开始运行后,您可以查看运行进度的可视化图表,并在 {% data variables.product.prodname_dotcom %} 上查看每个步骤的活动。
243
243
244
244
{% data reusables.repositories.navigate-to-repo %}
0 commit comments