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-ja/devtools/client/compatibility.ftl | |
parent | Initial commit. (diff) | |
download | firefox-2aa4a82499d4becd2284cdb482213d541b8804dd.tar.xz firefox-2aa4a82499d4becd2284cdb482213d541b8804dd.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-ja/devtools/client/compatibility.ftl')
-rw-r--r-- | l10n-ja/devtools/client/compatibility.ftl | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/l10n-ja/devtools/client/compatibility.ftl b/l10n-ja/devtools/client/compatibility.ftl new file mode 100644 index 0000000000..073621d6f6 --- /dev/null +++ b/l10n-ja/devtools/client/compatibility.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/. + +## Messages used as headers in the main pane + +compatibility-selected-element-header = 選択した要素 +compatibility-all-elements-header = すべての要素 + +## Message used as labels for the type of issue + +compatibility-issue-deprecated = (非推奨) +compatibility-issue-experimental = (実験的) +compatibility-issue-prefixneeded = (接頭辞が必要) +compatibility-issue-deprecated-experimental = (非推奨、実験的) + +compatibility-issue-deprecated-prefixneeded = (非推奨、接頭辞が必要) +compatibility-issue-experimental-prefixneeded = (実験的、接頭辞が必要) +compatibility-issue-deprecated-experimental-prefixneeded = (非推奨、実験的、接頭辞が必要) + +## Messages used as labels and titles for buttons in the footer + +compatibility-settings-button-label = 設定 +compatibility-settings-button-title = + .title = 設定 +compatibility-feedback-button-label = フィードバック +compatibility-feedback-button-title = + .title = フィードバック + +## Messages used as headers in settings pane + +compatibility-settings-header = 設定 +compatibility-target-browsers-header = 対象ブラウザー + +## + +# Text used as the label for the number of nodes where the issue occurred +# Variables: +# $number (Number) - The number of nodes where the issue occurred +compatibility-issue-occurrences = { $number } 件の非互換 + +compatibility-no-issues-found = 互換性に問題はありません。 +compatibility-close-settings-button = + .title = 設定を閉じる |