summaryrefslogtreecommitdiffstats
path: root/l10n-ja/dom
diff options
context:
space:
mode:
Diffstat (limited to 'l10n-ja/dom')
-rw-r--r--l10n-ja/dom/chrome/dom/dom.properties6
-rw-r--r--l10n-ja/dom/chrome/security/csp.properties100
2 files changed, 100 insertions, 6 deletions
diff --git a/l10n-ja/dom/chrome/dom/dom.properties b/l10n-ja/dom/chrome/dom/dom.properties
index edc29b8ef9..7c925fcc7d 100644
--- a/l10n-ja/dom/chrome/dom/dom.properties
+++ b/l10n-ja/dom/chrome/dom/dom.properties
@@ -18,6 +18,7 @@ DebugScriptButton =スクリプトをデバッグ
WaitForScriptButton =処理を続行
DontAskAgain =次回からは確認しない(&D)
WindowCloseBlockedWarning =スクリプトはスクリプトによって開かれたウィンドウ以外を閉じることができません。
+WindowCloseByScriptBlockedWarning =スクリプトはスクリプトによって開かれたウィンドウのみを閉じます。
OnBeforeUnloadTitle =本当によろしいですか?
OnBeforeUnloadMessage2 =このページから移動しますか? 入力した情報は保存されません。
OnBeforeUnloadStayButton =このページに留まる
@@ -312,8 +313,6 @@ WindowContentUntrustedWarning =window オブジェクトの ‘content’ 属
SVGRefLoopWarning =ID “%S” を持つ SVG <%S> の参照がループしています。
# LOCALIZATION NOTE: The first %S is the tag name of the element in the chain where the chain was broken, the second %S is the element's ID.
SVGRefChainLengthExceededWarning =ID “%S” を持つ要素で SVG <%S> の参照チェーンが長すぎるため放棄されました。
-# LOCALIZATION NOTE: Do not translate SVGSVGElement.deselectAll.
-SVGDeselectAll =SVGSVGElement.deselectAll は Selection API の機能と重複するため推奨されません。
# LOCALIZATION NOTE: Do not translate SVGGraphicsElement.nearestViewportElement or SVGElement.viewportElement.
SVGNearestViewportElement =SVGGraphicsElement.nearestViewportElement は推奨されません。これは将来のバージョンで削除されます。代わりに SVGElement.viewportElement を使用してください。
# LOCALIZATION NOTE: Do not translate SVGGraphicsElement.farthestViewportElement.
@@ -483,9 +482,6 @@ InstallTriggerInstallDeprecatedWarning =InstallTrigger.install() は推奨され
# LOCALIZATION NOTE: Do not translate "HTMLOptionsCollection.length". %1$S is the invalid value, %2$S is the current limit.
SelectOptionsLengthAssignmentWarning =<select> オプションリストを HTMLOptionsCollection.length (値 %1$S) への割り当て経由で展開することを拒否しました。サポートされた最大サイズは %2$S です。
-# LOCALIZATION NOTE: Do not translate "isExternalCTAP2SecurityKeySupported".
-IsExternalCTAP2SecurityKeySupportedWarning =isExternalCTAP2SecurityKeySupported() は推奨されません。
-
InvalidFormControlUnfocusable =不正なフォームコントロールはフォーカスできません。
# LOCALIZATION NOTE: Do not translate "name="
InvalidNamedFormControlUnfocusable =name=‘%S’ を持つ不正なコントロールはフォーカスできません。
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”