You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 6, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: src/nls/es/strings.js
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -76,6 +76,7 @@ define({
76
76
"LIVE_DEVELOPMENT_ERROR_MESSAGE" : "Para poder iniciar el modo de Desarrollo en Vivo, Chrome debe ser iniciado habilitando la depuración remota.<br /><br />¿Quieres reiniciar Chrome y habilitar la depuración remota?",
77
77
"LIVE_DEV_NEED_HTML_MESSAGE" : "Abre un archivo HTML para poder iniciar el modo de Desarrollo en Vivo.",
78
78
"LIVE_DEV_NEED_BASEURL_MESSAGE" : "Necesitas especificar una URL base en este proyecto para poder iniciar Desarrollo en Vivo con archivos de servidor.",
79
+
"LIVE_DEV_SERVER_NOT_READY_MESSAGE" : "Error iniciando el servidor HTTP para Desarrollo en Vivo. Vuelve a intentarlo, por favor.",
79
80
"LIVE_DEVELOPMENT_INFO_TITLE" : "¡Bienvenido a Desarrollo en Vivo!",
80
81
"LIVE_DEVELOPMENT_INFO_MESSAGE" : "Desarrollo en Vivo conecta {APP_NAME} con tu navegador. Lanza una vista previa de tu archivo HTML en el navegador y la actualiza a medida que modificas tu código.<br /><br />En esta versión preliminar de {APP_NAME}, Desarollo en Vivo sólo funciona para cambios de <strong>archivos CSS</strong> y únicamente con <strong>Google Chrome</strong>. ¡Pronto estará disponible también para HTML y JavaScript!<br /><br />(No volverás a ver este mensaje.)",
81
82
"LIVE_DEVELOPMENT_TROUBLESHOOTING" : "Consulta <a class=\"clickable-link\" data-href=\"{0}\">Resolución de Problemas de conexión en Desarrollo en Vivo</a> para más información.",
@@ -236,7 +237,10 @@ define({
236
237
"CMD_NEW_BRACKETS_WINDOW" : "Nueva ventana de {APP_NAME}",
237
238
"CMD_SHOW_EXTENSIONS_FOLDER" : "Abrir carpeta de extensiones",
238
239
"CMD_SWITCH_LANGUAGE" : "Cambiar idioma",
239
-
240
+
"CMD_ENABLE_NODE_DEBUGGER" : "Habilitar depuración de Node",
241
+
"CMD_LOG_NODE_STATE" : "Mostrar estado de Node en Consola",
0 commit comments