summaryrefslogtreecommitdiffstats
path: root/l10n-th/dom/chrome/security
diff options
context:
space:
mode:
Diffstat (limited to 'l10n-th/dom/chrome/security')
-rw-r--r--l10n-th/dom/chrome/security/caps.properties9
-rw-r--r--l10n-th/dom/chrome/security/csp.properties125
-rw-r--r--l10n-th/dom/chrome/security/security.properties167
3 files changed, 301 insertions, 0 deletions
diff --git a/l10n-th/dom/chrome/security/caps.properties b/l10n-th/dom/chrome/security/caps.properties
new file mode 100644
index 0000000000..5ee6738fa4
--- /dev/null
+++ b/l10n-th/dom/chrome/security/caps.properties
@@ -0,0 +1,9 @@
+# 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/.
+CheckLoadURIError = ข้อผิดพลาดความปลอดภัย: เนื้อหาที่ %S อาจไม่โหลดหรือลิงก์ไปยัง %S
+CheckSameOriginError = ข้อผิดพลาดความปลอดภัย: เนื้อหาที่ %S อาจไม่โหลดข้อมูลจาก %S
+ExternalDataError = ข้อผิดพลาดความปลอดภัย: เนื้อหาที่ %S พยายามโหลด %S แต่อาจไม่โหลดข้อมูลภายนอกเมื่อถูกใช้เป็นภาพ
+
+CreateWrapperDenied = ไม่มีสิทธิเข้าถึงการสร้างตัวหุ้มสำหรับวัตถุของคลาส %S
+CreateWrapperDeniedForOrigin = Permission denied for <%2$S> to create wrapper for object of class %1$S
diff --git a/l10n-th/dom/chrome/security/csp.properties b/l10n-th/dom/chrome/security/csp.properties
new file mode 100644
index 0000000000..dfa9dbedc9
--- /dev/null
+++ b/l10n-th/dom/chrome/security/csp.properties
@@ -0,0 +1,125 @@
+# 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/.
+
+# CSP Warnings:
+# LOCALIZATION NOTE (CSPViolation):
+# %1$S is the reason why the resource has not been loaded.
+CSPViolation = การตั้งค่าของหน้าได้ปิดกั้นการโหลดทรัพยากร: %1$S
+# LOCALIZATION NOTE (CSPViolationWithURI):
+# %1$S is the directive that has been violated.
+# %2$S is the URI of the resource which violated the directive.
+CSPViolationWithURI = การตั้งค่าของหน้าได้ปิดกั้นการโหลดทรัพยากรที่ %2$S (“%1$S”)
+# LOCALIZATION NOTE (CSPROViolation):
+# %1$S is the reason why the resource has not been loaded.
+CSPROViolation = เกิดการละเมิดสำหรับนโยบาย CSP แบบ report-only (“%1$S”) อนุญาตให้ใช้ลักษณะการทำงานนี้ และส่งรายงาน CSP แล้ว
+# LOCALIZATION NOTE (CSPROViolationWithURI):
+# %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 กำลังจะถูกส่ง
+# LOCALIZATION NOTE (triedToSendReport):
+# %1$S is the URI we attempted to send a report to.
+triedToSendReport = พยายามส่งรายงานไปยัง URI ที่ใช้ไม่ได้ : "%1$S"
+tooManyReports = ได้ป้องกันไม่ให้รายงาน CSP ถูกส่งภายในระยะเวลาอันสั้นแล้ว
+# LOCALIZATION NOTE (couldNotParseReportURI):
+# %1$S is the report URI that could not be parsed
+couldNotParseReportURI = ไม่สามารถแยกส่วน URI ของรายงาน: %1$S
+# LOCALIZATION NOTE (couldNotProcessUnknownDirective):
+# %1$S is the unknown directive
+couldNotProcessUnknownDirective = ไม่สามารถทำตามคำสั่งที่ไม่รู้จัก '%1$S'
+# LOCALIZATION NOTE (ignoringUnknownOption):
+# %1$S is the option that could not be understood
+ignoringUnknownOption = ละเลยตัวเลือกที่ไม่รู้จัก %1$S
+# LOCALIZATION NOTE (ignoringDuplicateSrc):
+# %1$S defines the duplicate src
+ignoringDuplicateSrc = ละเลยต้นฉบับที่ซ้ำกัน %1$S
+# LOCALIZATION NOTE (ignoringNonAsciiToken):
+# %1$S defines the name of the directive
+# %2$S is the token string containing non-ASCII characters.
+ignoringNonAsciiToken = ละเลยคำสั่ง ‘%1$S’ ที่มีโทเค็น ‘%2$S’ ซึ่งประกอบด้วยอักขระที่ไม่ได้อยู่ใน ASCII
+# LOCALIZATION NOTE (ignoringSrcFromMetaCSP):
+# %1$S defines the ignored src
+ignoringSrcFromMetaCSP = ละเลยต้นฉบับ ‘%1$S’ (ไม่รองรับเมื่อส่งผ่านอิลิเมนต์ meta)
+# LOCALIZATION NOTE (ignoringSrcWithinNonceOrHashDirective):
+# %1$S is the ignored src (e.g. "unsafe-inline")
+# %2$S is the directive (e.g. "script-src-elem")
+ignoringSrcWithinNonceOrHashDirective = ละเลย “%1$S” ที่อยู่ภายใน %2$S: มีการระบุ nonce-source หรือ hash-source
+# LOCALIZATION NOTE (ignoringScriptSrcForStrictDynamic):
+# %1$S is the ignored src
+# %1$S is the directive src (e.g. "script-src-elem")
+# 'strict-dynamic' should not be localized
+ignoringScriptSrcForStrictDynamic = ละเลย “%1$S” ที่อยู่ภายใน %2$S: มีการระบุ ‘strict-dynamic’
+# LOCALIZATION NOTE (ignoringStrictDynamic):
+# %1$S is the ignored src
+ignoringStrictDynamic = ละเลยต้นฉบับ “%1$S” (รองรับภายใน script-src เท่านั้น)
+# LOCALIZATION NOTE (ignoringUnsafeEval):
+# %1$S is the csp directive (e.g. script-src-elem)
+# 'unsafe-eval' and 'wasm-unsafe-eval' should not be localized
+ignoringUnsafeEval = ละเลย ‘unsafe-eval’ หรือ ‘wasm-unsafe-eval’ ที่อยู่ภายใน “%1$S”
+# LOCALIZATION NOTE (strictDynamicButNoHashOrNonce):
+# %1$S is the csp directive that contains 'strict-dynamic'
+# 'strict-dynamic' should not be localized
+strictDynamicButNoHashOrNonce = คำสำคัญ ‘strict-dynamic’ ที่อยู่ภายใน “%1$S” ที่ไม่มี nonce หรือแฮชที่ถูกต้องอาจปิดกั้นสคริปต์ทั้งหมดไม่ให้โหลดได้
+# LOCALIZATION NOTE (reportURInotHttpsOrHttp2):
+# %1$S is the ETLD of the report URI that is not HTTP or HTTPS
+reportURInotHttpsOrHttp2 = URI ของรายงาน (%1$S) ควรเป็น URI แบบ HTTP หรือ HTTPS
+# LOCALIZATION NOTE (reportURInotInReportOnlyHeader):
+# %1$S is the ETLD of the page with the policy
+reportURInotInReportOnlyHeader = ไซต์ (%1$S) มีนโยบาย Report-Only ที่ไม่มี URI รายงาน CSP จะไม่ปิดกั้นและไม่สามารถรายงานการละเมิดนโยบายนี้ได้
+# LOCALIZATION NOTE (failedToParseUnrecognizedSource):
+# %1$S is the CSP Source that could not be parsed
+failedToParseUnrecognizedSource = ไม่สามารถวิเคราะห์รูปแบบต้นฉบับที่ไม่รู้จัก %1$S
+# LOCALIZATION NOTE (upgradeInsecureRequest):
+# %1$S is the URL of the upgraded request; %2$S is the upgraded scheme.
+upgradeInsecureRequest = อัปเกรดคำขอที่ไม่ปลอดภัย ‘%1$S’ เพื่อใช้ ‘%2$S’
+# LOCALIZATION NOTE (ignoreSrcForDirective):
+ignoreSrcForDirective = ละเลย srcs สำหรับคำสั่ง ‘%1$S’
+# LOCALIZATION NOTE (hostNameMightBeKeyword):
+# %1$S is the hostname in question and %2$S is the keyword
+hostNameMightBeKeyword = ตีความ %1$S เป็นชื่อโฮสต์แทนที่จะเป็นคำสำคัญ หากคุณต้องการให้ตีความเป็นคำสำคัญ ให้ใช้ ‘%2$S’ (อยู่ในอัญประกาศเดี่ยว)
+# LOCALIZATION NOTE (notSupportingDirective):
+# directive is not supported (e.g. 'reflected-xss')
+notSupportingDirective = ไม่รองรับคำสั่ง ‘%1$S’ คำสั่งและค่าต่าง ๆ จะถูกละเลย
+# LOCALIZATION NOTE (blockAllMixedContent):
+# %1$S is the URL of the blocked resource load.
+blockAllMixedContent = ปิดกั้นคำขอที่ไม่ปลอดภัย ‘%1$S’
+# LOCALIZATION NOTE (ignoringDirectiveWithNoValues):
+# %1$S is the name of a CSP directive that requires additional values
+ignoringDirectiveWithNoValues = ละเลย ‘%1$S’ เนื่องจากไม่มีพารามิเตอร์ใด
+# LOCALIZATION NOTE (ignoringReportOnlyDirective):
+# %1$S is the directive that is ignored in report-only mode.
+ignoringReportOnlyDirective = ละเลยคำสั่ง sandbox เมื่อถูกส่งในนโยบาย report-only ‘%1$S’
+# LOCALIZATION NOTE (IgnoringSrcBecauseOfDirective):
+# %1$S is the name of the src that is ignored.
+# %2$S is the name of the directive that causes the src to be ignored.
+IgnoringSrcBecauseOfDirective=ละเลย ‘%1$S’ เนื่องจากคำสั่ง ‘%2$S’
+# LOCALIZATION NOTE (IgnoringSourceWithinDirective):
+# %1$S is the ignored src
+# %2$S is the directive which supports src
+IgnoringSourceWithinDirective = ละเลยต้นฉบับ “%1$S” (ไม่รองรับภายใน ‘%2$S’)
+# LOCALIZATION NOTE (IgnoringSourceWithinDirective):
+# %1$S is the ignored src
+obsoleteBlockAllMixedContent = ละเลย ‘%1$S’ เนื่องจากการอัปเกรดการแสดงผลเนื้อหาแบบผสมทำให้ block-all-mixed-content ถูกเลิกใช้
+
+
+# CSP Errors:
+# LOCALIZATION NOTE (couldntParseInvalidSource):
+# %1$S is the source that could not be parsed
+couldntParseInvalidSource = ไม่สามารถแยกส่วนต้นฉบับที่ไม่ถูกต้อง %1$S
+# LOCALIZATION NOTE (couldntParseInvalidHost):
+# %1$S is the host that's invalid
+couldntParseInvalidHost = ไม่สามารถแยกส่วนโฮสต์ที่ใช้ไม่ได้ %1$S
+# LOCALIZATION NOTE (couldntParsePort):
+# %1$S is the string source
+couldntParsePort = ไม่สามารถแยกส่วนพอร์ตใน %1$S
+# LOCALIZATION NOTE (duplicateDirective):
+# %1$S is the name of the duplicate directive
+duplicateDirective = คำสั่ง %1$S ได้ถูกตรวจพบว่าซ้ำ ทั้งหมดแต่กรณีตัวอย่างแรกจะถูกยกเว้น
+# LOCALIZATION NOTE (couldntParseInvalidSandboxFlag):
+# %1$S is the option that could not be understood
+couldntParseInvalidSandboxFlag = ไม่สามารถแยกส่วนค่าสถานะของ sandbox ‘%1$S’
+
+# LOCALIZATION NOTE (CSPMessagePrefix):
+# Do not translate "Content-Security-Policy", only handle spacing for the colon.
+# %S is a console message that is being prefixed here.
+CSPMessagePrefix = Content-Security-Policy: %S
diff --git a/l10n-th/dom/chrome/security/security.properties b/l10n-th/dom/chrome/security/security.properties
new file mode 100644
index 0000000000..1e712aaa7d
--- /dev/null
+++ b/l10n-th/dom/chrome/security/security.properties
@@ -0,0 +1,167 @@
+# 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/.
+
+# Mixed Content Blocker
+# LOCALIZATION NOTE: "%1$S" is the URI of the blocked mixed content resource
+BlockMixedDisplayContent = ปิดกั้นการโหลดเนื้อหาแบบ mixed display “%1$S” แล้ว
+BlockMixedActiveContent = ปิดกั้นการโหลดเนื้อหาแบบ mixed active “%1$S” แล้ว
+
+# CORS
+# LOCALIZATION NOTE: Do not translate "Access-Control-Allow-Origin", Access-Control-Allow-Credentials, Access-Control-Allow-Methods, Access-Control-Allow-Headers
+CORSDisabled=คำขอ Cross-Origin ถูกปิดกั้น: นโยบาย Same Origin ไม่อนุญาตให้อ่านทรัพยากรระยะไกลที่ %1$S (เหตุผล: CORS ปิดใช้งานอยู่)
+CORSDidNotSucceed2=คำขอ Cross-Origin ถูกปิดกั้น: นโยบาย Same Origin ไม่อนุญาตให้อ่านทรัพยากรระยะไกลที่ %1$S (เหตุผล: คำขอ CORS ไม่สำเร็จ) รหัสสถานะ: %2$S
+CORSOriginHeaderNotAdded=คำขอ Cross-Origin ถูกปิดกั้น: นโยบาย Same Origin ไม่อนุญาตให้อ่านทรัพยากรระยะไกลที่ %1$S (เหตุผล: ไม่สามารถเพิ่มเฮดเดอร์ CORS ‘Origin’ ได้)
+CORSExternalRedirectNotAllowed=คำขอ Cross-Origin ถูกปิดกั้น: นโยบาย Same Origin ไม่อนุญาตให้อ่านทรัพยากรระยะไกลที่ %1$S (เหตุผล: ไม่อนุญาตให้มีการเปลี่ยนเส้นทางภายนอกสำหรับคำขอ CORS)
+CORSRequestNotHttp=คำขอ Cross-Origin ถูกปิดกั้น: นโยบาย Same Origin ไม่อนุญาตให้อ่านทรัพยากรระยะไกลที่ %1$S (เหตุผล: คำขอ CORS ไม่ใช่ http)
+CORSMissingAllowOrigin2=คำขอ Cross-Origin ถูกปิดกั้น: นโยบาย Same Origin ไม่อนุญาตให้อ่านทรัพยากรระยะไกลที่ %1$S (เหตุผล: เฮดเดอร์ CORS ‘Access-Control-Allow-Origin’ ขาดหายไป) รหัสสถานะ: %2$S
+CORSMultipleAllowOriginNotAllowed=คำขอ Cross-Origin ถูกปิดกั้น: นโยบาย Same Origin ไม่อนุญาตให้อ่านทรัพยากรระยะไกลที่ %1$S (เหตุผล: ไม่อนุญาตให้มีเฮดเดอร์ CORS ‘Access-Control-Allow-Origin’ หลายอัน)
+CORSAllowOriginNotMatchingOrigin=คำขอ Cross-Origin ถูกปิดกั้น: นโยบาย Same Origin ไม่อนุญาตให้อ่านทรัพยากรระยะไกลที่ %1$S (เหตุผล: เฮดเดอร์ CORS ‘Access-Control-Allow-Origin’ ไม่ตรงกับ ‘%2$S’)
+CORSNotSupportingCredentials=คำขอ Cross-Origin ถูกปิดกั้น: นโยบาย Same Origin ไม่อนุญาตให้อ่านทรัพยากรระยะไกลที่ %1$S (เหตุผล: ไม่รองรับข้อมูลประจำตัวหากเฮดเดอร์ CORS ‘Access-Control-Allow-Origin’ เป็น ‘*’)
+CORSMethodNotFound=คำขอ Cross-Origin ถูกปิดกั้น: นโยบาย Same Origin ไม่อนุญาตให้อ่านทรัพยากรระยะไกลที่ %1$S (เหตุผล: ไม่พบเมธอดในเฮดเดอร์ CORS ‘Access-Control-Allow-Methods’)
+CORSMissingAllowCredentials=คำขอ Cross-Origin ถูกปิดกั้น: นโยบาย Same Origin ไม่อนุญาตให้อ่านทรัพยากรระยะไกลที่ %1$S (เหตุผล: ต้องการค่า ‘true’ ในเฮดเดอร์ CORS ‘Access-Control-Allow-Credentials’)
+CORSPreflightDidNotSucceed3=คำขอ Cross-Origin ถูกปิดกั้น: นโยบาย Same Origin ไม่อนุญาตให้อ่านทรัพยากรระยะไกลที่ %1$S (เหตุผล: การตอบสนอง CORS preflight ไม่สำเร็จ) รหัสสถานะ: %2$S
+CORSInvalidAllowMethod=คำขอ Cross-Origin ถูกปิดกั้น: นโยบาย Same Origin ไม่อนุญาตให้อ่านทรัพยากรระยะไกลที่ %1$S (เหตุผล: โทเค็น ‘%2$S’ ไม่ถูกต้องในเฮดเดอร์ CORS ‘Access-Control-Allow-Methods’)
+CORSInvalidAllowHeader=คำขอ Cross-Origin ถูกปิดกั้น: นโยบาย Same Origin ไม่อนุญาตให้อ่านทรัพยากรระยะไกลที่ %1$S (เหตุผล: โทเค็น ‘%2$S’ ไม่ถูกต้องในเฮดเดอร์ CORS ‘Access-Control-Allow-Headers’)
+CORSMissingAllowHeaderFromPreflight2=คำขอ Cross-Origin ถูกปิดกั้น: นโยบาย Same Origin ไม่อนุญาตให้อ่านทรัพยากรระยะไกลที่ %1$S (เหตุผล: ไม่อนุญาตให้ใช้เฮดเดอร์ ‘%2$S’ ตามเฮดเดอร์ ‘Access-Control-Allow-Headers’ จากการตอบกลับในการตอบสนอง CORS preflight)
+CORSAllowHeaderFromPreflightDeprecation=คำเตือนเกี่ยวกับคำขอ Cross-Origin: นโยบาย Same Origin จะไม่อนุญาตการอ่านทรัพยากรระยะไกลที่ %1$S ในอีกไม่ช้า (เหตุผล: เมื่อ `Access-Control-Allow-Headers` เป็น `*` เฮดเดอร์ `Authorization` จะไม่ถูกปกคลุม หากต้องการรวมเฮดเดอร์ `Authorization` เฮดเดอร์นั้นจะต้องอยู่ในรายชื่ออย่างชัดเจนในเฮดเดอร์ CORS `Access-Control-Allow-Headers`)
+
+# LOCALIZATION NOTE: Do not translate "Strict-Transport-Security", "HSTS", "max-age" or "includeSubDomains"
+STSUnknownError=Strict-Transport-Security: เกิดข้อผิดพลาดที่ไม่รู้จักในการประมวลผลเฮดเดอร์ที่ระบุโดยไซต์
+STSCouldNotParseHeader=Strict-Transport-Security: ไซต์ระบุเฮดเดอร์ที่ไม่สามารถแจงส่วนได้สำเร็จ
+STSNoMaxAge=Strict-Transport-Security: ไซต์ระบุเฮดเดอร์ที่ไม่มีคำสั่ง ‘max-age’
+STSMultipleMaxAges=Strict-Transport-Security: ไซต์ระบุเฮดเดอร์ที่มีคำสั่ง ‘max-age’ หลายคำสั่ง
+STSInvalidMaxAge=Strict-Transport-Security: ไซต์ระบุเฮดเดอร์ที่มีคำสั่ง ‘max-age’ ที่ไม่ถูกต้อง
+STSMultipleIncludeSubdomains=Strict-Transport-Security: ไซต์ระบุเฮดเดอร์ที่มีคำสั่ง ‘includeSubDomains’ หลายคำสั่ง
+STSInvalidIncludeSubdomains=Strict-Transport-Security: ไซต์ระบุเฮดเดอร์ที่มีคำสั่ง ‘includeSubDomains’ ที่ไม่ถูกต้อง
+STSCouldNotSaveState=Strict-Transport-Security: เกิดข้อผิดพลาดในการจดจำไซต์ในฐานะโฮสต์ Strict-Transport-Security
+
+InsecurePasswordsPresentOnPage=มีช่องกรอกรหัสผ่านอยู่บนหน้าที่ไม่ปลอดภัย (http://) นี่เป็นความเสี่ยงด้านความปลอดภัยที่เปิดโอกาสให้ข้อมูลรับรองการเข้าสู่ระบบของผู้ใช้ถูกขโมยได้
+InsecureFormActionPasswordsPresent=มีช่องกรอกรหัสผ่านในรูปแบบที่มีการกระทำแบบฟอร์มที่ไม่ปลอดภัย (http://) นี่เป็นความเสี่ยงด้านความปลอดภัยที่เปิดโอกาสให้ข้อมูลรับรองการเข้าสู่ระบบของผู้ใช้ถูกขโมยได้
+InsecurePasswordsPresentOnIframe=มีช่องกรอกรหัสผ่านอยู่บน iframe ที่ไม่ปลอดภัย (http://) นี่เป็นความเสี่ยงด้านความปลอดภัยที่เปิดโอกาสให้ข้อมูลรับรองการเข้าสู่ระบบของผู้ใช้ถูกขโมยได้
+# LOCALIZATION NOTE: "%1$S" is the URI of the insecure mixed content resource
+LoadingMixedActiveContent2=โหลดเนื้อหาที่ใช้งานแบบผสม (ไม่ปลอดภัย) “%1$S” บนหน้าที่ปลอดภัย
+LoadingMixedDisplayContent2=โหลดเนื้อหาที่แสดงผลแบบผสม (ไม่ปลอดภัย) “%1$S” บนหน้าที่ปลอดภัย
+LoadingMixedDisplayObjectSubrequestDeprecation=ไม่แนะนำให้โหลดเนื้อหาแบบผสม (ไม่ปลอดภัย) “%1$S” ภายในปลั๊กอินบนหน้าที่ปลอดภัย และจะถูกปิดกั้นในไม่ช้า
+# LOCALIZATION NOTE: "%S" is the URI of the insecure mixed content download
+MixedContentBlockedDownload = ปิดกั้นการดาวน์โหลดเนื้อหาที่ไม่ปลอดภัย “%S” แล้ว
+
+# LOCALIZATION NOTE: Do not translate "allow-scripts", "allow-same-origin", "sandbox" or "iframe"
+BothAllowScriptsAndSameOriginPresent=iframe ที่มีทั้ง allow-scripts และ allow-same-origin เดียวกันสำหรับแอตทริบิวต์ sandbox สามารถเอาคุณลักษณะการทำ sandbox ออกได้
+# LOCALIZATION NOTE: Do not translate "allow-top-navigation-by-user-activation", "allow-top-navigation", "sandbox" or "iframe"
+BothAllowTopNavigationAndUserActivationPresent=iframe ที่มีทั้ง allow-top-navigation และ allow-top-navigation-by-user-activation สำหรับแอตทริบิวต์ sandbox จะอนุญาตการนำทางด้านบน
+
+# Sub-Resource Integrity
+# LOCALIZATION NOTE: Do not translate "script" or "integrity". "%1$S" is the invalid token found in the attribute.
+MalformedIntegrityHash=อิลิเมนต์ script มีแฮชที่มีรูปแบบไม่ถูกต้องในแอตทริบิวต์ integrity: “%1$S” โดยรูปแบบที่ถูกต้องคือ “<อัลกอริทึมแฮช>-<ค่าแฮช>”
+# LOCALIZATION NOTE: Do not translate "integrity"
+InvalidIntegrityLength=แฮชที่มีอยู่ในแอตทริบิวต์ integrity มีความยาวที่ไม่ถูกต้อง
+# LOCALIZATION NOTE: Do not translate "integrity"
+InvalidIntegrityBase64=ไม่สามารถถอดรหัสแฮชที่มีอยู่ในแอตทริบิวต์ integrity ได้
+# LOCALIZATION NOTE: Do not translate "integrity". "%1$S" is the type of hash algorithm in use (e.g. "sha256"). "%2$S" is the value we saw.
+IntegrityMismatch2=ไม่มีแฮช “%1$S” ใดในแอตทริบิวต์ integrity ที่ตรงกับเนื้อหาของทรัพยากรย่อย แฮชที่คำนวณได้คือ “%2$S”
+# LOCALIZATION NOTE: "%1$S" is the URI of the sub-resource that cannot be protected using SRI.
+IneligibleResource=“%1$S” ไม่มีสิทธิ์ตรวจสอบความถูกต้องเนื่องจากไม่ได้เปิดใช้งาน CORS หรือไม่ใช่ same-origin
+# LOCALIZATION NOTE: Do not translate "integrity". "%1$S" is the invalid hash algorithm found in the attribute.
+UnsupportedHashAlg=ไม่รองรับอัลกอริทึมแฮชนี้ในแอตทริบิวต์ integrity: “%1$S”
+# LOCALIZATION NOTE: Do not translate "integrity"
+NoValidMetadata=แอตทริบิวต์ integrity ไม่มีข้อมูลกำกับที่ถูกต้อง
+
+# LOCALIZATION NOTE: Do not translate "RC4".
+WeakCipherSuiteWarning=ไซต์นี้ใช้การเข้ารหัสแบบ RC4 ซึ่งเลิกใช้แล้วและไม่ปลอดภัย
+
+DeprecatedTLSVersion2=ไซต์นี้ใช้ TLS รุ่นที่เลิกใช้แล้ว โปรดอัปเกรดเป็น TLS 1.2 หรือ 1.3
+
+#XCTO: nosniff
+# LOCALIZATION NOTE: Do not translate "X-Content-Type-Options: nosniff".
+MimeTypeMismatch2=ทรัพยากรจาก “%1$S” ถูกปิดกั้นเนื่องจากชนิด MIME (“%2$S”) ไม่ตรงกัน (X-Content-Type-Options: nosniff)
+# LOCALIZATION NOTE: Do not translate "X-Content-Type-Options" and also do not translate "nosniff".
+XCTOHeaderValueMissing=คำเตือนเฮดเดอร์ X-Content-Type-Options: ค่าเป็น “%1$S” คุณตั้งใจจะส่ง “nosniff” ใช่ไหม?
+# LOCALIZATION NOTE: Do not translate "X-Content-Type-Options" and also do not translate "nosniff".
+XTCOWithMIMEValueMissing=ทรัพยากรจาก “%1$S” ไม่ถูกแสดงผลเนื่องจากมีชนิด MIME ที่ไม่รู้จัก, ไม่ถูกต้อง หรือขาดหายไป (X-Content-Type-Options: nosniff)
+
+BlockScriptWithWrongMimeType2=สคริปต์จาก “%1$S” ถูกปิดกั้นเนื่องจากชนิด MIME ที่ไม่ได้รับอนุญาต (“%2$S”)
+WarnScriptWithWrongMimeType=สคริปต์จาก “%1$S” ได้ถูกโหลดถึงแม้ว่าชนิด MIME (“%2$S”) จะไม่ใช่ชนิด MIME ของ JavaScript ที่ถูกต้อง
+# LOCALIZATION NOTE: Do not translate "importScripts()"
+BlockImportScriptsWithWrongMimeType=การโหลดสคริปต์จาก “%1$S” ด้วย importScripts() ถูกปิดกั้นเนื่องจากชนิด MIME ที่ไม่ได้รับอนุญาต (“%2$S”)
+BlockWorkerWithWrongMimeType=การโหลด Worker จาก “%1$S” ถูกปิดกั้นเนื่องจากชนิด MIME ที่ไม่ได้รับอนุญาต (“%2$S”)
+BlockModuleWithWrongMimeType=การโหลดโมดูลจาก “%1$S” ถูกปิดกั้นเนื่องจากชนิด MIME ที่ไม่ได้รับอนุญาต (“%2$S”)
+
+# LOCALIZATION NOTE: Do not translate "data: URI".
+BlockTopLevelDataURINavigation=การนำทางไปยัง data ระดับบนสุด: ไม่อนุญาตให้ใช้ URI (ได้ปิดกั้นการโหลดของ: “%1$S”)
+BlockRedirectToDataURI=ไม่อนุญาตให้เปลี่ยนเส้นทางไปยัง data: URI (ได้ปิดกั้นการโหลด: “%1$S”)
+
+# LOCALIZATION NOTE: Do not translate "file: URI". “%1$S” is the whole URI of the loaded file. “%2$S” is the MIME type e.g. "text/plain".
+BlockFileScriptWithWrongMimeType=การโหลดสคริปต์จากไฟล์: URI (“%1$S”) ถูกปิดกั้นเนื่องจากชนิด MIME (“%2$S”) ไม่ใช่ชนิด MIME ของ JavaScript ที่ถูกต้อง
+
+# LOCALIZATION NOTE: “%S” is the whole URI of the loaded file.
+BlockExtensionScriptWithWrongExt=การโหลดสคริปต์ด้วย URI “%S” ถูกปิดกั้นเนื่องจากไม่อนุญาตให้ใช้ส่วนขยายไฟล์
+
+RestrictBrowserEvalUsage=ไม่อนุญาตให้ใช้ eval() และ eval-like ในโปรเซสหลักหรือในบริบทระบบ (ปิดกั้นการใช้ใน “%1$S”)
+
+# LOCALIZATION NOTE (MixedContentAutoUpgrade):
+# %1$S is the URL of the upgraded request; %2$S is the upgraded scheme.
+MixedContentAutoUpgrade=อัปเกรดคำขอแสดงผลที่ไม่ปลอดภัย ‘%1$S’ ให้ใช้ ‘%2$S’
+# LOCALIZATION NOTE (RunningClearSiteDataValue):
+# %S is the URI of the resource whose data was cleaned up
+RunningClearSiteDataValue=เฮดเดอร์ Clear-Site-Data บังคับให้ล้างข้อมูลของ “%S”
+UnknownClearSiteDataValue=พบเฮดเดอร์ Clear-Site-Data ไม่รู้จักค่า “%S”
+
+# Reporting API
+ReportingHeaderInvalidJSON=เฮดเดอร์ Reporting: ได้รับค่า JSON ที่ไม่ถูกต้อง
+ReportingHeaderInvalidNameItem=เฮดเดอร์ Reporting: ชื่อไม่ถูกต้องสำหรับกลุ่ม
+ReportingHeaderDuplicateGroup=เฮดเดอร์ Reporting: เพิกเฉยกลุ่มที่ซ้ำกันชื่อ “%S”
+ReportingHeaderInvalidItem=เฮดเดอร์ Reporting: เพิกเฉยรายการที่ไม่ถูกต้องชื่อ “%S”
+ReportingHeaderInvalidEndpoint=เฮดเดอร์ Reporting: เพิกเฉยตำแหน่งข้อมูลที่ไม่ถูกต้องสำหรับรายการชื่อ “%S”
+# LOCALIZATION NOTE(ReportingHeaderInvalidURLEndpoint): %1$S is the invalid URL, %2$S is the group name
+ReportingHeaderInvalidURLEndpoint=เฮดเดอร์ Reporting: เพิกเฉย URL ตำแหน่งข้อมูลที่ไม่ถูกต้อง “%1$S” สำหรับรายการชื่อ “%2$S”
+
+FeaturePolicyUnsupportedFeatureName=นโยบาย Feature: ข้ามชื่อฟีเจอร์ “%S” ซึ่งไม่รองรับ
+# TODO: would be nice to add a link to the Feature-Policy MDN documentation here. See bug 1449501
+FeaturePolicyInvalidEmptyAllowValue= นโยบาย Feature: ข้ามรายการ allow เปล่าสำหรับฟีเจอร์: “%S”
+# TODO: would be nice to add a link to the Feature-Policy MDN documentation here. See bug 1449501
+FeaturePolicyInvalidAllowValue=นโยบาย Feature: ข้ามค่า allow “%S” ซึ่งไม่รองรับ
+
+# LOCALIZATION NOTE: "%1$S" is the limitation length (bytes) of referrer URI, "%2$S" is the origin of the referrer URI.
+ReferrerLengthOverLimitation=เฮดเดอร์ HTTP Referrer: ความยาวเกินขีดจำกัด “%1$S” ไบต์ - กำลังลดขนาดเฮดเดอร์ Referrer ลงเป็น origin: “%2$S”
+# LOCALIZATION NOTE: "%1$S" is the limitation length (bytes) of referrer URI, "%2$S" is the origin of the referrer URI.
+ReferrerOriginLengthOverLimitation=เฮดเดอร์ HTTP Referrer: ความยาวของ origin ภายใน Referrer เกินขีดจำกัด “%1$S” ไบต์ - กำลังเอา Referrer ที่มี origin “%2$S” ออก
+
+# LOCALIZATION NOTE: Do not translate "no-referrer-when-downgrade", "origin-when-cross-origin" and "unsafe-url". %S is the URI of the loading channel.
+ReferrerPolicyDisallowRelaxingWarning=นโยบาย Referrer: นโยบายที่มีข้อจำกัดน้อยลงรวมถึง ‘no-referrer-when-downgrade’, ‘origin-when-cross-origin’ และ ‘unsafe-url’ จะถูกเพิกเฉยในไม่ช้าสำหรับคำขอแบบ Cross-site: %S
+# LOCALIZATION NOTE: %1$S is the ignored referrer policy, %2$S is the URI of the loading channel.
+ReferrerPolicyDisallowRelaxingMessage=นโยบาย Referrer: เพิกเฉยนโยบาย Referrer ที่มีข้อจำกัดน้อยลง “%1$S” สำหรับคำขอแบบ Cross-site: %2$S
+
+# X-Frame-Options
+# LOCALIZATION NOTE(XFrameOptionsInvalid): %1$S is the header value, %2$S is frame URI. Do not translate "X-Frame-Options".
+XFrameOptionsInvalid = พบเฮดเดอร์ X-Frame-Options ที่ไม่ถูกต้องเมื่อโหลด “%2$S”: “%1$S” ไม่ใช่คำสั่งที่ใช้ได้
+# LOCALIZATION NOTE(XFrameOptionsDeny): %1$S is the header value, %2$S is frame URI and %3$S is the parent document URI. Do not translate "X-Frame-Options".
+XFrameOptionsDeny=การโหลด “%2$S” ในเฟรมถูกปฏิเสธโดยคำสั่ง “X-Frame-Options“ ที่กำหนดเป็น “%1$S“
+
+# HTTPS-Only Mode
+# LOCALIZATION NOTE: %1$S is the URL of the upgraded request; %2$S is the upgraded scheme.
+HTTPSOnlyUpgradeRequest = กำลังอัปเกรดคำขอไม่ปลอดภัย “%1$S” ให้ใช้ “%2$S”
+# LOCALIZATION NOTE: %1$S is the URL of request.
+HTTPSOnlyNoUpgradeException = ไม่อัปเกรดคำขอไม่ปลอดภัย “%1$S” เนื่องจากได้รับการยกเว้น
+# LOCALIZATION NOTE: %1$S is the URL of the failed request; %2$S is an error-code.
+HTTPSOnlyFailedRequest = การอัปเกรดคำขอไม่ปลอดภัย “%1$S” ล้มเหลว (%2$S)
+# LOCALIZATION NOTE: %S is the URL of the failed request;
+HTTPSOnlyFailedDowngradeAgain = การอัปเกรดคำขอไม่ปลอดภัย “%S” ล้มเหลว กำลังดาวน์เกรดเป็น “http” อีกครั้ง
+# LOCALIZATION NOTE: Hints or indicates a new transaction for a URL is likely coming soon. We use
+# a speculative connection to start a TCP connection so that the resource is immediately ready
+# when the transaction is actually submitted. HTTPS-Only and HTTPS-First will upgrade such
+# speculative TCP connections from http to https.
+# %1$S is the URL of the upgraded speculative TCP connection; %2$S is the upgraded scheme.
+HTTPSOnlyUpgradeSpeculativeConnection = กำลังอัปเกรดการเชื่อมต่อ TCP แบบคาดการณ์ที่ไม่ปลอดภัย “%1$S” ให้ไปใช้ “%2$S”
+
+HTTPSFirstSchemeless = กำลังอัปเกรด URL ที่โหลดในแถบที่อยู่ซึ่งไม่มีแบบแผนโปรโตคอลที่ชัดเจนให้ไปใช้ HTTPS
+
+# LOCALIZATION NOTE: %S is the URL of the blocked request;
+IframeSandboxBlockedDownload = การดาวน์โหลด “%S” ถูกปิดกั้นเนื่องจาก iframe ที่กระตุ้นมีการตั้งค่าสถานะ sandbox ไว้
+
+# LOCALIZATION NOTE: %S is the URL of the blocked request;
+SandboxBlockedCustomProtocols = ปิดกั้นการนำทางไปยังโปรโตคอลที่กำหนดเอง “%S” จากบริบทที่อยู่ใน sandbox
+
+# Sanitizer API
+# LOCALIZATION NOTE: Please do not localize "DocumentFragment". It's the name of an API.
+SanitizerRcvdNoInput = ได้รับอินพุตเปล่าหรือไม่ได้รับอินพุตใด กำลังส่งกลับ DocumentFragment เปล่า