diff options
Diffstat (limited to 'l10n-es-MX/devtools/startup')
-rw-r--r-- | l10n-es-MX/devtools/startup/aboutDevTools.ftl | 57 | ||||
-rw-r--r-- | l10n-es-MX/devtools/startup/key-shortcuts.properties | 67 | ||||
-rw-r--r-- | l10n-es-MX/devtools/startup/startup.properties | 8 |
3 files changed, 132 insertions, 0 deletions
diff --git a/l10n-es-MX/devtools/startup/aboutDevTools.ftl b/l10n-es-MX/devtools/startup/aboutDevTools.ftl new file mode 100644 index 0000000000..a2b8603a53 --- /dev/null +++ b/l10n-es-MX/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 herramientas de desarrollador +enable-title = Habilitar herramientas de Firefox Developer +enable-inspect-element-title = Habilitar las herramientas de desarrollador de Firefox para usar Inspeccionar elemento +enable-inspect-element-message = Examinar y editar HTML y CSS para el inspector de herramientas de desarrollador. +enable-about-debugging-message = Desarrollar y depurar WebExtensions, web workers, service workers y más con las herramientas de desarrollador de Firefox. +enable-key-shortcut-message = Activaste un atajo de las herramientas de desarrollador. Si eso fue un error, puedes cerrar esta pestaña. +enable-menu-message = Perfecciona el HTML, CSS y JavaScript de tu sitio web con herramientas como el Inspector y el Depurador. +enable-common-message = Las herramientas de desarrollador están deshabilitadas por defecto para darte más control sobre tu navegador. +enable-learn-more-link = Conoce más acerca de las herramientas de desarrollador +enable-enable-button = Habilitar herramientas de desarrollador +enable-close-button = Cerrar esta pestaña + +welcome-title = ¡Bienvenido a las herramientas de desarrollador de Firefox! +newsletter-title = Boletín de Mozilla Developer +newsletter-message = Obtén noticias de desarrollo, trucos y recursos enviados directamente a tu bandeja de entrada. +newsletter-email-placeholder = + .placeholder = Correo electrónico +newsletter-privacy-label = Estoy de acuerdo con que Mozilla maneje mi información la cual explica en su <a data-l10n-name="privacy-policy">Política de Privacidad</a>. +newsletter-subscribe-button = Suscribir +newsletter-thanks-title = ¡Gracias! +newsletter-thanks-message = Si no has confirmado previamente una suscripción a un boletín relacionado a Mozilla, puede que tengas que hacerlo. Por favor, revisa tu bandeja de entrada o filtro de spam en busca de un email de nosotros. + +footer-title = Firefox Developer Edition +footer-message = ¿Buscas más que unas simples herramientas de desarrollador? Revisa el navegador Firefox que está creado específicamente por desarrolladores y flujos de trabajo modernos. +footer-learn-more-link = Aprender más + +features-learn-more = Aprender más +features-inspector-title = Inspector +features-inspector-desc = Inspecciona y refina el código para construir plantillas a nivel de pixeles. <a data-l10n-name="learn-more">{ features-learn-more }</a> +features-console-title = Consola +features-console-desc = Rastree problemas de CSS, JavaScript, seguridad y red. <a data-l10n-name="learn-more">{ features-learn-more }</a> +features-debugger-title = Depurador +features-debugger-desc = Poderoso depurador JavaScript con soporte para tu framework. <a data-l10n-name="learn-more">{ features-learn-more }</a> +features-network-title = Red +features-network-desc = Revisa los pedidos de la red que pueden estar bloqueando o haciendo más lento tu sitio. <a data-l10n-name="learn-more">{ features-learn-more }</a> +features-storage-title = Almacenamiento +features-storage-desc = Agrega, modifica y elimina caché, cookies, bases de datos y datos de la sesión. <a data-l10n-name="learn-more">{ features-learn-more }</a> +features-responsive-title = Modo de diseño responsivo +features-responsive-desc = Haz pruebas de sitios web en dispositivos emulados en tu navegador. <a data-l10n-name="learn-more">{ features-learn-more }</a> +features-visual-editing-title = Edición visual +features-visual-editing-desc = Ajusta finamente las animaciones y el alineamiento. <a data-l10n-name="learn-more">{ features-learn-more }</a> +features-performance-title = Rendimiento +features-performance-desc = Desbloquea cuellos de botella, agiliza los procesos y optimiza los componentes. <a data-l10n-name="learn-more">{ features-learn-more }</a> +features-memory-title = Memoria +features-memory-desc = Encuentra fugas de memoria y haz que tu aplicación sea muy ligera. <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 = La solicitud de suscripción ha fallado ({ $errorDescription }). +newsletter-error-unknown = Ha ocurrido un error inesperado. +newsletter-error-timeout = Tiempo agotado para la solicitud de suscripción. +# Variables: +# $shortcut (String) - The keyboard shortcut used for the tool +welcome-message = ¡Has activado exitosamente las herramientas de desarrollador! Para empezar, explora el menú de desarrollador web o abre las herramientas con { $shortcut }. diff --git a/l10n-es-MX/devtools/startup/key-shortcuts.properties b/l10n-es-MX/devtools/startup/key-shortcuts.properties new file mode 100644 index 0000000000..a5bdf43188 --- /dev/null +++ b/l10n-es-MX/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-MX/devtools/startup/startup.properties b/l10n-es-MX/devtools/startup/startup.properties new file mode 100644 index 0000000000..1ef5d62832 --- /dev/null +++ b/l10n-es-MX/devtools/startup/startup.properties @@ -0,0 +1,8 @@ +# 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 (enableDevTools.label): +# Label for the menu item displayed in Tools > Developer Tools when DevTools are disabled. +enableDevTools.label=Habilitar las herramientas de desarrollador… +enableDevTools.accesskey=E |