playwright-vscode/package.nls.zh-CN.json

24 строки
1.7 KiB
JSON

{
"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 全局设置的重用",
"configuration.playwright.env": "Playwright Test 运行环境变量",
"configuration.playwright.reuseBrowser": "在测试用例间显示并复用 Playwright 浏览器",
"configuration.playwright.showTrace": "显示 Playwright 浏览器的跟踪",
"configuration.playwright.runGlobalSetupOnEachRun": "不要重复使用全局设置",
"views.test.pw.extension.settingsView": "Playwright"
}