diff options
Diffstat (limited to 'l10n-vi/devtools/client/webconsole.properties')
-rw-r--r-- | l10n-vi/devtools/client/webconsole.properties | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/l10n-vi/devtools/client/webconsole.properties b/l10n-vi/devtools/client/webconsole.properties index 8e38199424..33e3e51015 100644 --- a/l10n-vi/devtools/client/webconsole.properties +++ b/l10n-vi/devtools/client/webconsole.properties @@ -154,6 +154,10 @@ logtrace.title=Theo dõi JavaScript # Tooltip shown for blocked network events sent from the network panel blockedrequest.label=Bị chặn bởi DevTools +# LOCALIZATION NOTE (blockedrequest.label2) +# Tooltip shown for blocked network events +blockedrequest.label2=Bị chặn + # LOCALIZATION NOTE (webconsole.disableIcon.title) # 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 @@ -453,20 +457,25 @@ webconsole.message.commands.copyValueToClipboard=Chuỗi văn bản đã đượ # LOCALIZATION NOTE (webconsole.message.commands.startTracingToWebConsole) # Label displayed when :trace command was executed and the JavaScript tracer started to log to the web console. +webconsole.message.commands.startTracingToWebConsole=Đã theo dõi bảng điều khiển web # LOCALIZATION NOTE (webconsole.message.commands.startTracingToStdout) # Label displayed when :trace command was executed and the JavaScript tracer started to log to stdout. +webconsole.message.commands.startTracingToStdout=Đã theo dõi 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. +webconsole.message.commands.startTracingToProfiler=Đã theo dõi Profiler. Các dấu vết sẽ được hiển thị trong profiler khi dừng. # LOCALIZATION NOTE (webconsole.message.commands.stopTracing) # Label displayed when the JavaScript tracer stopped +webconsole.message.commands.stopTracing=Đã dừng theo dõi # 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=Đã dừng theo dõi (nguyên nhân: %S) # LOCALIZATION NOTE (webconsole.error.commands.copyError): # the error that is displayed when the "copy" command can't stringify an object |