summaryrefslogtreecommitdiffstats
path: root/l10n-th/dom/chrome
diff options
context:
space:
mode:
Diffstat (limited to 'l10n-th/dom/chrome')
-rw-r--r--l10n-th/dom/chrome/security/csp.properties18
1 files changed, 18 insertions, 0 deletions
diff --git a/l10n-th/dom/chrome/security/csp.properties b/l10n-th/dom/chrome/security/csp.properties
index 467431879a..10912be233 100644
--- a/l10n-th/dom/chrome/security/csp.properties
+++ b/l10n-th/dom/chrome/security/csp.properties
@@ -23,80 +23,98 @@ CSPROViolationWithURI = การตั้งค่าของหน้าไ
# 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 = การตั้งค่าของหน้าได้ปิดกั้นสไตล์ (%3$S) ที่ %2$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) การตั้งค่าของหน้าจะปิดกั้นสไตล์ (%3$S) ที่ %2$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 = การตั้งค่าของหน้าได้ปิดกั้นสคริปต์ (%3$S) ที่ %2$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) การตั้งค่าของหน้าจะปิดกั้นสคริปต์ (%3$S) ที่ %2$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 = การตั้งค่าของหน้าได้ปิดกั้นสคริปต์ Worker (%3$S) ที่ %2$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) การตั้งค่าของหน้าจะปิดกั้นสคริปต์ Worker (%3$S) ที่ %2$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 = การตั้งค่าของหน้าได้ปิดกั้นไม่ให้โหลดทรัพยากร (%3$S) ที่ %2$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) การตั้งค่าของหน้าจะปิดกั้นไม่ให้โหลดทรัพยากร (%3$S) ที่ %2$S เพราะละเมิดคำสั่งต่อไปนี้: “%1$S”
# LOCALIZATION NOTE (triedToSendReport):
# %1$S is the URI we attempted to send a report to.