vscode-azurestaticwebapps/package.nls.json

44 строки
3.2 KiB
JSON

{
"staticWebApps.action.cancel": "Cancel Action...",
"staticWebApps.action.rerun": "Rerun Action...",
"staticWebApps.apiSubpath": "The default value for the location of your Azure Functions code",
"staticWebApps.appArtifactSubpath": "The default value for the location of your build output relative to your application code location",
"staticWebApps.appArtifactSubpathDeprecated": "Deprecated. Use the staticWebApps.outputSubpath setting instead.",
"staticWebApps.appSettings.add": "Add New Setting...",
"staticWebApps.appSettings.delete": "Delete Setting...",
"staticWebApps.appSettings.download": "Download Remote Settings...",
"staticWebApps.appSettings.edit": "Edit Setting...",
"staticWebApps.appSettings.rename": "Rename Setting...",
"staticWebApps.appSettings.upload": "Upload Local Settings...",
"staticWebApps.appSubpath": "The default value for the location of the application code prompt",
"staticWebApps.browse": "Browse Site",
"staticWebApps.cloneRepo": "Clone Repo...",
"staticWebApps.createHttpFunction": "Create HTTP Function...",
"staticWebApps.createStaticWebApp": "Create Static Web App...",
"staticWebApps.createStaticWebAppAdvanced": "Create Static Web App... (Advanced)",
"staticWebApps.createStaticWebAppDetail": "For front-end apps with optional serverless back-ends.",
"staticWebApps.createSwaConfigFile": "Create Configuration File",
"staticWebApps.deleteConfirmation": "The behavior to use when confirming delete of a resource group.",
"staticWebApps.deleteConfirmation.ClickButton": "Prompts with a warning dialog where you click a button to delete.",
"staticWebApps.deleteConfirmation.EnterName": "Prompts with an input box where you enter the resource group name to delete.",
"staticWebApps.deleteEnvironment": "Delete Environment...",
"staticWebApps.deleteStaticWebApp": "Delete...",
"staticWebApps.description": "An Azure Static Web Apps extension for Visual Studio Code.",
"staticWebApps.enableOutputTimestamps": "Prepends each line displayed in the output channel with a timestamp.",
"staticWebApps.installOrUpdateStaticWebAppsCli": "Install or Update Azure Static Web Apps CLI",
"staticWebApps.openGitHubLog": "Open GitHub Action Log",
"staticWebApps.openGitHubRepo": "Open Repo in GitHub",
"staticWebApps.openInPortal": "Open in Portal",
"staticWebApps.openYAMLConfigFile": "Edit Workflow...",
"staticWebApps.outputSubpath": "The default value for the location of your build output relative to your application code location",
"staticWebApps.problemMatchers.swaWatch": "Azure Static Web Apps CLI (watch mode)",
"staticWebApps.reportIssue": "Report Issue...",
"staticWebApps.revealResource": "Reveal Resource",
"staticWebApps.showActions": "Open in GitHub",
"staticWebApps.showDocumentation": "Documentation",
"staticWebApps.showStaticWebAppsCliWarning": "Show a warning if the installed version of the Azure Static Web Apps CLI is out-of-date.",
"staticWebApps.toggleAppSettingVisibility": "Toggle App Setting Visibility.",
"staticWebApps.uninstallStaticWebAppsCli": "Uninstall Azure Static Web Apps CLI",
"staticWebApps.viewProperties": "View Properties"
}