dify/web/i18n/en-US/deployments.json

94 lines
5.9 KiB
JSON

{
"card.notDeployed": "Not deployed",
"common.loadFailed": "Failed to load. Try again later.",
"deployDrawer.bindingOptionsFailed": "Failed to load credential options.",
"deployDrawer.bindingSelectionHint": "Choose the credentials used by this deployment.",
"deployDrawer.deploying": "Deploying...",
"deployDrawer.envVarSource.ariaLabel": "Select the variable value source for {{key}}",
"deployDrawer.envVarSource.lastDeployment": "Last deployed value",
"deployDrawer.envVarSource.literal": "Custom value",
"deployDrawer.envVarType.number": "Number",
"deployDrawer.envVarType.secret": "Secret",
"deployDrawer.envVarType.string": "String",
"deployDrawer.envVars": "Environment Variables",
"deployDrawer.noCredentialCandidates": "No available credentials.",
"deployDrawer.noNewEnvironmentAvailable": "All available environments already have a deployment.",
"deployDrawer.runtimeCredentials": "Credentials",
"deployDrawer.selectCredential": "Select a credential",
"deployTab.col.actions": "Actions",
"deployTab.col.environment": "Environment",
"deployTab.col.status": "Status",
"deployTab.confirmUndeploy": "Undeploy",
"deployTab.moreActions": "More actions",
"deployTab.redeploy": "Redeploy",
"deployTab.undeploy": "Undeploy",
"health.ENVIRONMENT_STATUS_FAILED": "Unavailable",
"list.emptyTitle": "No deployments yet",
"overview.chip.latest": "latest",
"status.RUNTIME_INSTANCE_STATUS_DEPLOYING": "Deploying",
"status.RUNTIME_INSTANCE_STATUS_FAILED": "Deploy failed",
"status.RUNTIME_INSTANCE_STATUS_INVALID": "Invalid",
"status.RUNTIME_INSTANCE_STATUS_READY": "Running",
"status.RUNTIME_INSTANCE_STATUS_UNDEPLOYED": "Not deployed",
"status.RUNTIME_INSTANCE_STATUS_UNDEPLOYING": "Undeploying",
"status.RUNTIME_INSTANCE_STATUS_UNSPECIFIED": "Unknown",
"studio.accessPoint.addTriggerNodeDescription": "Add a trigger node to start this app from external events.",
"studio.accessPoint.apiDescription": "Integrate the app into your services over HTTP",
"studio.accessPoint.description": "All the ways this app can be reached. Access points match the running version only.",
"studio.accessPoint.embedIntoSite": "Embed Into Site",
"studio.accessPoint.goToPublish": "Go to publish",
"studio.accessPoint.mcpDescription": "Expose the app as a tool for agents and AI apps",
"studio.accessPoint.noPublishedDescription": "Publish your workflow to make it reachable through the web app, API, MCP and triggers.",
"studio.accessPoint.noPublishedTitle": "No published versions yet",
"studio.accessPoint.noTriggerNodes": "No trigger nodes in this workflow",
"studio.accessPoint.notSupported": "Not supported",
"studio.accessPoint.open": "Open",
"studio.accessPoint.triggerDescription": "Trigger nodes in the running version",
"studio.accessPoint.triggerDisconnected": "Disconnected",
"studio.accessPoint.triggerEnabledCount": "{{enabled}}/{{total}} enabled",
"studio.accessPoint.triggerExclusiveNotice": "Web app, API access, and MCP server are unavailable while triggers are used.",
"studio.accessPoint.triggerMuted": "Muted",
"studio.accessPoint.triggerServiceModeUnavailable": "Unavailable while Web app, API or MCP is in service.",
"studio.accessPoint.unsupportedInDeployedEnvironment": "Available in the Built-in environment only.",
"studio.accessPoint.webAppDescription": "Use the app through a hosted web page",
"studio.accessPoints": "Access points",
"studio.activity.deploy": "Deploy {{target}}",
"studio.activity.deployFailed": "Deploy {{target}} failed",
"studio.activity.deploySucceeded": "Deploy {{target}} succeeded",
"studio.activity.meta": "by {{name}} · {{time}}",
"studio.allVersions": "All versions",
"studio.builtInDescription": "Always runs the latest published version",
"studio.builtInTitle": "Built-in Environment",
"studio.changeVersion": "Change version",
"studio.chooseVersionToDeploy": "Choose a version to deploy",
"studio.current": "Current",
"studio.deployAnotherVersion": "Deploy another version",
"studio.deployConfiguration": "Deploy configuration",
"studio.deployLatest": "Deploy latest",
"studio.description": "Manage this app's deployments across environments. More environments can be created in the enterprise Dashboard.",
"studio.emptyDescription": "Deploy a published version to an environment, and it will show up here.",
"studio.environmentVariablesDescription": "Use the value from the version you're deploying, keep the last deployed value, or enter a custom one.",
"studio.environments": "Environments",
"studio.environmentsInUse": "{{used}} of {{total}} environments in use",
"studio.lastActivity": "Last activity",
"studio.liveVersion": "Live version",
"studio.moreEnvironments": "More environments",
"studio.noCredentialsYet": "No credentials yet",
"studio.noCredentialsYetDescription": "Add credentials in Integrations or node settings",
"studio.precheck.description": "It contains node types that are not yet supported:",
"studio.precheck.supportMessage": "Support for these node types is coming in a future release.",
"studio.precheck.title": "This version can't be deployed to this environment",
"studio.publisher.deployingVersion": "Deploying: {{version}}",
"studio.publisher.noPublishedDescription": "Publish your draft to deploy it here.",
"studio.publisher.notDeployedYet": "Not deployed yet",
"studio.retryVersion": "Retry {{version}}",
"studio.undeployConfirmDesc": "The app will stop running in this environment, and all of its access points will become unavailable.",
"studio.undeployConfirmTitle": "Undeploy {{versionName}} from {{envName}}",
"studio.updatedAtBy": "Updated at {{time}} by {{name}}",
"studio.versionValue": "Version value",
"studio.versionsBehind_one": "{{count}} version behind",
"studio.versionsBehind_other": "{{count}} versions behind",
"versions.checkingReleaseContent": "Checking release content...",
"versions.deployTo": "Deploy to {{name}}"
}