-
Notifications
You must be signed in to change notification settings - Fork 75
/
Copy pathpackage.nls.zh-CN.json
28 lines (28 loc) · 2.16 KB
/
package.nls.zh-CN.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"description": "在 Visual Studio Code 中运行 Playwright Test 测试用例.",
"contributes.command.pw.extension.install": "安装 Playwright",
"contributes.command.pw.extension.installBrowsers": "安装 Playwright 浏览器",
"contributes.command.pw.extension.command.inspect": "拾取选择器",
"contributes.command.pw.extension.command.clearCache": "清除缓存",
"contributes.command.pw.extension.command.closeBrowsers": "关闭全部 Playwright 浏览器",
"contributes.command.pw.extension.command.recordNew": "录制新用例",
"contributes.command.pw.extension.command.recordAtCursor": "在当前光标处开始录制",
"contributes.command.pw.extension.command.runGlobalSetup": "运行全局设置",
"contributes.command.pw.extension.command.runGlobalTeardown": "运行全局拆卸",
"contributes.command.pw.extension.command.startDevServer": "启动开发服务器",
"contributes.command.pw.extension.command.stopDevServer": "停止开发服务器",
"contributes.command.pw.extension.command.toggleModels": "选择 Playwright 配置",
"contributes.command.pw.extension.toggle.reuseBrowser": "是否复用 Playwright 浏览器",
"contributes.command.pw.extension.toggle.showTrace": "是否显示 Playwright 浏览器的跟踪",
"contributes.command.pw.extension.toggle.runGlobalSetupOnEachRun": "切换 Playwright 全局设置的重用",
"contributes.command.pw.extension.toggle.pickLocatorCopyToClipboard": "切换 Playwright 定位器选择器自动复制到剪贴板",
"configuration.playwright.env": "Playwright Test 运行环境变量",
"configuration.playwright.reuseBrowser": "在测试用例间显示并复用 Playwright 浏览器",
"configuration.playwright.showTrace": "显示 Playwright 浏览器的跟踪",
"configuration.playwright.runGlobalSetupOnEachRun": "不要重复使用全局设置",
"configuration.playwright.pickLocatorCopyToClipboard": "自动将选中的定位器复制到剪贴板",
"configuration.playwright.updateSnapshots": "更新快照",
"configuration.playwright.updateSourceMethod": "更新源方法",
"views.test.pw.extension.locatorsView": "定位器",
"views.test.pw.extension.settingsView": "Playwright"
}