From 2aa4a82499d4becd2284cdb482213d541b8804dd Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 28 Apr 2024 16:29:10 +0200 Subject: Adding upstream version 86.0.1. Signed-off-by: Daniel Baumann --- l10n-es-ES/devtools/startup/aboutDevTools.ftl | 57 ++++++++++++++++++ .../devtools/startup/key-shortcuts.properties | 67 ++++++++++++++++++++++ l10n-es-ES/devtools/startup/startup.properties | 6 ++ 3 files changed, 130 insertions(+) create mode 100644 l10n-es-ES/devtools/startup/aboutDevTools.ftl create mode 100644 l10n-es-ES/devtools/startup/key-shortcuts.properties create mode 100644 l10n-es-ES/devtools/startup/startup.properties (limited to 'l10n-es-ES/devtools/startup') 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 Política de privacidad. +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. { features-learn-more } +features-console-title = Consola +features-console-desc = Rastree problemas con CSS, JavaScript, seguridad y red. { features-learn-more } +features-debugger-title = Depurador +features-debugger-desc = Un potente depurador de JavaScript compatible con su framework. { features-learn-more } +features-network-title = Red +features-network-desc = Monitorice solicitudes de red que pueden ralentizar o bloquear su sitio. { features-learn-more } +features-storage-title = Almacenamiento +features-storage-desc = Añada, modifique y elimine datos de caché, cookies, bases de datos y sesión. { features-learn-more } +features-responsive-title = Vista de diseño adaptable +features-responsive-desc = Pruebe sitios en dispositivos emulados en su navegador. { features-learn-more } +features-visual-editing-title = Edición visual +features-visual-editing-desc = Haga un ajuste fino de las animaciones, alineación y margen interno. { features-learn-more } +features-performance-title = Rendimiento +features-performance-desc = Desbloquee cuellos de botella, reestructure procesos, optimice recursos. { features-learn-more } +features-memory-title = Memoria +features-memory-desc = Encuentre fugas de memoria y haga su aplicación comprimible. { features-learn-more } +# 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 -- cgit v1.2.3