summaryrefslogtreecommitdiffstats
path: root/l10n-es-ES/devtools/startup
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--l10n-es-ES/devtools/startup/aboutDevTools.ftl57
-rw-r--r--l10n-es-ES/devtools/startup/key-shortcuts.properties67
-rw-r--r--l10n-es-ES/devtools/startup/startup.properties6
3 files changed, 130 insertions, 0 deletions
diff --git a/l10n-es-ES/devtools/startup/aboutDevTools.ftl b/l10n-es-ES/devtools/startup/aboutDevTools.ftl
new file mode 100644
index 0000000000..8278ac1c1a
--- /dev/null
+++ b/l10n-es-ES/devtools/startup/aboutDevTools.ftl
@@ -0,0 +1,57 @@
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+
+head-title = Acerca de las herramientas para desarrolladores
+enable-title = Habilitar herramientas de desarrollo de Firefox
+enable-inspect-element-title = Habilite las herramientas de desarrollo de Firefox para usar Inspeccionar elemento
+enable-inspect-element-message = Examine y edite HTML y CSS con el Inspector de las herramientas de desarrollo.
+enable-about-debugging-message = Desarrolle y depure WebExtensions, web workers, service workers y más con las herramientas para desarrolladores de Firefox.
+enable-key-shortcut-message = Ha activado un atajo de teclado de las herramientas para desarrolladores. Si se trata de un error, puede cerrar esta pestaña.
+enable-menu-message = Perfeccione el HTML, CSS y JavaScript de su sitio web con herramientas como el inspector y el depurador.
+enable-common-message = Las herramientas para desarrolladores de Firefox están desactivadas por defecto para darle más control sobre su navegador.
+enable-learn-more-link = Saber más sobre las herramientas para desarrolladores
+enable-enable-button = Habilitar herramientas de desarrollo
+enable-close-button = Cerrar esta pestaña
+
+welcome-title = ¡Bienvenido a las herramientas para desarrolladores de Firefox!
+newsletter-title = Boletín para desarrolladores de Mozilla
+newsletter-message = Obtenga noticias, trucos y recursos para desarrolladores enviadas directamente a su bandeja de entrada.
+newsletter-email-placeholder =
+ .placeholder = Correo electrónico
+newsletter-privacy-label = Estoy de acuerdo con que Mozilla gestione mi información como se explica en esta <a data-l10n-name="privacy-policy">Política de privacidad</a>.
+newsletter-subscribe-button = Suscribirse
+newsletter-thanks-title = ¡Gracias!
+newsletter-thanks-message = Si no ha confirmado previamente una suscripción a un boletín relacionado con Mozilla, puede tener que hacerlo ahora. Revise su bandeja de entrada o su filtro de correo basura para encontrar un correo enviado por nosotros.
+
+footer-title = Firefox Developer Edition
+footer-message = ¿Busca algo más que unas simples herramientas para desarrolladores? Revise el navegador Firefox creado específicamente para desarrolladores y flujos de desarrollo modernos.
+footer-learn-more-link = Saber más
+
+features-learn-more = Saber más
+features-inspector-title = Inspector
+features-inspector-desc = Inpeccione y refine el código para crear diseños perfectos ajustados al píxel. <a data-l10n-name="learn-more">{ features-learn-more }</a>
+features-console-title = Consola
+features-console-desc = Rastree problemas con CSS, JavaScript, seguridad y red. <a data-l10n-name="learn-more">{ features-learn-more }</a>
+features-debugger-title = Depurador
+features-debugger-desc = Un potente depurador de JavaScript compatible con su framework. <a data-l10n-name="learn-more">{ features-learn-more }</a>
+features-network-title = Red
+features-network-desc = Monitorice solicitudes de red que pueden ralentizar o bloquear su sitio. <a data-l10n-name="learn-more">{ features-learn-more }</a>
+features-storage-title = Almacenamiento
+features-storage-desc = Añada, modifique y elimine datos de caché, cookies, bases de datos y sesión. <a data-l10n-name="learn-more">{ features-learn-more }</a>
+features-responsive-title = Vista de diseño adaptable
+features-responsive-desc = Pruebe sitios en dispositivos emulados en su navegador. <a data-l10n-name="learn-more">{ features-learn-more }</a>
+features-visual-editing-title = Edición visual
+features-visual-editing-desc = Haga un ajuste fino de las animaciones, alineación y margen interno. <a data-l10n-name="learn-more">{ features-learn-more }</a>
+features-performance-title = Rendimiento
+features-performance-desc = Desbloquee cuellos de botella, reestructure procesos, optimice recursos. <a data-l10n-name="learn-more">{ features-learn-more }</a>
+features-memory-title = Memoria
+features-memory-desc = Encuentre fugas de memoria y haga su aplicación comprimible. <a data-l10n-name="learn-more">{ features-learn-more }</a>
+# Variables:
+# $errorDescription (String) - The error that occurred e.g. 404 - Not Found
+newsletter-error-common = Petición de suscripción fallida ({ $errorDescription }).
+newsletter-error-unknown = Ha sucedido un error inesperado.
+newsletter-error-timeout = Petición de suscripción caducada.
+# Variables:
+# $shortcut (String) - The keyboard shortcut used for the tool
+welcome-message = ¡Ha activado con éxito las herramientas para desarrolladores! Para comenzar, explore el menú Desarrollo web o abra las herramientas con { $shortcut }.
diff --git a/l10n-es-ES/devtools/startup/key-shortcuts.properties b/l10n-es-ES/devtools/startup/key-shortcuts.properties
new file mode 100644
index 0000000000..a5bdf43188
--- /dev/null
+++ b/l10n-es-ES/devtools/startup/key-shortcuts.properties
@@ -0,0 +1,67 @@
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+
+# LOCALIZATION NOTE (toggleToolbox.commandkey):
+# Key pressed to open a toolbox with the default panel selected
+toggleToolbox.commandkey=I
+
+# LOCALIZATION NOTE (toggleToolboxF12.commandkey):
+# Alternative key pressed to open a toolbox with the default panel selected
+toggleToolboxF12.commandkey=VK_F12
+
+# LOCALIZATION NOTE (browserToolbox.commandkey):
+# Key pressed to open the Browser Toolbox, used for debugging Firefox itself
+browserToolbox.commandkey=I
+
+# LOCALIZATION NOTE (browserConsole.commandkey):
+# Key pressed to open the Browser Console, used for debugging Firefox itself
+browserConsole.commandkey=J
+
+# LOCALIZATION NOTE (responsiveDesignMode.commandkey):
+# Key pressed to toggle on the Responsive Design Mode
+responsiveDesignMode.commandkey=M
+
+# LOCALIZATION NOTE (inspector.commandkey):
+# Key pressed to open a toolbox with the inspector panel selected
+inspector.commandkey=C
+
+# LOCALIZATION NOTE (webconsole.commandkey):
+# Key pressed to open a toolbox with the web console panel selected
+webconsole.commandkey=K
+
+# LOCALIZATION NOTE (jsdebugger.commandkey2):
+# Key pressed to open a toolbox with the debugger panel selected
+jsdebugger.commandkey2=Z
+
+# LOCALIZATION NOTE (netmonitor.commandkey):
+# Key pressed to open a toolbox with the network monitor panel selected
+netmonitor.commandkey=E
+
+# LOCALIZATION NOTE (styleeditor.commandkey):
+# Key pressed to open a toolbox with the style editor panel selected
+styleeditor.commandkey=VK_F7
+
+# LOCALIZATION NOTE (performance.commandkey):
+# Key pressed to open a toolbox with the performance panel selected
+performance.commandkey=VK_F5
+
+# LOCALIZATION NOTE (storage.commandkey):
+# Key pressed to open a toolbox with the storage panel selected
+storage.commandkey=VK_F9
+
+# LOCALIZATION NOTE (dom.commandkey):
+# Key pressed to open a toolbox with the DOM panel selected
+dom.commandkey=W
+
+# LOCALIZATION NOTE (accessibilityF12.commandkey):
+# Key pressed to open a toolbox with the accessibility panel selected
+accessibilityF12.commandkey=VK_F12
+
+# LOCALIZATION NOTE (profilerStartStop.commandkey):
+# Key pressed to start or stop the performance profiler
+profilerStartStop.commandkey=VK_1
+
+# LOCALIZATION NOTE (profilerCapture.commandkey):
+# Key pressed to capture a recorded performance profile
+profilerCapture.commandkey=VK_2
diff --git a/l10n-es-ES/devtools/startup/startup.properties b/l10n-es-ES/devtools/startup/startup.properties
new file mode 100644
index 0000000000..2eced265eb
--- /dev/null
+++ b/l10n-es-ES/devtools/startup/startup.properties
@@ -0,0 +1,6 @@
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+
+enableDevTools.label = Habilitar herramientas de desarrollo…
+enableDevTools.accesskey = H