diff options
Diffstat (limited to 'l10n-ko/dom')
-rw-r--r-- | l10n-ko/dom/chrome/dom/dom.properties | 16 | ||||
-rw-r--r-- | l10n-ko/dom/chrome/security/csp.properties | 109 | ||||
-rw-r--r-- | l10n-ko/dom/chrome/security/security.properties | 3 |
3 files changed, 123 insertions, 5 deletions
diff --git a/l10n-ko/dom/chrome/dom/dom.properties b/l10n-ko/dom/chrome/dom/dom.properties index 1b08c18fbe..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=머무르기 @@ -304,16 +305,22 @@ NotificationsRequireUserGesture=Notification 권한은 단기 실행 사용자 NotificationsRequireUserGestureDeprecationWarning=단기 실행 사용자 생성 이벤트 핸들러 외부의 알림 권한 요청은 더 이상 사용되지 않으며 향후에 지원되지 않을 예정입니다. # LOCALIZATION NOTE: Do not translate "content", "Window", and "window.top" WindowContentUntrustedWarning=Window 객체의 ‘content’ 속성은 더 이상 사용되지 않습니다. 대신 ‘window.top’을 이용하세요. + # LOCALIZATION NOTE: The first %S is the tag name of the element that starts the loop, the second %S is the element's ID. 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. SVGFarthestViewportElement=SVGGraphicsElement.farthestViewportElement는 더 이상 사용되지 않으며 향후에 제거될 예정입니다. +# LOCALIZATION NOTE: Do not translate SVGSVGElement.deselectAll. +SVGDeselectAllWarning=SVGSVGElement.deselectAll은 Selection API의 기능과 중복되므로 더 이상 사용되지 않습니다. +# LOCALIZATION NOTE: Do not translate SVGGraphicsElement.nearestViewportElement or SVGElement.viewportElement. +SVGNearestViewportElementWarning=SVGGraphicsElement.nearestViewportElement는 더 이상 사용되지 않으며 향후에 제거될 예정입니다. 대신 SVGElement.viewportElement를 사용하세요. +# LOCALIZATION NOTE: Do not translate SVGGraphicsElement.farthestViewportElement. +SVGFarthestViewportElementWarning=SVGGraphicsElement.farthestViewportElement는 더 이상 사용되지 않으며 향후에 제거될 예정입니다. + # LOCALIZATION NOTE: Do not translate "<script>". ScriptSourceEmpty=<script> 엘리먼트의 ‘%S’ 속성이 빈값입니다. # LOCALIZATION NOTE: Do not translate "<script>". @@ -330,6 +337,8 @@ ModuleSourceNotAllowed=이 문서에서 모듈 원본 URI가 허용되지 않음 WebExtContentScriptModuleSourceNotAllowed=WebExtension 콘텐츠 스크립트는 moz-extension URL이 있는 모듈만 로드할 수 있으며 “%S”는 로드할 수 없습니다. ModuleResolveFailureNoWarn=“%S” 모듈 지정자를 해석하는 동안 오류가 발생했습니다. ModuleResolveFailureWarnRelative=“%S” 모듈 지정자를 해석하는 동안 오류가 발생했습니다. 상대 모듈 지정자는“./”, “../” 또는 “/”로 시작해야 합니다. +# LOCALIZATION NOTE: Do not translate "locale" and "IDBObjectStore.createIndex()". +IDBObjectStoreCreateIndexLocaleWarning=IDBObjectStore.createIndex()의 'locale' 옵션은 더 이상 사용되지 않습니다. ImportMapInvalidTopLevelKey=가져오기 맵에 잘못된 “%S” 최상위 키가 있습니다. ImportMapEmptySpecifierKeys=지정자 키는 빈 문자열일 수 없습니다. ImportMapAddressesNotStrings=주소는 문자열이어야 합니다. @@ -470,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..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" |