summaryrefslogtreecommitdiffstats
path: root/l10n-ko/devtools/client/accessibility.ftl
diff options
context:
space:
mode:
Diffstat (limited to 'l10n-ko/devtools/client/accessibility.ftl')
-rw-r--r--l10n-ko/devtools/client/accessibility.ftl95
1 files changed, 95 insertions, 0 deletions
diff --git a/l10n-ko/devtools/client/accessibility.ftl b/l10n-ko/devtools/client/accessibility.ftl
new file mode 100644
index 0000000000..d16e0b96d8
--- /dev/null
+++ b/l10n-ko/devtools/client/accessibility.ftl
@@ -0,0 +1,95 @@
+# 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/.
+
+
+### These strings are used inside the Accessibility panel.
+
+accessibility-learn-more = 더 알아보기
+
+accessibility-text-label-header = 텍스트 레이블 및 이름
+
+accessibility-keyboard-header = 키보드
+
+## Text entries that are used as text alternative for icons that depict accessibility isses.
+
+
+## These strings are used in the overlay displayed when running an audit in the accessibility panel
+
+accessibility-progress-initializing = 초기화 중…
+ .aria-valuetext = 초기화 중…
+
+# This string is displayed in the audit progress bar in the accessibility panel.
+# Variables:
+# $nodeCount (Integer) - The number of nodes for which the audit was run so far.
+accessibility-progress-progressbar = 노드 { $nodeCount }개 확인 중
+
+accessibility-progress-finishing = 마무리 중…
+ .aria-valuetext = 마무리 중…
+
+## Text entries that are used as text alternative for icons that depict accessibility issues.
+
+accessibility-warning =
+ .alt = 경고
+
+accessibility-fail =
+ .alt = 오류
+
+accessibility-best-practices =
+ .alt = 모범 사례
+
+## Text entries for a paragraph used in the accessibility panel sidebar's checks section
+## that describe that currently selected accessible object has an accessibility issue
+## with its text label or accessible name.
+
+accessibility-text-label-issue-area = <code>alt</code> 속성을 사용하여 <span>href</span> 속성이 있는 <div>area</div> 요소에 레이블을 지정합니다. <a>더 알아보기</a>
+
+accessibility-text-label-issue-dialog = 대화 상자에 레이블을 지정해야 합니다. <a>더 알아보기</a>
+
+accessibility-text-label-issue-document-title = 문서에 <code>title</code>이 있어야 합니다. <a>더 알아보기</a>
+
+accessibility-text-label-issue-embed = 포함된 콘텐츠에 레이블을 지정해야 합니다. <a>더 알아보기</a>
+
+accessibility-text-label-issue-figure = 선택적 캡션이 있는 그림에 레이블을 지정해야 합니다. <a>더 알아보기</a>
+
+accessibility-text-label-issue-fieldset = <code>fieldset</code> 요소에 레이블을 지정해야 합니다. <a>더 알아보기</a>
+
+accessibility-text-label-issue-fieldset-legend2 = <code>legend</code> 요소를 사용하여 <span>fieldset</span>에 레이블을 지정합니다. <a>더 알아보기</a>
+
+accessibility-text-label-issue-form = 양식 요소에 레이블을 지정해야 합니다. <a>더 알아보기</a>
+
+accessibility-text-label-issue-form-visible = 양식 요소에 보이는 텍스트 레이블을 지정해야 합니다. <a>더 알아보기</a>
+
+accessibility-text-label-issue-frame = <code>frame</code> 요소에 레이블을 지정해야 합니다. <a>더 알아보기</a>
+
+accessibility-text-label-issue-glyph = <code>alt</code> 속성을 사용하여 <span>mglyph</span> 요소에 레이블을 지정합니다. <a>더 알아보기</a>
+
+accessibility-text-label-issue-heading = 제목에 레이블을 지정해야 합니다. <a>더 알아보기</a>
+
+accessibility-text-label-issue-heading-content = 제목에 보이는 텍스트 콘텐츠가 있어야 합니다. <a>더 알아보기</a>
+
+accessibility-text-label-issue-iframe = <code>title</code> 속성을 사용하여 <span>iframe</span> 콘텐츠를 설명하세요. <a>더 알아보기</a>
+
+accessibility-text-label-issue-image = 이미지가 있는 콘텐츠에는 레이블을 지정해야 합니다. <a>더 알아보기</a>
+
+accessibility-text-label-issue-interactive = 대화형 요소에 레이블을 지정해야 합니다. <a>더 알아보기</a>
+
+accessibility-text-label-issue-optgroup-label2 = <code>label</code> 속성을 사용하여 <span>optgroup</span>에 레이블을 지정합니다. <a>더 알아보기</a>
+
+accessibility-text-label-issue-toolbar = 도구 모음이 두 개 이상 있는 경우 도구 모음에 레이블을 지정해야 합니다. <a>더 알아보기</a>
+
+## Text entries for a paragraph used in the accessibility panel sidebar's checks section
+## that describe that currently selected accessible object has a keyboard accessibility
+## issue.
+
+accessibility-keyboard-issue-semantics = 포커스 가능한 요소에는 대화형 의미가 있어야 합니다. <a>더 알아보기</a>
+
+accessibility-keyboard-issue-tabindex = 0 보다 큰 <code>tabindex</code> 속성을 사용하지 마세요. <a>더 알아보기</a>
+
+accessibility-keyboard-issue-action = 대화형 요소는 키보드를 사용하여 활성화 할 수 있어야 합니다. <a>더 알아보기</a>
+
+accessibility-keyboard-issue-focusable = 대화형 요소는 포커스 가능해야 합니다. <a>더 알아보기</a>
+
+accessibility-keyboard-issue-focus-visible = 포커스 가능한 요소에 포커스 스타일이 없을 수 있습니다. <a>더 알아보기</a>
+
+accessibility-keyboard-issue-mouse-only = 클릭 가능한 요소는 포커스 가능해야하며 대화형 의미가 있어야 합니다. <a>더 알아보기</a>