86 lines
3.8 KiB
Plaintext
86 lines
3.8 KiB
Plaintext
# Error Messages
|
|
error-failed-to-create = Failed to create {$item}
|
|
error-failed-to-update = Failed to update {$item}
|
|
error-failed-to-delete = Failed to delete {$item}
|
|
error-failed-to-read = Failed to read {$item}
|
|
error-failed-to-write = Failed to write to {$item}
|
|
error-file-not-found = File not found: {$path}
|
|
error-permission-denied = Permission denied
|
|
error-invalid-input = Invalid input provided
|
|
error-network-error = Network error occurred
|
|
error-database-error = Database error occurred
|
|
error-unknown-error = Unknown error occurred
|
|
|
|
# Success Messages
|
|
success-created = {$item} created successfully
|
|
success-updated = {$item} updated successfully
|
|
success-deleted = {$item} deleted successfully
|
|
success-saved = Saved successfully
|
|
|
|
# Agent Messages
|
|
agent-not-found = Agent not found
|
|
agent-execution-failed = Agent execution failed
|
|
agent-invalid-config = Invalid agent configuration
|
|
|
|
# Claude Messages
|
|
claude-not-installed = Claude Code is not installed
|
|
claude-version-check-failed = Failed to check Claude version
|
|
claude-execution-failed = Claude execution failed
|
|
claude-session-not-found = Claude session not found
|
|
|
|
# MCP Messages
|
|
mcp-server-not-found = MCP server not found
|
|
mcp-connection-failed = Failed to connect to MCP server
|
|
mcp-invalid-config = Invalid MCP server configuration
|
|
|
|
# Project Messages
|
|
project-not-found = Project not found
|
|
project-access-denied = Access denied to project
|
|
session-not-found = Session not found
|
|
|
|
# Relay Station Messages
|
|
relay-station-not-found = Relay station not found
|
|
relay-station-create-failed = Failed to create relay station
|
|
relay-station-update-failed = Failed to update relay station
|
|
relay-station-delete-failed = Failed to delete relay station
|
|
relay-station-delete-success = Relay station deleted successfully
|
|
relay-station-name-required = Relay station name is required
|
|
relay-station-api-url-required = API URL is required
|
|
relay-station-invalid-url = Invalid URL format
|
|
relay-station-https-required = Only HTTPS URLs are allowed for security
|
|
relay-station-token-required = System token is required
|
|
relay-station-token-too-short = Token is too short (minimum 10 characters)
|
|
relay-station-token-invalid-chars = Token contains invalid characters
|
|
relay-station-invalid-adapter = Invalid adapter type
|
|
relay-station-invalid-auth-method = Invalid authentication method
|
|
relay-station-invalid-config = Invalid adapter configuration
|
|
|
|
# Relay Adapter Messages
|
|
relay-adapter-connection-success = Connection successful
|
|
relay-adapter-api-error = API returned error
|
|
relay-adapter-parse-error = Failed to parse response
|
|
relay-adapter-http-error = HTTP request failed
|
|
relay-adapter-network-error = Network connection failed
|
|
relay-adapter-custom-no-test = Custom configuration, connection test skipped
|
|
relay-adapter-user-info-not-available = User info not available for this configuration
|
|
relay-adapter-usage-logs-not-available = Usage logs not available for this configuration
|
|
relay-adapter-token-management-not-available = Token management not available for this configuration
|
|
relay-adapter-token-deleted = Token deleted successfully
|
|
relay-adapter-get-info-failed = Failed to get station information
|
|
relay-adapter-get-user-info-failed = Failed to get user information
|
|
relay-adapter-connection-test-failed = Connection test failed
|
|
relay-adapter-get-usage-logs-failed = Failed to get usage logs
|
|
relay-adapter-list-tokens-failed = Failed to list tokens
|
|
relay-adapter-create-token-failed = Failed to create token
|
|
relay-adapter-update-token-failed = Failed to update token
|
|
relay-adapter-delete-token-failed = Failed to delete token
|
|
|
|
# Database Messages
|
|
database-lock-failed = Failed to acquire database lock
|
|
database-init-failed = Failed to initialize database
|
|
database-query-failed = Database query failed
|
|
|
|
# General Messages
|
|
operation-cancelled = Operation cancelled
|
|
timeout-error = Operation timed out
|
|
validation-error = Validation failed |