summaryrefslogtreecommitdiffstats
path: root/l10n-ko/dom/chrome/security
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--l10n-ko/dom/chrome/security/csp.properties109
-rw-r--r--l10n-ko/dom/chrome/security/security.properties3
2 files changed, 112 insertions, 0 deletions
diff --git a/l10n-ko/dom/chrome/security/csp.properties b/l10n-ko/dom/chrome/security/csp.properties
index 8d2339d242..fc8a1f65c5 100644
--- a/l10n-ko/dom/chrome/security/csp.properties
+++ b/l10n-ko/dom/chrome/security/csp.properties
@@ -17,6 +17,105 @@ CSPROViolation = 보고서 유일 CSP 정책("%1$S") 위반이 발생했습니
# %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 = (보고 전용 정책) 다음 지시자를 위반하기 때문에 페이지 설정에서 인라인 스타일(%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 = (보고 전용 정책) 다음 지시자를 위반하기 때문에 페이지 설정에서 인라인 스크립트(%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 = (보고 전용 정책) 다음 지시자를 위반하기 때문에 페이지 설정에서 이벤트 핸들러(%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 평가(%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 = (보고 전용 정책) 다음 지시자를 위반하기 때문에 페이지 설정에서 JavaScript 평가(%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 = (보고 전용 정책) 다음 지시자를 위반하기 때문에 페이지 설정으로 인해 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 = (보고 전용 정책) 다음 지시자를 위반하므로 페이지 설정에서 %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 = (보고 전용 정책) 다음 지시자를 위반하므로 페이지 설정에 따라 %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의 작업자 스크립트(%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 = (보고 전용 정책) 페이지 설정에 따라 %2$S의 작업자 스크립트(%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 = (보고 전용 정책) 다음 지시자를 위반하기 때문에 페이지 설정으로 인해 %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"
@@ -119,6 +218,16 @@ duplicateDirective = 중복된 %1$S 지시자가 감지되었습니다. 첫 인
# %1$S is the option that could not be understood
couldntParseInvalidSandboxFlag = 유효하지 않은 샌드박스 플래그 ‘%1$S’를 붙일 수 없음
+# LOCALIZATION NOTE (invalidNumberOfTrustedTypesForDirectiveValues):
+# %1$S is the number of passed tokens.
+invalidNumberOfTrustedTypesForDirectiveValues = 'require-trusted-types-for' 지시자에 대해 잘못된 수의 토큰을 받음: %1$S; 예상 1
+# LOCALIZATION NOTE (invalidRequireTrustedTypesForDirectiveValue):
+# %1$S is the passed token
+invalidRequireTrustedTypesForDirectiveValue = 'require-trusted-types-for' 지시자에 대해 잘못된 토큰을 받음: %1$S; 예상 'script'
+# LOCALIZATION NOTE (invalidTrustedTypesExpression):
+# %1$S is the passed token
+invalidTrustedTypesExpression = 'trusted-types' 지시자에 대해 잘못된 토큰을 받음: %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.
diff --git a/l10n-ko/dom/chrome/security/security.properties b/l10n-ko/dom/chrome/security/security.properties
index fdef33f63c..66756f7bea 100644
--- a/l10n-ko/dom/chrome/security/security.properties
+++ b/l10n-ko/dom/chrome/security/security.properties
@@ -46,6 +46,9 @@ LoadingMixedDisplayObjectSubrequestDeprecation=보안 페이지의 플러그인
# LOCALIZATION NOTE: "%S" is the URI of the insecure mixed content download
MixedContentBlockedDownload = 안전하지 않은 콘텐츠 “%S” 다운로드를 차단함.
+# LOCALIZATION NOTE: "%S" is the URI of the insecure mixed content download
+BlockedInsecureDownload = 안전하지 않은 다운로드를 차단했습니다: "%S".
+
# LOCALIZATION NOTE: Do not translate "allow-scripts", "allow-same-origin", "sandbox" or "iframe"
BothAllowScriptsAndSameOriginPresent=sandbox 속성에 allow-scripts 및 allow-same-origin이 모두 있는 iframe은 sandbox를 제거할 수 있습니다.
# LOCALIZATION NOTE: Do not translate "allow-top-navigation-by-user-activation", "allow-top-navigation", "sandbox" or "iframe"