vscode-cordova/package.nls.json

76 строки
8.0 KiB
JSON

{
"cordova.description": "Code-hinting, debugging and integrated commands for Apache Cordova (PhoneGap). With added support for the Ionic framework.",
"cordova.license": "SEE LICENSE IN LICENSE.txt",
"cordova.workspaceTrust.description": "Trust is required to debug code and run Command Palette commands in this workspace.",
"cordova.build": "Cordova: Build",
"cordova.restart": "Restart Cordova debugging",
"cordova.run": "Cordova: Run",
"cordova.prepare": "Cordova: Prepare",
"cordova.simulate.android": "Cordova: Simulate Android in browser",
"cordova.simulate.ios": "Cordova: Simulate iOS in browser",
"cordova.ionic.build": "Ionic: Build",
"cordova.ionic.run": "Ionic: Run",
"cordova.ionic.prepare": "Ionic: Prepare",
"cordova.snippets.androidRunOnDevice": "Run and debug Cordova app on Android device",
"cordova.snippets.androidRunOnEmulator": "Run and debug Cordova app on Android emulator",
"cordova.snippets.iOSRunOnDevice": "Run and debug Cordova app on iOS device",
"cordova.snippets.iOSRunOnSimulator": "Run and debug Cordova app on iOS simulator",
"cordova.snippets.androidAttachOnDevice": "Attach to running Cordova app on Android device",
"cordova.snippets.androidAttachOnEmulator": "Attach to running Cordova app on Android emulator",
"cordova.snippets.iOSAttachOnDevice": "Attach to running Cordova app on iOS device",
"cordova.snippets.iOSAttachOnSimulator": "Attach to running Cordova app on iOS simulator",
"cordova.snippets.ionicServe": "Serve to the browser (currently supported only for Ionic)",
"cordova.snippets.simulateAndroid": "Simulate Cordova Android application in browser",
"cordova.snippets.simulateiOS": "Simulate Cordova iOS application in browser",
"cordova.snippets.simulateBrowser": "Run and debug Cordova application in browser",
"cordova.properties.launch.platform": "The target platform to run for (either 'ios' or 'android'; other platforms are not currently supported)",
"cordova.properties.launch.cwd": "The root of the project",
"cordova.properties.launch.target": "Either 'device', 'emulator', or identifier for a specific device / emulator. For simulation in the browser, you can use 'chrome' or 'chromium'",
"cordova.properties.launch.sourceMaps": "Use JavaScript source maps (if they exist)",
"cordova.properties.launch.trace": "Trace may be set to 'true' to print diagnostic logs of the extension to the console and write diagnostic logs of the Javascript debugger to the disk",
"cordova.properties.launch.port": "Port to forward through to the target for debugging",
"cordova.properties.launch.webkitRangeMin": "Start of port range to use for iOS device selection",
"cordova.properties.launch.webkitRangeMax": "End of port range to use for iOS device selection",
"cordova.properties.launch.attachAttempts": "Number of attempts to make when attaching to an iOS app",
"cordova.properties.launch.attachDelay": "Time in milliseconds to wait between attempts to attach to an iOS app",
"cordova.properties.launch.attachTimeout": "Time in milliseconds to wait before the debugger is attached to the debug session",
"cordova.properties.launch.iosDebugProxyPort": "Port to use for connecting to iOS native debugger when launching app",
"cordova.properties.launch.ionicLiveReload": "Whether or not to start an Ionic live reload session",
"cordova.properties.launch.devServerPort": "The port on which Ionic's live reload server should listen",
"cordova.properties.launch.devServerAddress": "The IP address that Ionic should use for the live reload server",
"cordova.properties.launch.devServerTimeout": "Timeout in milliseconds for starting the Ionic dev server when serving to the browser or running with Ionic live reload enabled",
"cordova.properties.launch.simulatePort": "Port to use for connecting to the local Cordova Simulate server",
"cordova.properties.launch.livereload": "When simulating in the browser, determines whether live reload is enabled",
"cordova.properties.launch.livereloadDelay": "When simulating in the browser, set the delay in milliseconds between saving of a modified file and the application page reloading",
"cordova.properties.launch.forcePrepare": "When simulating in the browser, determines whether a file change triggers a cordova prepare before live reloading",
"cordova.properties.launch.simulateTempDir": "The directory where temporary browser simulation files are hosted",
"cordova.properties.launch.corsProxy": "When simulating in the browser, determines whether XHR requests are proxied to appear as though they originate from the same domain as the target",
"cordova.properties.launch.runArguments": "Run arguments to be passed to 'cordova run/build <platform>' or 'ionic serve' command(Override all other configuration params)",
"cordova.properties.launch.cordovaExecutable": "Path to local Cordova/Ionic executable",
"cordova.properties.launch.env": "Environment variables passed to the program",
"cordova.properties.launch.envFile": "Absolute path to a file containing environment variable definitions",
"cordova.properties.launch.skipFiles": "An array of file or folder names, or path globs, to skip when debugging",
"cordova.properties.launch.pathMapping": "A mapping of URLs/paths to local folders, to resolve scripts in app webroot to scripts on disk",
"cordova.properties.launch.sourceMapPathOverrides": "A set of mappings for rewriting the locations of source files from what the sourcemap says, to their locations on disk",
"cordova.properties.launch.spaUrlRewrites": " When simulating in the browser, determines whether to enable a special handler for page refreshing in case of URL rewrites caused by the router in single page applications. Defaults to `false`.",
"cordova.properties.attach.platform": "The platform to run on",
"cordova.properties.attach.cwd": "The root of the project",
"cordova.properties.attach.target": "Either 'device', 'emulator', or an identifier for a specific device or emulator",
"cordova.properties.attach.sourceMaps": "Use JavaScript source maps (if they exist)",
"cordova.properties.attach.port": "Port to use for remote debugging",
"cordova.properties.attach.trace": "Trace may be set to 'true' to print diagnostic logs of the extension to the console and write diagnostic logs of the Javascript debugger to the disk",
"cordova.properties.attach.webkitRangeMin": "Start of port range to use for iOS device selection",
"cordova.properties.attach.webkitRangeMax": "End of port range to use for iOS device selection",
"cordova.properties.attach.attachAttempts": "Number of attempts to make when attaching to an iOS app",
"cordova.properties.attach.attachDelay": "Time in milliseconds to wait between attempts to attach to an iOS app",
"cordova.properties.attach.attachTimeout": "Time in milliseconds to wait before the debugger is attached to the debug session",
"cordova.properties.attach.skipFiles": "An array of file or folder names, or path globs, to skip when debugging",
"cordova.properties.attach.pathMapping": "A mapping of URLs/paths to local folders, to resolve scripts in app webroot to scripts on disk",
"cordova.properties.attach.ionicLiveReload": "Set this to true if you are going to attach to Ionic 4 app running with --livereload option",
"cordova.properties.launch.runtimeVersion": "If 'nvm' (or 'nvm-windows') or 'nvs' is used for managing Node.js versions, this attribute can be used to select a specific version of Node.js.",
"cordova.properties.attach.sourceMapPathOverrides": "A set of mappings for rewriting the locations of source files from what the sourcemap says, to their locations on disk",
"cordova.configuration.properties.cordova.runArguments": "Run arguments to be passed to 'cordova run/build <platform>' or 'ionic serve' command",
"cordova.configuration.properties.cordova.cordovaExecutable": "Path to local Cordova/Ionic executable",
"cordova.configuration.properties.cordova.env": "Environment variables passed to the program",
"cordova.configuration.properties.cordova.envFile": "Absolute path to a file containing environment variable definitions"
}