diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:33:14 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:33:14 +0000 |
commit | 36d22d82aa202bb199967e9512281e9a53db42c9 (patch) | |
tree | 105e8c98ddea1c1e4784a60a5a6410fa416be2de /l10n-ja/devtools/client/changes.properties | |
parent | Initial commit. (diff) | |
download | firefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.tar.xz firefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.zip |
Adding upstream version 115.7.0esr.upstream/115.7.0esr
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'l10n-ja/devtools/client/changes.properties')
-rw-r--r-- | l10n-ja/devtools/client/changes.properties | 64 |
1 files changed, 64 insertions, 0 deletions
diff --git a/l10n-ja/devtools/client/changes.properties b/l10n-ja/devtools/client/changes.properties new file mode 100644 index 0000000000..19412e92b5 --- /dev/null +++ b/l10n-ja/devtools/client/changes.properties @@ -0,0 +1,64 @@ +# 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 This file contains the strings for the Changes panel accessible from +# the Inspector sidebar. + +# LOCALIZATION NOTE (changes.noChanges): This text is shown when no changes are available. +changes.noChanges =変更点はありません。 + +# LOCALIZATION NOTE (changes.noChangesDescription): This text is shown when no changes are +# available and provides additional context for the purpose of the Changes panel. +changes.noChangesDescription =インスペクターでの CSS の変更点がここに表示されます。 + +# LOCALIZATION NOTE (changes.inlineStyleSheetLabel): This label appears in the Changes +# panel above changes done to inline stylesheets. The variable will be replaced with the +# index of the stylesheet within its document like so: Inline #1 +changes.inlineStyleSheetLabel =インライン %S + +# LOCALIZATION NOTE (changes.elementStyleLabel): This label appears in the Changes +# panel above changes done to element styles. +changes.elementStyleLabel =要素 + +# LOCALIZATION NOTE (changes.iframeLabel): This label appears next to URLs of stylesheets +# and element inline styles hosted by iframes. Lowercase intentional. +changes.iframeLabel =iframe + +# LOCALIZATION NOTE (changes.contextmenu.copy): Label for "Copy" option in Changes panel +# context menu +changes.contextmenu.copy =コピー + +# LOCALIZATION NOTE (changes.contextmenu.copy.accessKey): Access key for "Copy" +# option in the Changes panel. +changes.contextmenu.copy.accessKey =C + +# LOCALIZATION NOTE (changes.contextmenu.copyAllChanges): Label for "Copy All Changes" +# option in Changes panel context menu which copies all changed CSS declarations from a +# stylesheet +changes.contextmenu.copyAllChanges =すべての変更点をコピー + +# LOCALIZATION NOTE (changes.contextmenu.copyAllChangesDescription): Detailed explanation +# for "Copy All Changes" option in Changes panel. Used as title attribute on "Copy All +# Changes" button +changes.contextmenu.copyAllChangesDescription =すべての CSS の変更点のリストをクリップボードにコピー + +# LOCALIZATION NOTE (changes.contextmenu.copyDeclaration): Label for "Copy Declaration" +# option in Changes panel context menu which copies the target CSS declaration. +changes.contextmenu.copyDeclaration =CSS 宣言をコピー + +# LOCALIZATION NOTE (changes.contextmenu.copyRule): Label for "Copy Rule" option in +# Changes panel context menu which copies the complete contents of a CSS rule. +changes.contextmenu.copyRule =CSS ルールをコピー + +# LOCALIZATION NOTE (changes.contextmenu.copyRuleDescription): Detailed explanation for +# "Copy Rule" option in Changes panel. Used as title attribute on "Copy Rule" button. +changes.contextmenu.copyRuleDescription =この CSS ルールの内容をコピー + +# LOCALIZATION NOTE (changes.contextmenu.selectAll): Label for "Select All" option in the +# Changes panel context menu to select all text content. +changes.contextmenu.selectAll =すべて選択 + +# LOCALIZATION NOTE (changes.contextmenu.selectAll.accessKey): Access key for "Select All" +# option in the Changes panel. +changes.contextmenu.selectAll.accessKey =A |