From bb5dee18fc1007dc41d4e983c5f40e460fa00071 Mon Sep 17 00:00:00 2001 From: brianlu2610 <68666483+brianlu2610@users.noreply.github.com> Date: Sun, 24 Dec 2023 19:19:26 -0500 Subject: [PATCH] feat(translation): missing content for zh-cn and zh-tw (#68294) * feat(translations): adding missing readme content in simplified and traditional chinese * feat(translations): adding missing digital ocean content on both zh-cn and zh-tw * feat(translations): add missing colon --------- Co-authored-by: Brian Lu Co-authored-by: Roshan Jossy --- translations/README.zh-cn.md | 19 ++++++++++++++++++- translations/README.zh-tw.md | 18 ++++++++++++++++++ 2 files changed, 36 insertions(+), 1 deletion(-) diff --git a/translations/README.zh-cn.md b/translations/README.zh-cn.md index 7ba0c629376..a84b9bf0c17 100644 --- a/translations/README.zh-cn.md +++ b/translations/README.zh-cn.md @@ -9,7 +9,7 @@ 你可以通过阅读文章和观看教程来得到帮助,但上手实操才是最好的学习方式。本项目旨在简化并指导初学者参与他们的第一次开源。记住:过程越轻松,学习效益越高。如果你想要做出第一次贡献,只需按照以下简单步骤操作即可。这将会是一个很有趣的过程 :) -_如果你不习惯命令行,[这里有图形界面工具的教程。](#使用其他工具的教程)_ +_如果你对 command line(命令行)不熟悉,请参考以下的 [GUI 工具教程](#使用其他工具的教程)。_ fork this repository @@ -85,6 +85,17 @@ git push origin <分支的名称> ``` 将 `<分支的名称>` 替换为之前新建的分支名称。 +
+ 如果在 push(发布)过程中出 error(错误),点击这里 + +- ### Authentication Error +
remote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instead.
+  remote: Please see https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ for more information.
+  fatal: Authentication failed for 'https://github.com//first-contributions.git/'
+ 去 [GitHub's tutorial](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account) 学习如何生成新的 SSH 密匙以及配置。 + +
+ ## 提出 Pull Request 将你的修改供他人审阅 前往你的 Github 代码仓库,你会看到一个 `Compare & pull request` 的按钮。点击该按钮。 @@ -113,3 +124,9 @@ git push origin <分支的名称> | --- | --- | --- | --- | --- | --- | | [GitHub Desktop](../gui-tool-tutorials/github-desktop-tutorial.md) | [Visual Studio 2017](../gui-tool-tutorials/github-windows-vs2017-tutorial.md) | [GitKraken](../gui-tool-tutorials/gitkraken-tutorial.md) | [Visual Studio Code](../gui-tool-tutorials/github-windows-vs-code-tutorial.md) | [Atlassian Sourcetree](../gui-tool-tutorials/sourcetree-macos-tutorial.md) | [IntelliJ IDEA](../gui-tool-tutorials/github-windows-intellij-tutorial.md) | +

项目支持者:

+

+ + + +

diff --git a/translations/README.zh-tw.md b/translations/README.zh-tw.md index 044a4a3cde9..e3b7ce837fc 100644 --- a/translations/README.zh-tw.md +++ b/translations/README.zh-tw.md @@ -85,6 +85,17 @@ git push origin ``` 將 `` 替換為之前新建的分支名稱。 +
+ 如果在 push(發佈)过程中出 error(錯誤),點擊這裡 + +- ### Authentication Error +
remote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instead.
+  remote: Please see https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ for more information.
+  fatal: Authentication failed for 'https://github.com//first-contributions.git/'
+ 去 [GitHub's tutorial](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account) 學習如何生成新的 SSH 密匙以及配置。 + +
+ ## 提出 Pull Request 將你/妳的修改供他人審閱 前往先前自己 Fork 的 GitHub 儲存庫,會看到一個 `Compare & pull request` 的按鈕,點選該按鈕。 @@ -113,3 +124,10 @@ git push origin | GitHub Desktop | Visual Studio 2017 | GitKraken | VS Code | Sourcetree App | IntelliJ IDEA | | --- | --- | --- | --- | --- | --- | | [GitHub Desktop](../gui-tool-tutorials/github-desktop-tutorial.md) | [Visual Studio 2017](../gui-tool-tutorials/github-windows-vs2017-tutorial.md) | [GitKraken](../gui-tool-tutorials/gitkraken-tutorial.md) | [Visual Studio Code](../gui-tool-tutorials/github-windows-vs-code-tutorial.md) | [Atlassian Sourcetree](../gui-tool-tutorials/sourcetree-macos-tutorial.md) | [IntelliJ IDEA](../gui-tool-tutorials/github-windows-intellij-tutorial.md) | + +

項目支持者:

+

+ + + +