diff options
Diffstat (limited to 'core/locales/locale.zh.conf')
-rw-r--r-- | core/locales/locale.zh.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/core/locales/locale.zh.conf b/core/locales/locale.zh.conf index 54476596..648e3968 100644 --- a/core/locales/locale.zh.conf +++ b/core/locales/locale.zh.conf @@ -235,7 +235,9 @@ For Run: = 运行参数: For Compile: = 编译参数: # Menu item for building the current project. Build = 构建(_D) -# Menu item for stopping a run, compile, or build shell command. +# Menu item for running the current project's tests/test suite. +Run tests = R_un tests +# Menu item for stopping a run, compile, build, or test shell command. Stop = 停止(_T) # Menu items for navigating through recognized shell command errors. Next Error = 下一个错误(_N) |