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

Commit 8e6e9d1

Browse files
New translations Resources.resx (Chinese Simplified)
1 parent 23d6165 commit 8e6e9d1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -809,7 +809,7 @@
809809
<value>没有活动的存储库可以导航</value>
810810
</data>
811811
<data name="ChangesInWorkingDirectoryMessage" xml:space="preserve">
812-
<value>自创建固定链接以来,此文件已更改</value>
812+
<value>The working file is different to the file at '{0}'. Please checkout the corresponding branch, pull request or commit.</value>
813813
</data>
814814
<data name="DifferentRepositoryMessage" xml:space="preserve">
815815
<value>请打开存储库“{0}”,然后重试</value>
@@ -844,4 +844,7 @@
844844
<data name="RepositoriesMustHaveRemoteOriginHowToFix" xml:space="preserve">
845845
<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>
846846
</data>
847+
<data name="CouldntFindCorrespondingFile" xml:space="preserve">
848+
<value>Couldn't find file corresponding to '{0}' in the repository. Please do a 'git fetch' or checkout the target pull request.</value>
849+
</data>
847850
</root>

0 commit comments

Comments
 (0)