|
6 | 6 | "An error occurred during installation of the .NET Debugger. The C# extension may need to be reinstalled.": "Error durante la instalación del depurador de .NET. Es posible que sea necesario reinstalar la extensión de C#.", |
7 | 7 | "Author": "Autor", |
8 | 8 | "Bug": "Error", |
| 9 | + "C# configuration has changed. Would you like to relaunch the Language Server with your changes?": "C# configuration has changed. Would you like to relaunch the Language Server with your changes?", |
| 10 | + "C# configuration has changed. Would you like to reload the window to apply your changes?": "C# configuration has changed. Would you like to reload the window to apply your changes?", |
9 | 11 | "Can't parse envFile {0} because of {1}": "No se puede analizar envFile {0} debido a {1}", |
10 | 12 | "Cancel": "Cancelar", |
11 | 13 | "Cannot create .NET debug configurations. No workspace folder was selected.": "No se pueden crear configuraciones de depuración de .NET. No se seleccionó ninguna carpeta del área de trabajo.", |
|
90 | 92 | "Razor issue data collection started. Reproduce the issue then press \"Stop\"": "Se inició la recopilación de datos de problemas de Razor. Reproduzca el problema y, a continuación, presione \"Detener\".", |
91 | 93 | "Razor issue data collection stopped. Copying issue content...": "Se detuvo la recopilación de datos de problemas de Razor. Copiando el contenido del problema...", |
92 | 94 | "Razor.VSCode version": "Versión de Razor.VSCode", |
| 95 | + "Reload Window": "Reload Window", |
93 | 96 | "Replace existing build and debug assets?": "¿Quiere reemplazar los recursos de compilación y depuración existentes?", |
94 | 97 | "Report Razor Issue": "Notificar problema de Razor", |
95 | 98 | "Report a Razor issue": "Notificar un problema de Razor", |
|
145 | 148 | "[ERROR] The debugger cannot be installed. The debugger requires macOS 10.12 (Sierra) or newer.": "[ERROR] No se puede instalar el depurador. El depurador requiere macOS 10.12 (Sierra) o posterior.", |
146 | 149 | "[ERROR] The debugger cannot be installed. Unknown platform.": "[ERROR] No se puede instalar el depurador. Plataforma desconocida.", |
147 | 150 | "[ERROR]: C# Extension failed to install the debugger package.": "[ERROR]: la extensión de C# no pudo instalar el paquete del depurador.", |
| 151 | + "dotnet.server.useOmnisharp option has changed. Please reload the window to apply the change": "dotnet.server.useOmnisharp option has changed. Please reload the window to apply the change", |
148 | 152 | "pipeArgs must be a string or a string array type": "pipeArgs debe ser una cadena o un tipo de matriz de cadena", |
149 | 153 | "{0} references": "{0} referencias", |
150 | 154 | "{0}, paste your issue contents as the body of the issue. Don't forget to fill out any details left unfilled.": "{0}, pegue el contenido del problema como el cuerpo del problema. No olvide rellenar los detalles que no se han rellenado." |
|
0 commit comments