summaryrefslogtreecommitdiffstats
path: root/l10n-ko/devtools/client/compatibility.ftl
diff options
context:
space:
mode:
Diffstat (limited to 'l10n-ko/devtools/client/compatibility.ftl')
-rw-r--r--l10n-ko/devtools/client/compatibility.ftl53
1 files changed, 53 insertions, 0 deletions
diff --git a/l10n-ko/devtools/client/compatibility.ftl b/l10n-ko/devtools/client/compatibility.ftl
new file mode 100644
index 0000000000..7889060956
--- /dev/null
+++ b/l10n-ko/devtools/client/compatibility.ftl
@@ -0,0 +1,53 @@
+# 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/.
+
+
+## Messages used as headers in the main pane
+
+compatibility-selected-element-header = 선택된 요소
+compatibility-all-elements-header = 모든 문제
+
+## Message used as labels for the type of issue
+
+compatibility-issue-deprecated = (사용되지 않음)
+compatibility-issue-experimental = (실험적)
+compatibility-issue-prefixneeded = (접두사 필요)
+compatibility-issue-deprecated-experimental = (사용되지 않음, 실험적)
+compatibility-issue-deprecated-prefixneeded = (사용되지 않음, 접두사 필요)
+compatibility-issue-experimental-prefixneeded = (실험적, 접두사 필요)
+compatibility-issue-deprecated-experimental-prefixneeded = (사용되지 않음, 실험적, 접두사 필요)
+
+## Messages used as labels and titles for buttons in the footer
+
+compatibility-settings-button-label = 설정
+compatibility-settings-button-title =
+ .title = 설정
+
+## Messages used as headers in settings pane
+
+compatibility-settings-header = 설정
+compatibility-target-browsers-header = 대상 브라우저
+
+##
+
+# Text used as the label for the number of nodes where the issue occurred
+# Variables:
+# $number (Number) - The number of nodes where the issue occurred
+compatibility-issue-occurrences =
+ { $number ->
+ *[other] { $number }회
+ }
+
+compatibility-no-issues-found = 호환성 문제 없음.
+compatibility-close-settings-button =
+ .title = 설정 닫기
+
+# Text used in the element containing the browser icons for a given compatibility issue.
+# Line breaks are significant.
+# Variables:
+# $browsers (String) - A line-separated list of browser information (e.g. Firefox 98\nChrome 99).
+compatibility-issue-browsers-list =
+ .title =
+ 호환성 문제:
+ { $browsers }