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

Commit f00e942

Browse files
New translations Resources.resx (Spanish)
1 parent e71a356 commit f00e942

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/GitHub.Resources/Resources.es-ES.resx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -810,7 +810,7 @@ https://git-scm.com/download/win</value>
810810
<value>There is no active repository to navigate</value>
811811
</data>
812812
<data name="ChangesInWorkingDirectoryMessage" xml:space="preserve">
813-
<value>This file has changed since the permalink was created</value>
813+
<value>The working file is different to the file at '{0}'. Please checkout the corresponding branch, pull request or commit.</value>
814814
</data>
815815
<data name="DifferentRepositoryMessage" xml:space="preserve">
816816
<value>Please open the repository '{0}' and try again</value>
@@ -845,4 +845,7 @@ https://git-scm.com/download/win</value>
845845
<data name="RepositoriesMustHaveRemoteOriginHowToFix" xml:space="preserve">
846846
<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>
847847
</data>
848+
<data name="CouldntFindCorrespondingFile" xml:space="preserve">
849+
<value>Couldn't find file corresponding to '{0}' in the repository. Please do a 'git fetch' or checkout the target pull request.</value>
850+
</data>
848851
</root>

0 commit comments

Comments
 (0)