New translations Resources.resx (Chinese Simplified)

This commit is contained in:
EditorToolsTranslationBot 2018-09-27 13:12:03 -04:00
Родитель b582064b84
Коммит 3cabc8a938
1 изменённых файлов: 16 добавлений и 1 удалений

Просмотреть файл

@ -123,6 +123,9 @@
<data name="CloneTitle" xml:space="preserve">
<value>克隆一个 版本库</value>
</data>
<data name="OpenFromGitHubTitle" xml:space="preserve">
<value>Open from GitHub</value>
</data>
<data name="CouldNotConnectToGitHub" xml:space="preserve">
<value>无法连接到github.com</value>
</data>
@ -327,7 +330,7 @@
<value>取消评审</value>
</data>
<data name="DestinationAlreadyExists" xml:space="preserve">
<value>The destination already exists.</value>
<value>A file exists at the destination path.</value>
</data>
<data name="LogoutRequired" xml:space="preserve">
<value>Logout Required</value>
@ -820,4 +823,16 @@
<data name="NoResolveSameOwnerMessage" xml:space="preserve">
<value>无法在当前存储库中找到目标URL。在进行提取后再试一次。</value>
</data>
<data name="CantFindARepositoryAtLocalPath" xml:space="preserve">
<value>There is already a directory at this location, but it doesn't contain a repository.</value>
</data>
<data name="LocalRepositoryDoesntHaveARemoteOrigin" xml:space="preserve">
<value>A repository already exists at this location, but it doesn't have a remote named "origin".</value>
</data>
<data name="LocalRepositoryHasARemoteOf" xml:space="preserve">
<value>A repository already exists at this location, but it has a remote of {0}.</value>
</data>
<data name="YouHaveAlreadyClonedToThisLocation" xml:space="preserve">
<value>You have already cloned to this location. Click 'Open' to open the local repository.</value>
</data>
</root>