# 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/. ### Localization for Developer Tools tooltips. learn-more = 더 알아보기 ## In the Rule View when a CSS property cannot be successfully applied we display ## an icon. When this icon is hovered this message is displayed to explain why ## the property is not applied. ## Variables: ## $property (string) - A CSS property name e.g. "color". ## $display (string) - A CSS display value e.g. "inline-block". inactive-css-not-grid-or-flex-container = 플렉스 컨테이너도 그리드 컨테이너도 아니기 때문에 { $property } 속성이 이 요소에 영향을 미치지 않습니다. inactive-css-not-grid-or-flex-container-or-multicol-container = 플렉스 컨테이너, 그리드 컨테이너 또는 다중 열 컨테이너가 아니기 때문에 { $property } 속성이 이 요소에 영향을 미치지 않습니다. inactive-css-not-multicol-container = 다중 열 컨테이너가 아니기 때문에 { $property } 속성이 이 요소에 영향을 미치지 않습니다. inactive-css-not-grid-or-flex-item = 그리드 또는 플렉스 항목이 아니기 때문에 { $property } 속성이 이 요소에 영향을 미치지 않습니다. inactive-css-not-grid-item = 그리드 항목이 아니기 때문에 { $property } 속성이 이 요소에 영향을 미치지 않습니다. inactive-css-not-grid-container = 그리드 컨테이너가 아니기 때문에 { $property } 속성이 이 요소에 영향을 미치지 않습니다. inactive-css-not-flex-item = 플렉스 항목이 아니기 때문에 { $property } 속성이 이 요소에 영향을 미치지 않습니다. inactive-css-not-flex-container = 플렉스 컨테이너가 아니기 때문에 { $property } 속성이 이 요소에 영향을 미치지 않습니다. inactive-css-not-inline-or-tablecell = { $property }는 inline 또는 table-cell 요소가 아니기 때문에 이 요소에 아무런 영향을 미치지 않습니다. inactive-css-first-line-pseudo-element-not-supported = { $property }는 ::first-line 가상 요소에서 지원되지 않습니다. inactive-css-first-letter-pseudo-element-not-supported = { $property }는 ::first-letter 가상 요소에서 지원되지 않습니다. inactive-css-placeholder-pseudo-element-not-supported = { $property }는 ::placeholder 가상 요소에서 지원되지 않습니다. inactive-css-property-because-of-display = { $display }의 표시가 있으므로 { $property }은 이 요소에 영향을 미치지 않습니다. inactive-css-not-display-block-on-floated = 요소가 floated이므로 display 값이 엔진에 의해 block으로 변경되었습니다. inactive-css-property-is-impossible-to-override-in-visited = :visited 제한으로 인해 { $property }를 재정의 할 수 없습니다. inactive-css-position-property-on-unpositioned-box = 위치가 지정된 요소가 아니기 때문에 { $property } 속성이 이 요소에 영향을 미치지 않습니다. inactive-text-overflow-when-no-overflow = overflow:hidden이 설정되어 있지 않으므로 { $property } 속성이 이 요소에 영향을 미치지 않습니다. inactive-css-not-for-internal-table-elements = { $property } 속성이 내부 테이블 요소에 영향을 미치지 않습니다. inactive-css-not-for-internal-table-elements-except-table-cells = { $property } 속성이 테이블 셀을 제외하고 내부 테이블 요소에 영향을 미치지 않습니다. inactive-css-not-table = 테이블이 아니기 때문에 { $property } 속성이 이 요소에 영향을 미치지 않습니다. inactive-css-not-table-cell = 테이블 셀이 아니기 때문에 { $property } 속성이 이 요소에 영향을 미치지 않습니다. inactive-scroll-padding-when-not-scroll-container = 스크롤하지 않으므로 { $property } 속성이 이 요소에 영향을 미치지 않습니다. inactive-css-border-image = { $property }는 부모 테이블 요소에서 border-collapsecollapse로 설정된 내부 테이블 요소에 적용할 수 없으므로 이 요소에 영향을 미치지 않습니다. inactive-css-ruby-element = { $property }는 윗주 요소이므로 이 요소에 영향을 미치지 않습니다. 크기는 윗주 텍스트의 글꼴 크기에 따라 결정됩니다. inactive-css-highlight-pseudo-elements-not-supported = { $property }는 하이라이트 가상 요소에서 지원되지 않습니다. inactive-css-cue-pseudo-element-not-supported = { $property }는 ::cue 가상 요소에서 지원되지 않습니다. # Variables: # $lineCount (integer) - The number of lines the element has. inactive-css-text-wrap-balance-lines-exceeded = { $property }는 이 요소에 { $lineCount }개 이상의 행이 있으므로 이 요소에 영향을 주지 않습니다. inactive-css-text-wrap-balance-fragmented = { $property }는 조각화되어 있으므로(예: 해당 콘텐츠가 여러 열이나 페이지에 걸쳐 분할되어 있으므로) 이 요소에 영향을 주지 않습니다. ## In the Rule View when a CSS property cannot be successfully applied we display ## an icon. When this icon is hovered this message is displayed to explain how ## the problem can be solved. inactive-css-not-grid-or-flex-container-fix = display:grid 또는 display:flex를 추가해보세요. { learn-more } inactive-css-not-grid-or-flex-container-or-multicol-container-fix = display:griddisplay:flex, columns:2를 추가해보세요. { learn-more } inactive-css-not-multicol-container-fix = column-count 또는 column-width를 추가해보세요. { learn-more } inactive-css-not-grid-or-flex-item-fix-3 = display:grid, display:flex, display:inline-grid, 또는 display:inline-flex를 요소의 부모에 추가해보세요. { learn-more } inactive-css-not-grid-item-fix-2 = display:grid 또는 display:inline-grid를 요소의 부모에 추가해보세요. { learn-more } inactive-css-not-grid-container-fix = display:grid 또는 display:inline-grid을 추가하세요. { learn-more } inactive-css-not-flex-item-fix-2 = display:flex 또는 display:inline-flex를 요소의 부모에 추가해보세요. { learn-more } inactive-css-not-flex-container-fix = display:flex 또는 display:inline-flex을 추가해보세요. { learn-more } inactive-css-not-inline-or-tablecell-fix = display:inline 또는 display:table-cell을 추가해보세요. { learn-more } inactive-css-non-replaced-inline-or-table-row-or-row-group-fix = display:inline-block 또는 display:block을 추가해보세요. { learn-more } inactive-css-non-replaced-inline-or-table-column-or-column-group-fix = display:inline-block을 추가해보세요. { learn-more } inactive-css-not-display-block-on-floated-fix = float를 제거하거나 display:block을 추가해보세요. { learn-more } inactive-css-position-property-on-unpositioned-box-fix = position 속성을 static 이외의 것으로 설정해 보세요. { learn-more } inactive-text-overflow-when-no-overflow-fix = overflow:hidden을 추가해보세요. { learn-more } inactive-css-not-for-internal-table-elements-fix = display 속성을 table-cell, table-column, table-row, table-column-group, table-row-group, 또는 table-footer-group 이외의 것으로 설정해 보세요. { learn-more } inactive-css-not-for-internal-table-elements-except-table-cells-fix = display 속성을 table-column, table-row, table-column-group, table-row-group, 또는 table-footer-group 이외의 것으로 설정해 보세요. { learn-more } inactive-css-not-table-fix = display:table 또는 display:inline-table을 추가해보세요. { learn-more } inactive-css-not-table-cell-fix = display:table-cell을 추가해보세요. { learn-more } inactive-scroll-padding-when-not-scroll-container-fix = overflow:auto, overflow:scroll, 또는 overflow:hidden을 추가해보세요. { learn-more } inactive-css-border-image-fix = 부모 테이블 요소에서 속성을 제거하거나 border-collapse 값을 collapse 이외의 값으로 변경합니다. { learn-more } inactive-css-ruby-element-fix = 윗주 텍스트의 font-size를 변경해 보세요. { learn-more } inactive-css-text-wrap-balance-lines-exceeded-fix = 줄 수를 줄여보세요. { learn-more } inactive-css-text-wrap-balance-fragmented-fix = 요소의 콘텐츠를 분할하지 마세요(예: 열을 제거하거나 page-break-inside:avoid를 사용하는 경우). { learn-more } ## In the Rule View when a CSS property may have compatibility issues with other browsers ## we display an icon. When this icon is hovered this message is displayed to explain why ## the property is incompatible and the platforms it is incompatible on. ## Variables: ## $property (string) - A CSS declaration name e.g. "-moz-user-select" that can be a platform specific alias. ## $rootProperty (string) - A raw CSS property name e.g. "user-select" that is not a platform specific alias. css-compatibility-default-message = { $property }은(는) 다음 브라우저에서는 지원되지 않습니다: css-compatibility-deprecated-experimental-message = { $property }은(는) W3C 표준에서 더 이상 사용되지 않는 실험적 속성입니다. 다음 브라우저에서는 지원되지 않습니다: css-compatibility-deprecated-experimental-supported-message = { $property }은(는) W3C 표준에서 더 이상 사용되지 않는 실험적 속성입니다. css-compatibility-deprecated-message = { $property }은(는) W3C 표준에서 더 이상 사용되지 않습니다. 다음 브라우저에서는 지원되지 않습니다: css-compatibility-deprecated-supported-message = { $property }은(는) W3C 표준에서 더 이상 사용되지 않습니다. css-compatibility-experimental-message = { $property }은(는) 실험적 속성입니다. 다음 브라우저에서는 지원되지 않습니다: css-compatibility-experimental-supported-message = { $property }은(는) 실험적 속성입니다. css-compatibility-learn-more-message = { $rootProperty }에 대해 더 알아보기 ## In the Rule View when a rule selector can causes issues, we display an icon. ## When this icon is hovered one or more of those messages are displayed to explain what ## the issue are. # :has() should not be translated css-selector-warning-unconstrained-has = 이 선택자는 제한되지 않은 :has()를 사용하므로 느릴 수 있습니다.