forked from dotnet/project-system
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathResources.es.xlf
More file actions
140 lines (136 loc) · 7.13 KB
/
Resources.es.xlf
File metadata and controls
140 lines (136 loc) · 7.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="es" original="../Resources.resx">
<body>
<trans-unit id="DataFlowFaults">
<source>Project system data flow '{0}' closed because of an exception: {1}.</source>
<target state="translated">Flujo de datos del sistema de proyectos "{0}" cerrado debido a una excepción: {1}</target>
<note />
</trans-unit>
<trans-unit id="ImportsTreeNodeName">
<source>Imports</source>
<target state="translated">Importaciones</target>
<note />
</trans-unit>
<trans-unit id="MyPropertyPage_DisplayName">
<source>My In-Memory Page 😀</source>
<target state="new">My In-Memory Page 😀</target>
<note />
</trans-unit>
<trans-unit id="MyPropertyPage_PropertyDescription">
<source>🎉 Put anything you want here! It doesn't matter! 🎉</source>
<target state="new">🎉 Put anything you want here! It doesn't matter! 🎉</target>
<note />
</trans-unit>
<trans-unit id="NeutralLanguage_DisplayNameFormatString">
<source>{0} - {1}</source>
<target state="translated">{0} - {1}</target>
<note>{0} is a culture name such as "English (British)" or "Portugeuse (Brazil)", and {1} is the corresponding culture code such as "en-GB" or "pt-BR". </note>
</trans-unit>
<trans-unit id="NoActionProfileName">
<source>Start</source>
<target state="translated">Inicio</target>
<note />
</trans-unit>
<trans-unit id="JsonErrorNeedToBeCorrected">
<source>Errors in '{0}' need to be corrected before applying changes.</source>
<target state="translated">Los errores de '{0}' deben corregirse antes de aplicar los cambios.</target>
<note />
</trans-unit>
<trans-unit id="MsBuildMissingValueToRemove">
<source>The specified value to remove '{0}' was not present in the property '{1}'</source>
<target state="translated">El valor especificado para quitar "{0}" no estaba presente en la propiedad "{1}"</target>
<note>{0} will be a specific property value such as "Debug", {1} will be an MsBuild property name such as "Configurations". Neither of those values will be localized.</note>
</trans-unit>
<trans-unit id="MsBuildMissingValueToRename">
<source>The specified value to rename '{0}' was not present in the property '{1}'</source>
<target state="translated">El valor especificado para renombrar "{0}" no estaba presente en la propiedad "{1}"</target>
<note>{0} will be a specific property value such as "Debug", {1} will be an MsBuild property name such as "Configurations". Neither of those values will be localized.</note>
</trans-unit>
<trans-unit id="AnalyzersNodeName">
<source>Analyzers</source>
<target state="translated">Analizadores</target>
<note />
</trans-unit>
<trans-unit id="AssembliesNodeName">
<source>Assemblies</source>
<target state="translated">Ensamblados</target>
<note />
</trans-unit>
<trans-unit id="ComNodeName">
<source>COM</source>
<target state="translated">COM</target>
<note />
</trans-unit>
<trans-unit id="DependenciesNodeName">
<source>Dependencies</source>
<target state="translated">Dependencias</target>
<note />
</trans-unit>
<trans-unit id="FrameworkAssembliesNodeName">
<source>Framework Assemblies</source>
<target state="translated">Ensamblados de plataforma</target>
<note />
</trans-unit>
<trans-unit id="NoAuth">
<source>No Authentication</source>
<target state="translated">Sin autenticación</target>
<note />
</trans-unit>
<trans-unit id="OutputGroupPublishItemsDescription">
<source>Contains all the assemblies needed when publishing a .NET Core project.</source>
<target state="translated">Contiene todos los ensamblados necesarios cuando se publica un proyecto de .NET Core.</target>
<note />
</trans-unit>
<trans-unit id="OutputGroupPublishItemsDisplayName">
<source>Publish Items</source>
<target state="translated">Publicar elementos</target>
<note />
</trans-unit>
<trans-unit id="ProjectLoadedWithWrongProjectType">
<source>The project file '{0}' cannot be opened.
This project was loaded using the wrong project type, likely as a result of renaming the project extension outside of Visual Studio. Remove and re-add the project to have the solution pick up the right project type.</source>
<target state="translated">No se puede abrir el archivo del proyecto "{0}".
Este proyecto se cargó con el tipo de proyecto incorrecto, probablemente como resultado de cambiar de nombre la extensión del proyecto fuera de Visual Studio. Quite el proyecto y agréguelo de nuevo para que la solución seleccione el tipo correcto.</target>
<note />
</trans-unit>
<trans-unit id="ProjectsNodeName">
<source>Projects</source>
<target state="translated">Proyectos</target>
<note />
</trans-unit>
<trans-unit id="Property_NoneValue">
<source>(None)</source>
<target state="new">(None)</target>
<note>Special value to show in the project property pages when a property has no value.</note>
</trans-unit>
<trans-unit id="SdkNodeName">
<source>SDK</source>
<target state="translated">SDK</target>
<note />
</trans-unit>
<trans-unit id="FrameworkNodeName">
<source>Frameworks</source>
<target state="translated">Marcos de trabajo</target>
<note />
</trans-unit>
<trans-unit id="PackagesNodeName">
<source>Packages</source>
<target state="translated">Paquetes</target>
<note />
</trans-unit>
<trans-unit id="SpecialFileProvider_FileOrFolderAlreadyExists">
<source>A file or folder with the name '{0}' already exists on disk at this location. Please choose another name.
If this file or folder does not appear in Solution Explorer, then it is not currently part of your project. To view files which exist on disk, but are not in the project, select Show All Files from the Project menu.</source>
<target state="translated">Un archivo o carpeta con el nombre "{0}" ya existe en el disco en esta ubicación. Elija otro nombre.
Si este archivo o carpeta no aparece en el Explorador de soluciones, entonces no forma parte de su proyecto. Para ver los archivos que existen en el disco, pero no en el proyecto, seleccione Mostrar todos los archivos en el menú Proyecto.</target>
<note />
</trans-unit>
<trans-unit id="WindowsAuth">
<source>Windows Authentication</source>
<target state="translated">Autenticación de Windows</target>
<note />
</trans-unit>
</body>
</file>
</xliff>