summaryrefslogtreecommitdiffstats
path: root/l10n-ko/devtools/client/styleeditor.ftl
diff options
context:
space:
mode:
Diffstat (limited to 'l10n-ko/devtools/client/styleeditor.ftl')
-rw-r--r--l10n-ko/devtools/client/styleeditor.ftl43
1 files changed, 43 insertions, 0 deletions
diff --git a/l10n-ko/devtools/client/styleeditor.ftl b/l10n-ko/devtools/client/styleeditor.ftl
new file mode 100644
index 0000000000..3fc352c68d
--- /dev/null
+++ b/l10n-ko/devtools/client/styleeditor.ftl
@@ -0,0 +1,43 @@
+# 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/.
+
+styleeditor-new-button =
+ .tooltiptext = 새 스타일 시트를 만들어서 문서에 추가
+ .accesskey = N
+styleeditor-import-button =
+ .tooltiptext = 기존의 스타일 시트를 가져와서 문서에 추가
+ .accesskey = I
+styleeditor-filter-input =
+ .placeholder = 스타일 시트 필터
+styleeditor-visibility-toggle =
+ .tooltiptext = 스타일 시트 적용 내용 보기
+ .accesskey = S
+styleeditor-visibility-toggle-system =
+ .tooltiptext = 시스템 스타일 시트는 비활성화할 수 없음
+styleeditor-save-button = 저장
+ .tooltiptext = 스타일 시트를 파일로 저장
+ .accesskey = S
+styleeditor-options-button =
+ .tooltiptext = 스타일 편집기 옵션
+styleeditor-media-rules = @media 규칙
+styleeditor-at-rules = At-규칙
+styleeditor-editor-textbox =
+ .data-placeholder = 여기에 CSS 를 입력하세요.
+styleeditor-no-stylesheet = 이 페이지에는 스타일 시트가 없습니다.
+styleeditor-no-stylesheet-tip = 그렇지 않으면,<a data-l10n-name="append-new-stylesheet">새로운 스타일 시트를 추가</a>하시겠습니까?
+styleeditor-open-link-new-tab =
+ .label = 링크를 새 탭으로 열기
+styleeditor-copy-url =
+ .label = URL 복사
+styleeditor-find =
+ .label = 찾기
+ .accesskey = F
+styleeditor-find-again =
+ .label = 다시 찾기
+ .accesskey = g
+styleeditor-go-to-line =
+ .label = 줄 이동…
+ .accesskey = J
+# Label displayed when searching a term that is not found in any stylesheet path
+styleeditor-stylesheet-all-filtered = 일치하는 스타일 시트를 찾지 못했습니다.