diff options
Diffstat (limited to 'l10n-ko/dom')
-rw-r--r-- | l10n-ko/dom/chrome/dom/dom.properties | 6 | ||||
-rw-r--r-- | l10n-ko/dom/chrome/security/csp.properties | 99 |
2 files changed, 100 insertions, 5 deletions
diff --git a/l10n-ko/dom/chrome/dom/dom.properties b/l10n-ko/dom/chrome/dom/dom.properties index 8c3807b549..0ca29bb251 100644 --- a/l10n-ko/dom/chrome/dom/dom.properties +++ b/l10n-ko/dom/chrome/dom/dom.properties @@ -18,6 +18,7 @@ DebugScriptButton=스크립트 디버깅 WaitForScriptButton=계속 DontAskAgain=다시 묻지 않음(&D) WindowCloseBlockedWarning=스크립트에 의해 열리지 않은 창을 닫을 수 없습니다. +WindowCloseByScriptBlockedWarning=스크립트는 스크립트에 의해 열린 창만 닫을 수 있습니다. OnBeforeUnloadTitle=페이지 나가기 여부 OnBeforeUnloadMessage2=이 페이지가 나갈지 여부를 묻습니다. 입력한 정보는 저장되지 않을 수 있습니다. OnBeforeUnloadStayButton=머무르기 @@ -309,8 +310,6 @@ WindowContentUntrustedWarning=Window 객체의 ‘content’ 속성은 더 이 SVGRefLoopWarning=“%S” ID인 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. @@ -480,9 +479,6 @@ InstallTriggerInstallDeprecatedWarning=InstallTrigger.install()은 더 이상 # LOCALIZATION NOTE: Do not translate "HTMLOptionsCollection.length". %1$S is the invalid value, %2$S is the current limit. SelectOptionsLengthAssignmentWarning=HTMLOptionsCollection.length(값 %1$S)에 대한 할당을 통해 <select> 옵션 목록 확장을 거부했습니다. 지원되는 최대 크기는 %2$S입니다. -# LOCALIZATION NOTE: Do not translate "isExternalCTAP2SecurityKeySupported". -IsExternalCTAP2SecurityKeySupportedWarning=isExternalCTAP2SecurityKeySupported()는 더 이상 사용되지 않습니다. - InvalidFormControlUnfocusable=잘못된 양식 컨트롤은 포커스할 수 없습니다. # LOCALIZATION NOTE: Do not translate "name=" InvalidNamedFormControlUnfocusable=name=‘%S’인 잘못된 양식 컨트롤은 포커스할 수 없습니다. 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" |