summaryrefslogtreecommitdiffstats
path: root/l10n-ko/devtools/client/webconsole.properties
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--l10n-ko/devtools/client/webconsole.properties7
1 files changed, 6 insertions, 1 deletions
diff --git a/l10n-ko/devtools/client/webconsole.properties b/l10n-ko/devtools/client/webconsole.properties
index d075f8266f..c5adc89d7b 100644
--- a/l10n-ko/devtools/client/webconsole.properties
+++ b/l10n-ko/devtools/client/webconsole.properties
@@ -470,9 +470,14 @@ webconsole.message.commands.startTracingToStdout=stdout에 추적 시작됨
webconsole.message.commands.startTracingToProfiler=프로파일러 추적을 시작했습니다. 중지 시 프로파일러에 추적이 표시됩니다.
# LOCALIZATION NOTE (webconsole.message.commands.stopTracing)
-# Label displayed when :trace command was executed and the JavaScript tracer stopped.
+# Label displayed when the JavaScript tracer stopped
webconsole.message.commands.stopTracing=추적 중지됨
+# LOCALIZATION NOTE (webconsole.message.commands.stopTracingWithReason)
+# Label displayed when the JavaScript tracer stopped with a particular reason
+# which isn't user explicit stop request. Can be reaching the max-depth option, or an infinite loop.
+webconsole.message.commands.stopTracingWithReason=추적 중지됨 (이유: %S)
+
# LOCALIZATION NOTE (webconsole.error.commands.copyError):
# the error that is displayed when the "copy" command can't stringify an object
# "copy" should not be translated, because is a function name.