summaryrefslogtreecommitdiffstats
path: root/l10n-vi/devtools/client/webconsole.properties
diff options
context:
space:
mode:
Diffstat (limited to 'l10n-vi/devtools/client/webconsole.properties')
-rw-r--r--l10n-vi/devtools/client/webconsole.properties38
1 files changed, 34 insertions, 4 deletions
diff --git a/l10n-vi/devtools/client/webconsole.properties b/l10n-vi/devtools/client/webconsole.properties
index 8b89fb8dd5..8e38199424 100644
--- a/l10n-vi/devtools/client/webconsole.properties
+++ b/l10n-vi/devtools/client/webconsole.properties
@@ -111,6 +111,10 @@ selfxss.msg=Cảnh báo lừa đảo: Cẩn thận khi dán những thứ bạn
# Please avoid using non-keyboard characters here
selfxss.okstring=allow pasting
+# LOCALIZATION NOTE (evaluationNotifcation.noOriginalVariableMapping.msg): the text for the notification message that is displayed
+# in the console when the debugger is paused in a non-pretty printed original file and original variable mapping is turned off.
+# `Show original variables` should be kept in sync with the checkbox label in the Scopes panel header.
+
# LOCALIZATION NOTE (messageToggleDetails): the text that is displayed when
# you hover the arrow for expanding/collapsing the message details. For
# console.error() and other messages we show the stacktrace.
@@ -127,14 +131,17 @@ table.iterationIndex=(iteration index)
table.key=Khóa
table.value=Giá trị
-# LOCALIZATION NOTE (level.error, level.warn, level.info, level.log, level.debug):
-# tooltip for icons next to console output
+# LOCALIZATION NOTE (level.error, level.warn, level.info, level.log, level.debug, level.jstracer):
+# tooltip for icons next to console output.
+# "level.jstracer" isn't related to console.api call, but rather to the JavaScript Tracer,
+# each item represents a function call being logged in the console.
level.error=Lỗi
level.warn=Cảnh báo
level.info=Thông tin
level.log=Nhật ký
level.debug=Gỡ lỗi
+
# LOCALIZATION NOTE (logpoint.title)
# Tooltip shown for logpoints sent from the debugger
logpoint.title=Điểm ghi từ trình gỡ lỗi
@@ -151,6 +158,12 @@ blockedrequest.label=Bị chặn bởi DevTools
# Tooltip shown for disabled console messages
webconsole.disableIcon.title=Thông báo này không còn hoạt động, thông tin chi tiết về thông báo không có sẵn nữa
+# LOCALIZATION NOTE (command.title)
+# Tooltip shown for console input evaluated code displayed in the console output
+
+# LOCALIZATION NOTE (result.title)
+# Tooltip shown for evaluation result displayed in the console output
+
# LOCALIZATION NOTE (webconsole.find.key)
# Key shortcut used to focus the search box on upper right of the console
webconsole.find.key=CmdOrCtrl+F
@@ -436,7 +449,24 @@ webconsole.message.componentDidCatch.label=[LỖI DEVTOOLS] Chúng tôi xin lỗ
# LOCALIZATION NOTE (webconsole.message.commands.copyValueToClipboard)
# Label displayed when the string is copied to the clipboard as a result of a copy command,
# in the console, for example, copy({hello: "world"}).
-webconsole.message.commands.copyValueToClipboard=Chuỗi đã được sao chép vào khay nhớ tạm.
+webconsole.message.commands.copyValueToClipboard=Chuỗi văn bản đã được sao chép vào bộ nhớ tạm.
+
+# LOCALIZATION NOTE (webconsole.message.commands.startTracingToWebConsole)
+# Label displayed when :trace command was executed and the JavaScript tracer started to log to the web console.
+
+# LOCALIZATION NOTE (webconsole.message.commands.startTracingToStdout)
+# Label displayed when :trace command was executed and the JavaScript tracer started to log to stdout.
+
+# LOCALIZATION NOTE (webconsole.message.commands.startTracingToProfiler)
+# Label displayed when :trace command was executed and the JavaScript tracer will open the profiler showing all the traces,
+# but only on stop.
+
+# LOCALIZATION NOTE (webconsole.message.commands.stopTracing)
+# Label displayed when the JavaScript tracer stopped
+
+# 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.
# LOCALIZATION NOTE (webconsole.error.commands.copyError):
# the error that is displayed when the "copy" command can't stringify an object
@@ -461,7 +491,7 @@ webconsole.messages.commands.blockArgMissing=Không chọn bộ lọc nào
# LOCALIZATION NOTE (webconsole.message.componentDidCatch.copyButton.label)
# Label displayed on the button next to the message we display when the webconsole
# couldn't handle a given packet (See webconsole.message.componentDidCatch.label).
-webconsole.message.componentDidCatch.copyButton.label=Sao chép siêu dữ liệu thông báo vào bộ nhớ tạm
+webconsole.message.componentDidCatch.copyButton.label=Sao chép metadata thông báo vào bộ nhớ tạm
# LOCALIZATION NOTE (webconsole.editor.toolbar.executeButton.label)