From fbaf0bb26397aa498eb9156f06d5a6fe34dd7dd8 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 03:14:29 +0200 Subject: Merging upstream version 125.0.1. Signed-off-by: Daniel Baumann --- l10n-ko/dom/chrome/security/csp.properties | 99 ++++++++++++++++++++++++++++++ 1 file changed, 99 insertions(+) (limited to 'l10n-ko/dom/chrome/security/csp.properties') diff --git a/l10n-ko/dom/chrome/security/csp.properties b/l10n-ko/dom/chrome/security/csp.properties index 8d2339d242..1d29835f8f 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" -- cgit v1.2.3