summaryrefslogtreecommitdiffstats
path: root/thunderbird-l10n/ms/localization/ms/devtools
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 17:32:43 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 17:32:43 +0000
commit6bf0a5cb5034a7e684dcc3500e841785237ce2dd (patch)
treea68f146d7fa01f0134297619fbe7e33db084e0aa /thunderbird-l10n/ms/localization/ms/devtools
parentInitial commit. (diff)
downloadthunderbird-6bf0a5cb5034a7e684dcc3500e841785237ce2dd.tar.xz
thunderbird-6bf0a5cb5034a7e684dcc3500e841785237ce2dd.zip
Adding upstream version 1:115.7.0.upstream/1%115.7.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'thunderbird-l10n/ms/localization/ms/devtools')
-rw-r--r--thunderbird-l10n/ms/localization/ms/devtools/client/application.ftl44
-rw-r--r--thunderbird-l10n/ms/localization/ms/devtools/client/compatibility.ftl3
-rw-r--r--thunderbird-l10n/ms/localization/ms/devtools/client/perftools.ftl3
-rw-r--r--thunderbird-l10n/ms/localization/ms/devtools/client/storage.ftl91
-rw-r--r--thunderbird-l10n/ms/localization/ms/devtools/client/styleeditor.ftl40
-rw-r--r--thunderbird-l10n/ms/localization/ms/devtools/client/toolbox-options.ftl128
-rw-r--r--thunderbird-l10n/ms/localization/ms/devtools/client/toolbox.ftl34
-rw-r--r--thunderbird-l10n/ms/localization/ms/devtools/shared/debugger-paused-reasons.ftl55
-rw-r--r--thunderbird-l10n/ms/localization/ms/devtools/shared/highlighters.ftl16
-rw-r--r--thunderbird-l10n/ms/localization/ms/devtools/shared/webconsole-commands.ftl3
-rw-r--r--thunderbird-l10n/ms/localization/ms/devtools/startup/key-shortcuts.ftl28
11 files changed, 445 insertions, 0 deletions
diff --git a/thunderbird-l10n/ms/localization/ms/devtools/client/application.ftl b/thunderbird-l10n/ms/localization/ms/devtools/client/application.ftl
new file mode 100644
index 0000000000..22ebdb7810
--- /dev/null
+++ b/thunderbird-l10n/ms/localization/ms/devtools/client/application.ftl
@@ -0,0 +1,44 @@
+# 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/.
+
+
+### These strings are used inside the Application panel which is available
+### by setting the preference `devtools-application-enabled` to true.
+
+
+### The correct localization of this file might be to keep it in English, or another
+### language commonly spoken among web developers. You want to make that choice consistent
+### across the developer tools. A good criteria is the language in which you'd find the
+### best documentation on web development on the web.
+
+# Header for the list of Service Workers displayed in the application panel for the current page.
+serviceworker-list-header = Service Workers
+
+# Text displayed next to the list of Service Workers to encourage users to check out
+# about:debugging to see all registered Service Workers.
+serviceworker-list-aboutdebugging = Buka <a>about:debugging</a> untuk Service Workers daripada domain lain
+
+# Text for the button to unregister a Service Worker. Displayed for active Service Workers.
+serviceworker-worker-unregister = Nyahdaftar
+
+# Text for the debug link displayed for an already started Service Worker. Clicking on the
+# link opens a new devtools toolbox for this service worker. The title attribute is only
+# displayed when the link is disabled.
+serviceworker-worker-debug = Nyahpepijat
+ .title = Hanya service workers semasa boleh dinyahpepijat
+
+# Text displayed for the updated time of the service worker. The <time> element will
+# display the last update time of the service worker script.
+serviceworker-worker-updated = Kemaskini <time>{ DATETIME($date, month: "long", year: "numeric", day: "numeric", hour: "numeric", minute: "numeric", second: "numeric") }</time>
+
+## Service Worker status strings: all serviceworker-worker-status-* strings are also
+## defined in aboutdebugging.properties and should be synchronized with them.
+
+# Service Worker status. A running service worker is registered, currently executed, can
+# be debugged and stopped.
+serviceworker-worker-status-running = Berjalan
+
+# Service Worker status. A stopped service worker is registered but not currently active.
+serviceworker-worker-status-stopped = Dihentikan
+
diff --git a/thunderbird-l10n/ms/localization/ms/devtools/client/compatibility.ftl b/thunderbird-l10n/ms/localization/ms/devtools/client/compatibility.ftl
new file mode 100644
index 0000000000..6fbe8159b2
--- /dev/null
+++ b/thunderbird-l10n/ms/localization/ms/devtools/client/compatibility.ftl
@@ -0,0 +1,3 @@
+# 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/.
diff --git a/thunderbird-l10n/ms/localization/ms/devtools/client/perftools.ftl b/thunderbird-l10n/ms/localization/ms/devtools/client/perftools.ftl
new file mode 100644
index 0000000000..6fbe8159b2
--- /dev/null
+++ b/thunderbird-l10n/ms/localization/ms/devtools/client/perftools.ftl
@@ -0,0 +1,3 @@
+# 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/.
diff --git a/thunderbird-l10n/ms/localization/ms/devtools/client/storage.ftl b/thunderbird-l10n/ms/localization/ms/devtools/client/storage.ftl
new file mode 100644
index 0000000000..fb851133fa
--- /dev/null
+++ b/thunderbird-l10n/ms/localization/ms/devtools/client/storage.ftl
@@ -0,0 +1,91 @@
+# 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/.
+
+
+### These strings are used inside the Storage Inspector.
+
+# Key shortcut used to focus the filter box on top of the data view
+storage-filter-key = CmdOrCtrl+F
+
+# Placeholder for the searchbox that allows you to filter the table items
+storage-search-box =
+ .placeholder = Tapis item
+
+# Placeholder text in the sidebar search box
+storage-variable-view-search-box =
+ .placeholder = Tapis nilai
+
+# Add Item button title
+storage-add-button =
+ .title = Tambah item
+
+# Context menu action to delete all storage items
+storage-context-menu-delete-all =
+ .label = Buang Semua
+
+# Context menu action to delete all session cookies
+storage-context-menu-delete-all-session-cookies =
+ .label = Buang Semua Kuki Sesi
+
+# Context menu action to delete storage item
+# Variables:
+# $itemName (String) - Name of the storage item that will be deleted
+storage-context-menu-delete =
+ .label = Hapus “{ $itemName }”
+
+# Context menu action to add an item
+storage-context-menu-add-item =
+ .label = Tambah item
+
+# Context menu action to delete all storage items from a given host
+# Variables:
+# $host (String) - Host for which we want to delete the items
+storage-context-menu-delete-all-from =
+ .label = Buang Semua Dari “{ $host }”
+
+## Header names of the columns in the Storage Table for each type of storage available
+## through the Storage Tree to the side.
+
+storage-table-headers-cookies-name = Nama
+storage-table-headers-cookies-value = Nilai
+storage-table-headers-cache-status = Status
+
+## Labels for Storage type groups present in the Storage Tree, like cookies, local storage etc.
+
+storage-tree-labels-cookies = Kuki
+storage-tree-labels-local-storage = Storan Lokal
+storage-tree-labels-session-storage = Storan Sesi
+storage-tree-labels-indexed-db = Indexed DB
+storage-tree-labels-cache = Storan Cache
+
+##
+
+# Tooltip for the button that collapses the right panel in the
+# storage UI when the panel is closed.
+storage-expand-pane =
+ .title = Kembangkan Anak tetingkap
+
+# Tooltip for the button that collapses the right panel in the
+# storage UI when the panel is open.
+storage-collapse-pane =
+ .title = Runtuhkan Anak tetingkap
+
+# String displayed in the expires column when the cookie is a Session Cookie
+storage-expires-session = Sesi
+
+# Heading displayed over the item value in the sidebar
+storage-data = Data
+
+# Heading displayed over the item parsed value in the sidebar
+storage-parsed-value = Nilai Terhurai
+
+# Warning notification when IndexedDB database could not be deleted immediately.
+# Variables:
+# $dbName (String) - Name of the database
+storage-idb-delete-blocked = Pangkalan data “{ $dbName }” akan dibuang selepas semua sambungan ditutup.
+
+# Error notification when IndexedDB database could not be deleted.
+# Variables:
+# $dbName (String) - Name of the database
+storage-idb-delete-error = Pangkalan data “{ $dbName }” tidak dapat dibuang.
diff --git a/thunderbird-l10n/ms/localization/ms/devtools/client/styleeditor.ftl b/thunderbird-l10n/ms/localization/ms/devtools/client/styleeditor.ftl
new file mode 100644
index 0000000000..8f8d1e3fdf
--- /dev/null
+++ b/thunderbird-l10n/ms/localization/ms/devtools/client/styleeditor.ftl
@@ -0,0 +1,40 @@
+# 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/.
+
+styleeditor-new-button =
+ .tooltiptext = Cipta dan tambah lembaran gaya baru ke atas dokumen tersebut
+ .accesskey = B
+styleeditor-import-button =
+ .tooltiptext = Mengimport dan melampirkan lembaran gaya yang sedia ada kepada dokumen itu
+ .accesskey = I
+styleeditor-visibility-toggle =
+ .tooltiptext = Togol ketampakan lembaran gaya
+ .accesskey = S
+styleeditor-save-button = Simpan
+ .tooltiptext = Simpan lembaran gaya ini ke dalam fail
+ .accesskey = S
+styleeditor-options-button =
+ .tooltiptext = Pilihan Editor Gaya
+styleeditor-editor-textbox =
+ .data-placeholder = Taip CSS di sini.
+styleeditor-no-stylesheet = Halaman ini tiada lembaran gaya.
+styleeditor-no-stylesheet-tip = Mungkin anda ingin untuk <a data-l10n-name="append-new-stylesheet">lampirkan satu gaya lembaran yang baru</a>?
+styleeditor-open-link-new-tab =
+ .label = Buka Pautan dalam Tab Baru
+styleeditor-copy-url =
+ .label = Salin URL
+styleeditor-find =
+ .label = Cari
+ .accesskey = r
+styleeditor-find-again =
+ .label = Cari Lagi
+ .accesskey = g
+styleeditor-go-to-line =
+ .label = Langkau ke barisan…
+ .accesskey = L
+
+# This string is shown in the style sheets list
+# Variables:
+# $ruleCount (Integer) - The number of rules in the stylesheet.
+styleeditor-stylesheet-rule-count = { $ruleCount } peraturan.
diff --git a/thunderbird-l10n/ms/localization/ms/devtools/client/toolbox-options.ftl b/thunderbird-l10n/ms/localization/ms/devtools/client/toolbox-options.ftl
new file mode 100644
index 0000000000..ae49bc12cc
--- /dev/null
+++ b/thunderbird-l10n/ms/localization/ms/devtools/client/toolbox-options.ftl
@@ -0,0 +1,128 @@
+# 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 for Developer Tools options
+
+
+## Default Developer Tools section
+
+# The heading
+options-select-default-tools-label = Alatan Pembangun Piawai
+
+# The label for the explanation of the * marker on a tool which is currently not supported
+# for the target of the toolbox.
+options-tool-not-supported-label = * Tidak disokong untuk sasaran kekotak alatan semasa
+
+# The label for the heading of group of checkboxes corresponding to the developer tools
+# added by add-ons. This heading is hidden when there is no developer tool installed by add-ons.
+options-select-additional-tools-label = Alatan Pembangun dipasang oleh add-ons
+
+# The label for the heading of group of checkboxes corresponding to the default developer
+# tool buttons.
+options-select-enabled-toolbox-buttons-label = Butang Kotak Alatan Yang Ada
+
+# The label for the heading of the radiobox corresponding to the theme
+options-select-dev-tools-theme-label = Tema
+
+## Inspector section
+
+# The heading
+options-context-inspector = Pemeriksa
+
+# The label for the checkbox option to show user agent styles
+options-show-user-agent-styles-label = Papar Gaya Pelayar
+options-show-user-agent-styles-tooltip =
+ .title = Mengaktifkan ini akan dapat memaparkan gaya piawai yang dimuatkan oleh pelayar.
+
+# The label for the checkbox option to enable collapse attributes
+options-collapse-attrs-label = Trunkat atribut DOM
+options-collapse-attrs-tooltip =
+ .title = Trunkat atribut panjang dalam pemeriksa
+
+## "Default Color Unit" options for the Inspector
+
+options-default-color-unit-label = Unit warna piawai
+options-default-color-unit-authored = Seperti yang Ditetapkan
+options-default-color-unit-hex = Hex
+options-default-color-unit-hsl = HSL(A)
+options-default-color-unit-rgb = RGB(A)
+options-default-color-unit-name = Nama Warna
+
+## Style Editor section
+
+# The heading
+options-styleeditor-label = Editor Gaya
+
+# The label for the checkbox that toggles autocompletion of css in the Style Editor
+options-stylesheet-autocompletion-label = CSS Auto-lengkap
+options-stylesheet-autocompletion-tooltip =
+ .title = Ciri, nilai dan pemilih CSS auto-lengkap dalam Editor Gaya sebaik sahaja anda menaip
+
+## Screenshot section
+
+# The heading
+options-screenshot-label = Perilaku Skrinsyot
+
+# Label for the checkbox that toggles the camera shutter audio for screenshot tool
+options-screenshot-audio-label = Mainkan bunyi pengatup kamera
+options-screenshot-audio-tooltip =
+ .title = Dayakan audio kamera apabila mengambil skrinshot
+
+## Editor section
+
+# The heading
+options-sourceeditor-label = Keutamaan Editor
+
+options-sourceeditor-detectindentation-tooltip =
+ .title = Mengandai berasaskan inden pada konteks sumber
+options-sourceeditor-detectindentation-label = Mengesan inden
+options-sourceeditor-autoclosebrackets-tooltip =
+ .title = Menyelitkan tutup pendakap secara automatik
+options-sourceeditor-autoclosebrackets-label = Auto tutup pendakap
+options-sourceeditor-expandtab-tooltip =
+ .title = Gunakan ruang dan bukannya aksara tab
+options-sourceeditor-expandtab-label = Inden menggunakan ruang
+options-sourceeditor-tabsize-label = Saiz tab
+options-sourceeditor-keybinding-label = Keybindings
+options-sourceeditor-keybinding-default-label = Piawai
+
+## Advanced section
+
+# The heading
+options-context-advanced-settings = Tetapan lanjutan
+
+# The label for the checkbox that toggles the HTTP cache on or off
+options-disable-http-cache-label = Nyahdayakan Cache HTTP (apabila kotak alat dibuka)
+options-disable-http-cache-tooltip =
+ .title = Mengaktifkan pilihan ini akan menyahdayakan cache HTTP untuk semua tab yang ada kotak alat yang dibuka. Service Workers tidak terkesan dengan pilihan ini.
+
+# The label for checkbox that toggles JavaScript on or off
+options-disable-javascript-label = Nyahdayakan JavaScript *
+options-disable-javascript-tooltip =
+ .title = Mengaktifkan pilihan ini akan menyahdayakan JavaScript untuk tab semasa. Jika tab atau kotak alat ditutup maka tetapan ini akan diabaikan.
+
+# The label for checkbox that toggles chrome debugging, i.e. the devtools.chrome.enabled preference
+options-enable-chrome-label = Dayakan pelayar chrome dan kotak alatan menyahpepijat add-ons
+options-enable-chrome-tooltip =
+ .title = Mengaktifkan pilihan ini akan membolehkan anda untuk menggunakan pelbagai alat pembangun dalam konteks pelayar (via Alatan > Pembangun Web > Kotak Alatan Pelayar) dan debug add-ons dari Pengurus Add-ons
+
+# The label for checkbox that toggles remote debugging, i.e. the devtools.debugger.remote-enabled preference
+options-enable-remote-label = Dayakan nyahpepijat jauh
+
+# The label for checkbox that toggles the service workers testing over HTTP on or off.
+options-enable-service-workers-http-label = Dayakan Service Workers menerusi HTTP (apabila kotak alatan terbuka)
+options-enable-service-workers-http-tooltip =
+ .title = Mengaktifkan pilihan ini akan mendayakan service workers menerusi HTTP untuk semua tab yang ada kotak alatan terbuka.
+
+# The label for the checkbox that toggles source maps in all tools.
+options-source-maps-label = Dayakan Sumber Peta
+options-source-maps-tooltip =
+ .title = Jika anda aktifkan pilihan ini, sumber ini akan dipetakan di dalam alatan.
+
+# The message shown for settings that trigger page reload
+options-context-triggers-page-refresh = * Sesi semasa sahaja, ulang muat laman
+
+##
+
diff --git a/thunderbird-l10n/ms/localization/ms/devtools/client/toolbox.ftl b/thunderbird-l10n/ms/localization/ms/devtools/client/toolbox.ftl
new file mode 100644
index 0000000000..a55f200b2e
--- /dev/null
+++ b/thunderbird-l10n/ms/localization/ms/devtools/client/toolbox.ftl
@@ -0,0 +1,34 @@
+# 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/.
+
+
+### These messages are used in the DevTools toolbox.
+
+
+## These labels are shown in the "..." menu in the toolbox, and represent different
+## commands such as the docking of DevTools, toggling features, and viewing some
+## external links. Some of the commands have the keyboard shortcut shown next to
+## the label.
+
+toolbox-meatball-menu-dock-bottom-label = Dok ke bawah
+toolbox-meatball-menu-dock-left-label = Dok ke kiri
+toolbox-meatball-menu-dock-right-label = Dok ke kanan
+toolbox-meatball-menu-dock-separate-window-label = Tetingkap berasingan
+
+toolbox-meatball-menu-splitconsole-label = Papar konsol terpisah
+toolbox-meatball-menu-hideconsole-label = Sorok konsol terpisah
+
+toolbox-meatball-menu-settings-label = Tetapan
+toolbox-meatball-menu-documentation-label = Dokumentasi…
+toolbox-meatball-menu-community-label = Komuniti…
+
+# This menu item is only available in the browser toolbox. It forces the popups/panels
+# to stay visible on blur, which is primarily useful for addon developers and Firefox
+# contributors.
+toolbox-meatball-menu-noautohide-label = Nyahdayakan autosorok popup
+
+##
+
+## These labels are shown in the top-toolbar in the Browser Toolbox and Browser Console
+
diff --git a/thunderbird-l10n/ms/localization/ms/devtools/shared/debugger-paused-reasons.ftl b/thunderbird-l10n/ms/localization/ms/devtools/shared/debugger-paused-reasons.ftl
new file mode 100644
index 0000000000..ba3e27a5da
--- /dev/null
+++ b/thunderbird-l10n/ms/localization/ms/devtools/shared/debugger-paused-reasons.ftl
@@ -0,0 +1,55 @@
+# 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/.
+
+
+### These strings are used inside the Debugger which is available from the Web
+### Developer sub-menu -> 'Debugger', as well as in the "Paused Debugger
+### Overlay" that is displayed in the content page when it pauses.
+
+
+### The correct localization of this file might be to keep it in
+### English, or another language commonly spoken among web developers.
+### You want to make that choice consistent across the developer tools.
+### A good criteria is the language in which you'd find the best
+### documentation on web development on the web.
+
+# The text that is displayed in a info block explaining how the debugger is
+# currently paused due to a `debugger` statement in the code
+whypaused-debugger-statement = Jeda pada penyataan penyahpepijat
+
+# The text that is displayed in a info block explaining how the debugger is
+# currently paused on a breakpoint
+whypaused-breakpoint = Jeda pada titik putus
+
+# The text that is displayed in a info block explaining how the debugger is
+# currently paused on an exception
+whypaused-exception = Jeda pada pengecualian
+
+# The text that is displayed in a info block explaining how the debugger is
+# currently paused while stepping in or out of the stack
+whypaused-resume-limit = Jeda semasa jenjang
+
+# The text that is displayed in a info block explaining how the debugger is
+# currently paused on a dom event
+whypaused-pause-on-dom-events = Jeda pada pendengar acara
+
+# The text that is displayed in an info block when evaluating a conditional
+# breakpoint throws an error
+whypaused-breakpoint-condition-thrown = Ralat dengan titik putus bersyarat
+
+# The text that is displayed in a info block explaining how the debugger is
+# currently paused on a promise rejection
+whypaused-promise-rejection = Jeda pada janji penolakan
+
+# The text that is displayed in a info block explaining how the debugger is
+# currently paused on an assert
+whypaused-assert = Jeda pada penegasan
+
+# The text that is displayed in a info block explaining how the debugger is
+# currently paused on a debugger statement
+whypaused-debug-command = Jeda pada fungsi nyahpepijat
+
+# The text that is displayed in a info block explaining how the debugger is
+# currently paused on an event listener breakpoint set
+whypaused-other = Penyahpepijat jeda
diff --git a/thunderbird-l10n/ms/localization/ms/devtools/shared/highlighters.ftl b/thunderbird-l10n/ms/localization/ms/devtools/shared/highlighters.ftl
new file mode 100644
index 0000000000..03c559af7c
--- /dev/null
+++ b/thunderbird-l10n/ms/localization/ms/devtools/shared/highlighters.ftl
@@ -0,0 +1,16 @@
+# 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/.
+
+
+### This file contains strings used in highlighters.
+### Highlighters are visualizations that DevTools draws on top of content to aid
+### in understanding content sizing, etc.
+
+# The row and column position of a grid cell shown in the grid cell infobar when hovering
+# over the CSS grid outline.
+# Variables
+# $row (integer) - The row index
+# $column (integer) - The column index
+grid-row-column-positions = Baris { $row } / Lajur { $column }
+
diff --git a/thunderbird-l10n/ms/localization/ms/devtools/shared/webconsole-commands.ftl b/thunderbird-l10n/ms/localization/ms/devtools/shared/webconsole-commands.ftl
new file mode 100644
index 0000000000..6fbe8159b2
--- /dev/null
+++ b/thunderbird-l10n/ms/localization/ms/devtools/shared/webconsole-commands.ftl
@@ -0,0 +1,3 @@
+# 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/.
diff --git a/thunderbird-l10n/ms/localization/ms/devtools/startup/key-shortcuts.ftl b/thunderbird-l10n/ms/localization/ms/devtools/startup/key-shortcuts.ftl
new file mode 100644
index 0000000000..fa9d562104
--- /dev/null
+++ b/thunderbird-l10n/ms/localization/ms/devtools/startup/key-shortcuts.ftl
@@ -0,0 +1,28 @@
+# 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/.
+
+# Key pressed to open a toolbox with the default panel selected
+devtools-commandkey-toggle-toolbox = I
+# Alternative key pressed to open a toolbox with the default panel selected
+devtools-commandkey-toggle-toolbox-f12 = VK_F12
+# Key pressed to open the Browser Toolbox, used for debugging Firefox itself
+devtools-commandkey-browser-toolbox = I
+# Key pressed to open the Browser Console, used for debugging Firefox itself
+devtools-commandkey-browser-console = J
+# Key pressed to toggle on the Responsive Design Mode
+devtools-commandkey-responsive-design-mode = M
+# Key pressed to open a toolbox with the inspector panel selected
+devtools-commandkey-inspector = C
+# Key pressed to open a toolbox with the web console panel selected
+devtools-commandkey-webconsole = K
+# Key pressed to open a toolbox with the network monitor panel selected
+devtools-commandkey-netmonitor = E
+# Key pressed to open a toolbox with the style editor panel selected
+devtools-commandkey-styleeditor = VK_F7
+# Key pressed to open a toolbox with the performance panel selected
+devtools-commandkey-performance = VK_F5
+# Key pressed to open a toolbox with the storage panel selected
+devtools-commandkey-storage = VK_F9
+# Key pressed to open a toolbox with the DOM panel selected
+devtools-commandkey-dom = W