Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 775b5bd

Browse files
authored
Merge pull request #1979 from github/simplified-chinese-changes
Simplified chinese changes
2 parents b74380d + 325e0b8 commit 775b5bd

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/GitHub.Resources/Resources.zh-CN.resx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -118,13 +118,13 @@
118118
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
119119
</resheader>
120120
<data name="BrowseForDirectory" xml:space="preserve">
121-
<value>为新版本库选择文件夹。</value>
121+
<value>为新存储库选择包含文件夹。</value>
122122
</data>
123123
<data name="CloneTitle" xml:space="preserve">
124-
<value>克隆一个 版本库</value>
124+
<value>克隆存储库</value>
125125
</data>
126126
<data name="OpenFromGitHubTitle" xml:space="preserve">
127-
<value>Open from GitHub</value>
127+
<value>GitHub 打开</value>
128128
</data>
129129
<data name="CouldNotConnectToGitHub" xml:space="preserve">
130130
<value>无法连接到github.com</value>
@@ -330,7 +330,7 @@
330330
<value>取消评审</value>
331331
</data>
332332
<data name="DestinationAlreadyExists" xml:space="preserve">
333-
<value>A file exists at the destination path.</value>
333+
<value>有一个文件在目标路径已存在。</value>
334334
</data>
335335
<data name="LogoutRequired" xml:space="preserve">
336336
<value>需要注销</value>
@@ -824,15 +824,15 @@
824824
<value>无法在当前存储库中找到目标URL。在进行提取后再试一次。</value>
825825
</data>
826826
<data name="CantFindARepositoryAtLocalPath" xml:space="preserve">
827-
<value>There is already a directory at this location, but it doesn't contain a repository.</value>
827+
<value>此位置已经有一个目录, 但它不包含存储库。</value>
828828
</data>
829829
<data name="LocalRepositoryDoesntHaveARemoteOrigin" xml:space="preserve">
830-
<value>A repository already exists at this location, but it doesn't have a remote named "origin".</value>
830+
<value>此位置已存在存储库, 但它没有名为 "origin"的远端。</value>
831831
</data>
832832
<data name="LocalRepositoryHasARemoteOf" xml:space="preserve">
833-
<value>A repository already exists at this location, but it has a remote of {0}.</value>
833+
<value>此位置已存在存储库, 但它具有 {0} 的远端。</value>
834834
</data>
835835
<data name="YouHaveAlreadyClonedToThisLocation" xml:space="preserve">
836-
<value>You have already cloned to this location. Click 'Open' to open the local repository.</value>
836+
<value>您已经克隆到此位置。单击 "打开" 打开本地存储库。</value>
837837
</data>
838838
</root>

0 commit comments

Comments
 (0)