This is an automated email from the ASF dual-hosted git repository.
fschumacher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git
The following commit(s) were added to refs/heads/master by this push:
new 1d57315 CSV文件中共享模式汉化翻译有误:所有现场-->所有线程
1d57315 is described below
commit 1d573158f2af7be882674e59c02490836abd0cde
Author: KING76169835 <[email protected]>
AuthorDate: Sat Feb 26 12:29:01 2022 +0800
CSV文件中共享模式汉化翻译有误:所有现场-->所有线程
---
.../org/apache/jmeter/config/CSVDataSetResources_zh_CN.properties | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/src/components/src/main/resources/org/apache/jmeter/config/CSVDataSetResources_zh_CN.properties
b/src/components/src/main/resources/org/apache/jmeter/config/CSVDataSetResources_zh_CN.properties
index 1e05c25..e4b72ca 100644
---
a/src/components/src/main/resources/org/apache/jmeter/config/CSVDataSetResources_zh_CN.properties
+++
b/src/components/src/main/resources/org/apache/jmeter/config/CSVDataSetResources_zh_CN.properties
@@ -36,6 +36,6 @@ stopThread.displayName=遇到文件结束符停止线程?
stopThread.shortDescription=当文件结束时是否停止线程(只有当再次循环关闭情况下)?
shareMode.displayName=线程共享模式
shareMode.shortDescription=选择哪些线程会共享同一个文件句柄
-shareMode.all=所有现场
+shareMode.all=所有线程
shareMode.group=当前线程组
shareMode.thread=当前线程