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

Commit 3cabc8a

Browse files
New translations Resources.resx (Chinese Simplified)
1 parent b582064 commit 3cabc8a

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

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

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,9 @@
123123
<data name="CloneTitle" xml:space="preserve">
124124
<value>克隆一个 版本库</value>
125125
</data>
126+
<data name="OpenFromGitHubTitle" xml:space="preserve">
127+
<value>Open from GitHub</value>
128+
</data>
126129
<data name="CouldNotConnectToGitHub" xml:space="preserve">
127130
<value>无法连接到github.com</value>
128131
</data>
@@ -327,7 +330,7 @@
327330
<value>取消评审</value>
328331
</data>
329332
<data name="DestinationAlreadyExists" xml:space="preserve">
330-
<value>The destination already exists.</value>
333+
<value>A file exists at the destination path.</value>
331334
</data>
332335
<data name="LogoutRequired" xml:space="preserve">
333336
<value>Logout Required</value>
@@ -820,4 +823,16 @@
820823
<data name="NoResolveSameOwnerMessage" xml:space="preserve">
821824
<value>无法在当前存储库中找到目标URL。在进行提取后再试一次。</value>
822825
</data>
826+
<data name="CantFindARepositoryAtLocalPath" xml:space="preserve">
827+
<value>There is already a directory at this location, but it doesn't contain a repository.</value>
828+
</data>
829+
<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>
831+
</data>
832+
<data name="LocalRepositoryHasARemoteOf" xml:space="preserve">
833+
<value>A repository already exists at this location, but it has a remote of {0}.</value>
834+
</data>
835+
<data name="YouHaveAlreadyClonedToThisLocation" xml:space="preserve">
836+
<value>You have already cloned to this location. Click 'Open' to open the local repository.</value>
837+
</data>
823838
</root>

0 commit comments

Comments
 (0)