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

Commit 34b1fe8

Browse files
Merge pull request #1958 from github/l10n_master
New Crowdin translations
2 parents b582064 + 440c2eb commit 34b1fe8

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-3
lines changed

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

Lines changed: 18 additions & 3 deletions
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,10 +330,10 @@
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">
333-
<value>Logout Required</value>
336+
<value>需要注销</value>
334337
</data>
335338
<data name="day" xml:space="preserve">
336339
<value>{0:N0} 天前</value>
@@ -345,7 +348,7 @@
345348
<value>{0:N0} 小时前</value>
346349
</data>
347350
<data name="JustNow" xml:space="preserve">
348-
<value>just now</value>
351+
<value>就现在</value>
349352
</data>
350353
<data name="minute" xml:space="preserve">
351354
<value>{0:N0} 分钟前</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)