diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 14:29:10 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 14:29:10 +0000 |
commit | 2aa4a82499d4becd2284cdb482213d541b8804dd (patch) | |
tree | b80bf8bf13c3766139fbacc530efd0dd9d54394c /l10n-de/devtools/startup | |
parent | Initial commit. (diff) | |
download | firefox-upstream.tar.xz firefox-upstream.zip |
Adding upstream version 86.0.1.upstream/86.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'l10n-de/devtools/startup')
-rw-r--r-- | l10n-de/devtools/startup/aboutDevTools.ftl | 57 | ||||
-rw-r--r-- | l10n-de/devtools/startup/key-shortcuts.properties | 67 | ||||
-rw-r--r-- | l10n-de/devtools/startup/startup.properties | 8 |
3 files changed, 132 insertions, 0 deletions
diff --git a/l10n-de/devtools/startup/aboutDevTools.ftl b/l10n-de/devtools/startup/aboutDevTools.ftl new file mode 100644 index 0000000000..d335471274 --- /dev/null +++ b/l10n-de/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 = Über die Entwicklerwerkzeuge +enable-title = Entwicklerwerkzeuge für Firefox aktivieren +enable-inspect-element-title = Entwicklerwerkzeuge für Firefox aktivieren, um "Element untersuchen" zu verwenden +enable-inspect-element-message = Untersuchen und Bearbeiten von HTML und CSS mit dem Inspektor der Entwicklerwerkzeuge. +enable-about-debugging-message = Entwickeln und Untersuchen von WebExtensions, Web-Workern, Service-Workern und mehr mit den Entwicklerwerkzeugen von Firefox. +enable-key-shortcut-message = Sie haben eine Tastenkombination für eine Funktion der Entwicklerwerkzeuge verwendet. Falls dies unbeabsichtigt war, so können Sie diesen Tab schließen. +enable-menu-message = Optimieren Sie HTML, CSS und JavaScript Ihrer Website mit Werkzeugen wie Inspektor und Debugger. +enable-common-message = Die Entwicklerwerkzeuge von Firefox sind standardmäßig deaktiviert, um Ihnen mehr Kontrolle über Ihren Browser zu belassen. +enable-learn-more-link = Weitere Informationen zu den Entwicklerwerkzeugen +enable-enable-button = Entwicklerwerkzeuge aktivieren +enable-close-button = Tab schließen + +welcome-title = Willkommen zu den Entwicklerwerkzeugen von Firefox! +newsletter-title = Entwickler-Newsletter von Mozilla +newsletter-message = Erhalten Sie Neuigkeiten, Tricks, Dokumentationen und Werkzeuge für Entwickler auf Englisch direkt in Ihren Posteingang. +newsletter-email-placeholder = + .placeholder = E-Mail-Adresse +newsletter-privacy-label = Ich bin einverstanden mit dem Umgang Mozillas mit meinen Informationen wie in der <a data-l10n-name="privacy-policy">Datenschutzerklärung</a> beschrieben. +newsletter-subscribe-button = Abonnieren +newsletter-thanks-title = Danke +newsletter-thanks-message = Falls Sie bislang kein Abonnement eines Mozilla-Newsletters bestätigen mussten, so ist das eventuell jetzt notwendig. Bitte prüfen Sie den Posteingang und den Spamordner auf eine E-Mail von uns. + +footer-title = Firefox Developer Edition +footer-message = Wollen Sie mehr als die Entwicklerwerkzeuge? Dann werfen Sie einen Blick auf den speziell für Entwickler entworfenen Firefox-Browser mit modernen Entwicklerabläufen. +footer-learn-more-link = Weitere Informationen + +features-learn-more = Weitere Informationen +features-inspector-title = Inspektor +features-inspector-desc = Code untersuchen und anpassen, um pixelgenaue Darstellungen zu erreichen <a data-l10n-name="learn-more">{ features-learn-more }</a> +features-console-title = Konsole +features-console-desc = Probleme mit CSS, JavaScript, der Sicherheit oder Netzwerkanfragen anzeigen lassen <a data-l10n-name="learn-more">{ features-learn-more }</a> +features-debugger-title = Debugger +features-debugger-desc = Erweiterter JavaScript-Debugger mit Unterstützung für Frameworks <a data-l10n-name="learn-more">{ features-learn-more }</a> +features-network-title = Netzwerkanalyse +features-network-desc = Netzwerkanfragen anzeigen, um die Seite verlangsamende oder blockierende Anfragen zu finden <a data-l10n-name="learn-more">{ features-learn-more }</a> +features-storage-title = Web-Speicher +features-storage-desc = Informationen zu Cache, Cookies, Datenbanken oder Sitzungsdaten hinzufügen, bearbeiten oder diese löschen <a data-l10n-name="learn-more">{ features-learn-more }</a> +features-responsive-title = Bildschirmgrößen testen +features-responsive-desc = Testen von Seiten auf simulierten Geräten im Browser <a data-l10n-name="learn-more">{ features-learn-more }</a> +features-visual-editing-title = Visuelle Bearbeitung +features-visual-editing-desc = Anpassen von Animationen, Anordnungen und Abständen <a data-l10n-name="learn-more">{ features-learn-more }</a> +features-performance-title = Laufzeitanalyse +features-performance-desc = Performanzengpässe finden, Prozesse anpassen, Ressourcen optimieren <a data-l10n-name="learn-more">{ features-learn-more }</a> +features-memory-title = Speicher +features-memory-desc = Speicherleaks finden und Anwendungen schnell und schlank machen <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 = Abonnieren schlug fehl ({ $errorDescription }). +newsletter-error-unknown = Es trat ein unerwarteter Fehler auf. +newsletter-error-timeout = Zeitüberschreitung während des Abonnierens. +# Variables: +# $shortcut (String) - The keyboard shortcut used for the tool +welcome-message = Sie haben die Entwicklerwerkzeuge erfolgreich aktiviert. Legen Sie los, indem Sie das Menü "Web-Entwickler" verwenden oder die Werkzeuge mit { $shortcut } öffnen. diff --git a/l10n-de/devtools/startup/key-shortcuts.properties b/l10n-de/devtools/startup/key-shortcuts.properties new file mode 100644 index 0000000000..a5bdf43188 --- /dev/null +++ b/l10n-de/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-de/devtools/startup/startup.properties b/l10n-de/devtools/startup/startup.properties new file mode 100644 index 0000000000..66992951c8 --- /dev/null +++ b/l10n-de/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=Entwicklerwerkzeuge aktivieren… +enableDevTools.accesskey=v |