summaryrefslogtreecommitdiffstats
path: root/l10n-vi/devtools/client/debugger.properties
diff options
context:
space:
mode:
Diffstat (limited to 'l10n-vi/devtools/client/debugger.properties')
-rw-r--r--l10n-vi/devtools/client/debugger.properties9
1 files changed, 9 insertions, 0 deletions
diff --git a/l10n-vi/devtools/client/debugger.properties b/l10n-vi/devtools/client/debugger.properties
index 916e8b0f94..2c860a41db 100644
--- a/l10n-vi/devtools/client/debugger.properties
+++ b/l10n-vi/devtools/client/debugger.properties
@@ -131,11 +131,13 @@ pausePendingButtonTooltip=Chờ việc thực thi tiếp theo
# button in the top of the debugger right sidebar.
# %1$S is for the key shortcut
# %2$S is for the log output location (webconsole or stdout).
+startTraceButtonTooltip2=Theo dõi tất cả các khung JavaScript tới %2$S. (%1$S)\nNhấp chuột phải để thay đổi kết quả đầu ra.
# LOCALIZATION NOTE (stopTraceButtonTooltip): The label that is displayed on the trace
# button in the top of the debugger right sidebar. This label is only displayed when we are current tracing
# JavaScript.
# %S is for the key shortcut
+stopTraceButtonTooltip2=Dừng theo dõi các khung JavaScript. (%S)
# LOCALIZATION NOTE (traceInWebConsole): The label that is displayed in the context menu
# of the trace button, which is in the top of the debugger right sidebar.
@@ -144,11 +146,13 @@ pausePendingButtonTooltip=Chờ việc thực thi tiếp theo
# LOCALIZATION NOTE (traceInWebConsole): The label that is displayed in the context menu
# of the trace button, which is in the top of the debugger right sidebar.
# This is used to force logging JavaScript traces in the stdout.
+traceInStdout=Theo dõi trong stdout
# LOCALIZATION NOTE (traceValues): The label that is displayed in the context menu
# of the trace button, which is in the top of the debugger right sidebar.
# This is used to enable logging arguments passed to function calls
# as well as returned values (only for JS function calls, but not native function calls)
+traceValues=Ghi lại các đối số của hàm và giá trị trả về
# LOCALIZATION NOTE (traceOnNextLoad): The label that is displayed in the context menu
# of the trace button, which is in the top of the debugger right sidebar.
@@ -158,6 +162,7 @@ traceOnNextInteraction=Chỉ theo dõi lần tương tác tiếp theo của ngư
# LOCALIZATION NOTE (traceOnNextLoad): The label that is displayed in the context menu
# of the trace button, which is in the top of the debugger right sidebar.
# This is used to automatically start the tracing on next page load.
+traceOnNextLoad=Chỉ theo dõi khi tải trang tiếp theo (tải lại hoặc điều hướng)
# LOCALIZATION NOTE (traceFunctionReturn): The label that is displayed in the context menu
# of the trace button, which is in the top of the debugger right sidebar.
@@ -206,6 +211,7 @@ threadsHeader=Luồng
mainThread=Luồng chính
# LOCALIZATION NOTE (pausedThread): The text to describe the status of paused threads
+pausedThread=đã tạm dừng
# LOCALIZATION NOTE (noSourcesText): The text to display in the sources list
# when there are no sources.
@@ -752,11 +758,13 @@ sourceFooter.ignoreList=Source này nằm trong danh sách bỏ qua. Vui lòng t
# Displayed when the selected source is an original source.
# i.e. a file which may not be in JavaScript and isn't being executed by Firefox.
# This file is transpiled by the web developer into a "bundle" JavaScript file, which is executed by the page.
+sourceFooter.sourceMapButton.isOriginalSource = tập tin gốc
# LOCALIZATION NOTE (sourceFooter.sourceMapButton.isBundleSource): Label displayed next to the
# Source Map icon displayed in editor footer.
# Displayed when the selected source is a bundle. i.e. a file referring to a source map file,
# which will be mapped to one or many original sources.
+sourceFooter.sourceMapButton.isBundleSource = gói tập tin
# LOCALIZATION NOTE (sourceFooter.sourceMapButton.enable): Label displayed in the menu opened
# from the Source Map icon displayed in editor footer.
@@ -766,6 +774,7 @@ sourceFooter.ignoreList=Source này nằm trong danh sách bỏ qua. Vui lòng t
# from the Source Map icon displayed in editor footer.
# This controls the settings which will make the debugger automatically show and open original source by default.
# This typically happens when you pause or hit a breakpoint.
+sourceFooter.sourceMapButton.showOriginalSourceByDefault = Hiển thị và mở vị trí ban đầu theo mặc định
# LOCALIZATION NOTE (sourceFooter.sourceMapButton.jumpToGeneratedSource): Label displayed in the menu opened
# from the Source Map icon displayed in editor footer.