summaryrefslogtreecommitdiffstats
path: root/l10n-ja/dom/chrome/security/csp.properties
diff options
context:
space:
mode:
Diffstat (limited to 'l10n-ja/dom/chrome/security/csp.properties')
-rw-r--r--l10n-ja/dom/chrome/security/csp.properties100
1 files changed, 99 insertions, 1 deletions
diff --git a/l10n-ja/dom/chrome/security/csp.properties b/l10n-ja/dom/chrome/security/csp.properties
index 9874300dde..a55b6e9b16 100644
--- a/l10n-ja/dom/chrome/security/csp.properties
+++ b/l10n-ja/dom/chrome/security/csp.properties
@@ -1,4 +1,3 @@
-## (^m^) 未訳
# 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/.
@@ -18,6 +17,105 @@ CSPROViolation =Report-Only CSP ポリシーに対する違反が発生しま
# %1$S is the directive that has been violated.
# %2$S is the URI of the resource which violated the directive.
CSPROViolationWithURI =ページの設定により次のリソースの読み込みを監視します %2$S (“%1$S”)。CSP レポートが送信されました。
+
+# CSP Warnings:
+
+# LOCALIZATION NOTE (CSPInlineStyleViolation):
+# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'")
+# %2$S is the type of directive used by the resource (e.g. style-src-elem)
+CSPInlineStyleViolation =ページの設定によりインラインスタイル (%2$S) の適用をブロックしました。次のディレクティブに違反しています: “%1$S”
+# LOCALIZATION NOTE (CSPROInlineStyleViolation):
+# Don't translate "Report-Only" as it's part of the name Content-Security-Policy-Report-Only.
+# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'")
+# %2$S is the type of directive used by the resource (e.g. style-src-elem)
+CSPROInlineStyleViolation =(Report-Only ポリシー) ページの設定によりインラインスタイル (%2$S) の適用がブロックされます。次のディレクティブに違反しています: “%1$S”
+# LOCALIZATION NOTE (CSPInlineScriptViolation):
+# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'")
+# %2$S is the type of directive used by the resource (e.g. script-src-elem)
+CSPInlineScriptViolation =ページの設定によりインラインスクリプト (%2$S) の実行をブロックしました。次のディレクティブに違反しています: “%1$S”
+# LOCALIZATION NOTE (CSPROInlineScriptViolation):
+# Don't translate "Report-Only" as it's part of the name Content-Security-Policy-Report-Only.
+# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'")
+# %2$S is the type of directive used by the resource (e.g. script-src-elem)
+CSPROInlineScriptViolation =(Report-Only ポリシー) ページの設定によりインラインスクリプト (%2$S) の実行がブロックされます。次のディレクティブに違反しています: “%1$S”
+# LOCALIZATION NOTE (CSPEventHandlerScriptViolation):
+# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'")
+# %2$S is the type of directive used by the resource (e.g. script-src-attr)
+CSPEventHandlerScriptViolation =ページの設定によりイベントハンドラー (%2$S) の実行をブロックしました。次のディレクティブに違反しています: “%1$S”
+# LOCALIZATION NOTE (CSPROEventHandlerScriptViolation):
+# Don't translate "Report-Only" as it's part of the name Content-Security-Policy-Report-Only.
+# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'")
+# %2$S is the type of directive used by the resource (e.g. script-src-attr)
+CSPROEventHandlerScriptViolation =(Report-Only ポリシー) ページの設定によりイベントハンドラー (%2$S) の実行がブロックされます。次のディレクティブに違反しています: “%1$S”
+# LOCALIZATION NOTE (CSPEvalScriptViolation):
+# Don't translate/change "'unsafe-eval'", including the single quote.
+# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'")
+# %2$S is the type of directive used by the resource (e.g. script-src)
+CSPEvalScriptViolation =ページの設定により JavaScript eval (%2$S) の実行をブロックしました。次のディレクティブに違反しています: “%1$S” ('unsafe-eval' が不足)
+# LOCALIZATION NOTE (CSPROEvalScriptViolation):
+# Don't translate "Report-Only" as it's part of the name Content-Security-Policy-Report-Only.
+# Don't translate/change "'unsafe-eval'", including the single quote.
+# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'")
+# %2$S is the type of directive used by the resource (e.g. script-src)
+CSPROEvalScriptViolation =(Report-Only ポリシー) ページの設定により JavaScript eval (%2$S) の実行がブロックされます。次のディレクティブに違反しています: “%1$S” ('unsafe-eval' が不足)
+# LOCALIZATION NOTE (CSPWasmEvalScriptViolation):
+# WebAssembly is a feature name.
+# Don't translate/change "'wasm-unsafe-eval'" or "'unsafe-eval'", including the single quote.
+# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'")
+# %2$S is the type of directive used by the resource (e.g. script-src)
+CSPWasmEvalScriptViolation =ページの設定により WebAssembly (%2$S) の実行をブロックしました。次のディレクティブに違反しています: “%1$S” ('wasm-unsafe-eval' または 'unsafe-eval' が不足)
+# LOCALIZATION NOTE (CSPROWasmEvalScriptViolation):
+# Don't translate "Report-Only" as it's part of the name Content-Security-Policy-Report-Only.
+# WebAssembly is a feature name.
+# Don't translate/change "'wasm-unsafe-eval'" or "'unsafe-eval'", including the single quote.
+# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'")
+# %2$S is the type of directive used by the resource (e.g. script-src)
+CSPROWasmEvalScriptViolation =(Report-Only ポリシー) ページの設定により WebAssembly (%2$S) の実行がブロックされます。次のディレクティブに違反しています: “%1$S” ('wasm-unsafe-eval' または 'unsafe-eval' が不足)
+# LOCALIZATION NOTE (CSPStyleViolation):
+# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'")
+# %2$S is the URI of the resource which violated the directive.
+# %3$S is the type of directive used by the resource (e.g. style-src)
+CSPStyleViolation =ページの設定により %2$S のスタイル (%3$S) の適用をブロックしました。次のディレクティブに違反しています: “%1$S”
+# LOCALIZATION NOTE (CSPROStyleViolation):
+# Don't translate "Report-Only" as it's part of the name Content-Security-Policy-Report-Only.
+# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'")
+# %2$S is the URI of the resource which violated the directive.
+# %3$S is the type of directive used by the resource (e.g. style-src)
+CSPROStyleViolation =(Report-Only ポリシー) ページの設定により %2$S のスタイル (%3$S) の適用がブロックされます。次のディレクティブに違反しています: “%1$S”
+# LOCALIZATION NOTE (CSPScriptViolation):
+# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'")
+# %2$S is the URI of the resource which violated the directive.
+# %3$S is the type of directive used by the resource (e.g. script-src-elem)
+CSPScriptViolation =ページの設定により %2$S のスクリプト (%3$S) の実行をブロックしました。次のディレクティブに違反しています: “%1$S”
+# LOCALIZATION NOTE (CSPROScriptViolation):
+# Don't translate "Report-Only" as it's part of the name Content-Security-Policy-Report-Only.
+# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'")
+# %2$S is the URI of the resource which violated the directive.
+# %3$S is the type of directive used by the resource (e.g. script-src-elem)
+CSPROScriptViolation =(Report-Only ポリシー) ページの設定により %2$S のスクリプト (%3$S) の実行がブロックされます。次のディレクティブに違反しています: “%1$S”
+# LOCALIZATION NOTE (CSPWorkerViolation):
+# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'")
+# %2$S is the URI of the resource which violated the directive.
+# %3$S is the type of directive used by the resource (e.g. worker-src)
+CSPWorkerViolation =ページの設定により %2$S の Worker スクリプト (%3$S) の実行をブロックしました。次のディレクティブに違反しています: “%1$S”
+# LOCALIZATION NOTE (CSPROWorkerViolation):
+# Don't translate "Report-Only" as it's part of the name Content-Security-Policy-Report-Only.
+# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'")
+# %2$S is the URI of the resource which violated the directive.
+# %3$S is the type of directive used by the resource (e.g. worker-src)
+CSPROWorkerViolation =(Report-Only ポリシー) ページの設定により %2$S の Worker スクリプト (%3$S) の実行がブロックされます。次のディレクティブに違反しています: “%1$S”
+# LOCALIZATION NOTE (CSPGenericViolation):
+# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'")
+# %2$S is the URI of the resource which violated the directive.
+# %3$S is the type of directive used by the resource (e.g. image-src)
+CSPGenericViolation =ページの設定により %2$S のリソース (%3$S) の読み込みをブロックしました。次のディレクティブに違反しています: “%1$S”
+# LOCALIZATION NOTE (CSPROGenericViolation):
+# Don't translate "Report-Only" as it's part of the name Content-Security-Policy-Report-Only.
+# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'")
+# %2$S is the URI of the resource which violated the directive.
+# %3$S is the type of directive used by the resource (e.g. image-src)
+CSPROGenericViolation =(Report-Only ポリシー) ページの設定により %2$S のリソース (%3$S) の読み込みがブロックされます。次のディレクティブに違反しています: “%1$S”
+
# LOCALIZATION NOTE (triedToSendReport):
# %1$S is the URI we attempted to send a report to.
triedToSendReport =不正な URI にレポートの送信を試みました: “%1$S”