diff options
Diffstat (limited to '')
-rw-r--r-- | l10n-ja/devtools/client/toolbox.ftl | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/l10n-ja/devtools/client/toolbox.ftl b/l10n-ja/devtools/client/toolbox.ftl new file mode 100644 index 0000000000..0ae433c5c7 --- /dev/null +++ b/l10n-ja/devtools/client/toolbox.ftl @@ -0,0 +1,45 @@ +# 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 = 下側に表示 +toolbox-meatball-menu-dock-left-label = 左側に表示 +toolbox-meatball-menu-dock-right-label = 右側に表示 +toolbox-meatball-menu-dock-separate-window-label = ウィンドウ分割 +toolbox-meatball-menu-splitconsole-label = コンソールペインを表示 +toolbox-meatball-menu-hideconsole-label = コンソールペインを隠す +toolbox-meatball-menu-settings-label = 設定 +toolbox-meatball-menu-documentation-label = ドキュメント... +toolbox-meatball-menu-community-label = コミュニティ... +# 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 = ポップアップを自動で隠さない +toolbox-meatball-menu-pseudo-locale-accented = “accented” ロケールを有効化 +toolbox-meatball-menu-pseudo-locale-bidi = “bidi” ロケールを有効化 + +## These labels are shown in the top-toolbar in the Browser Toolbox and Browser Console + +toolbox-mode-browser-toolbox-label = ブラウザーツールボックスモード +toolbox-mode-browser-console-label = ブラウザーコンソールモード +toolbox-mode-everything-label = マルチプロセス +toolbox-mode-everything-sub-label = (低速) +toolbox-mode-everything-container = + .title = すべてのプロセスをデバッグできます +toolbox-mode-parent-process-label = 親プロセスのみ +toolbox-mode-parent-process-sub-label = (高速) +toolbox-mode-parent-process-container = + .title = 親プロセスで動作しているリソースのみデバッグできます。 +toolbox-always-on-top-enabled2 = 常に最前面に表示を無効化 + .title = 開発ツールが再起動されます +toolbox-always-on-top-disabled2 = 常に最前面に表示を有効化 + .title = 開発ツールが再起動されます |