"Export selected items" is translated as "导出测试用例“. However "导出测试用例“ means exporting whole test cases;
Hello, Thanks for report. What is the good translation in chinese for "Export selected items" ? Milamber
I think "导出选中条目“ would be appropriate. FYI
Created attachment 34426 [details] The menu to be translated The initial bug description is not correct, please ignore it and sorry for the wrong input. Please refer to the menu in attached screenshot. The "Save Selection As..." is not translated correctly in Chinese, not "Export selected items". Currently, "Save Selection As..." was translated to "另存为", which actually means "Save AS" in English. So some of China users will be mislead to use this item to save JMeter test script. The script saved in this way will up to user's current selection, and it leads to report missing testcase element error when running in non-ui mode and some strange prompts for letting user to save the script before running. The blog in this URL, http://www.jianshu.com/p/e12066ea13b1, describes the problem. I would suggest to translate it to "选中部分保存为...", which will be more appropriate. Thank you!
Created attachment 34427 [details] The testfix for the bug Attachment is the proposed fix, thanks.
Thanks for your patch. The new translation will be included in version 3.1 (which should be released really soon) Date: Thu Nov 10 18:31:12 2016 New Revision: 1769178 URL: http://svn.apache.org/viewvc?rev=1769178&view=rev Log: Change chinese translation for "Save as". Contributed by XMeter (support at xmeter.net). Bugzilla Id 60348 Modified: jmeter/trunk/src/core/org/apache/jmeter/resources/messages_zh_CN.properties jmeter/trunk/xdocs/changes.xml
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/4167