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

Commit 76a1043

Browse files
New translations Resources.resx (Chinese Simplified)
1 parent 33cdfc3 commit 76a1043

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -835,4 +835,13 @@
835835
<data name="YouHaveAlreadyClonedToThisLocation" xml:space="preserve">
836836
<value>您已经克隆到此位置。单击 "打开" 打开本地存储库。</value>
837837
</data>
838+
<data name="CantFindGitHubUrlForRepository" xml:space="preserve">
839+
<value>Can't find GitHub URL for repository</value>
840+
</data>
841+
<data name="RepositoriesMustHaveRemoteOrigin" xml:space="preserve">
842+
<value>Repositories must have a remote called "origin" defined in order to locate their GitHub URL.</value>
843+
</data>
844+
<data name="RepositoriesMustHaveRemoteOriginHowToFix" xml:space="preserve">
845+
<value>Please rename one of your existing remotes to 'origin' or add a new remote named 'origin' and fetch. This can be done from the command line or by clicking the button below.</value>
846+
</data>
838847
</root>

0 commit comments

Comments
 (0)