diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-10 15:07:40 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-10 15:07:40 -0500 |
commit | e3e12548adeb7e1dcfc4d5b32884a225ee2b499d (patch) | |
tree | e79f55a57428a312358befac396d4abe25730206 /files/zh-cn/tools | |
parent | 65cc6eabd71b1bceccf6fd3d3d4970c2955f3784 (diff) | |
download | translated-content-e3e12548adeb7e1dcfc4d5b32884a225ee2b499d.tar.gz translated-content-e3e12548adeb7e1dcfc4d5b32884a225ee2b499d.tar.bz2 translated-content-e3e12548adeb7e1dcfc4d5b32884a225ee2b499d.zip |
adding translation_of_original to front-matter
Diffstat (limited to 'files/zh-cn/tools')
-rw-r--r-- | files/zh-cn/tools/profiler/index.html | 1 | ||||
-rw-r--r-- | files/zh-cn/tools/using_the_source_editor/index.html | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/files/zh-cn/tools/profiler/index.html b/files/zh-cn/tools/profiler/index.html index 9e6dfbcb48..e2f7da543c 100644 --- a/files/zh-cn/tools/profiler/index.html +++ b/files/zh-cn/tools/profiler/index.html @@ -2,6 +2,7 @@ title: JavaScript Profiler slug: Tools/Profiler translation_of: Tools/Performance +translation_of_original: Tools/Profiler --- <div>{{ToolsSidebar}}</div><p>使用Profiler工具找到你的JavaScript代码的瓶颈. Profiler会定期统计JavaScript样本的堆栈信息.</p> diff --git a/files/zh-cn/tools/using_the_source_editor/index.html b/files/zh-cn/tools/using_the_source_editor/index.html index c343df0749..f1169710b4 100644 --- a/files/zh-cn/tools/using_the_source_editor/index.html +++ b/files/zh-cn/tools/using_the_source_editor/index.html @@ -2,6 +2,7 @@ title: 使用源代码编辑器 slug: Tools/Using_the_Source_Editor translation_of: tools/Keyboard_shortcuts#Source_editor +translation_of_original: Tools/Using_the_Source_Editor --- <div>{{ToolsSidebar}}</div><p>源代码编辑器是一个编辑器组件,由源editor.jsm的Java Script代码模块的提供,这是共享的几个开发工具,包括暂存器和样式编辑器。它也可以被使用的Firefox扩展。本文说明如何使用编辑器来编辑文本。.</p> <h2 id="Keyboard_commands" name="Keyboard_commands">键盘命令</h2> |