--- a/i18n/en-US.json +++ b/i18n/en-US.json @@ -1,68 +1,68 @@ { "onboarding": { "welcome": { - "title": "Welcome to LobeHub!", - "description": "Welcome to the amazing world of LobeHub!!! Create your very own AI bots and start an incredible journey! 🎉", + "title": "Welcome to LobeHub", + "description": "Create Agents, connect Providers, and collaborate across multiple Agents to get things done.", "button": "Get Started" }, "createAgent": { - "title": "Create Assistant", - "description": "Generate your first AI assistant to get started", - "button": "Generate" + "title": "Create Your First Agent", + "description": "Describe your goal in one sentence to create an Agent.", + "button": "Create Agent" }, "connectProvider": { - "title": "Set Up AI Model", - "description": "Set up your AI model to power your assistant", + "title": "Connect a Provider", + "description": "Connect a Provider to give your Agents inference capabilities.", "button": "Go to Settings" }, "exploreCommunity": { - "title": "Discover More", - "description": "Explore the marketplace for more assistants and plugins!", - "button": "Open Marketplace" + "title": "Explore the Community", + "description": "Discover more Agents and Integrations in the Community.", + "button": "Open Community" } }, "emptyState": { "noAgents": { - "title": "No Assistants", - "description": "You don't have any assistants yet. Click OK to create one.", - "button": "OK" + "title": "No Agents Yet", + "description": "Describe your goal to create your first Agent.", + "button": "Create Agent" }, "noTopics": { - "title": "No Conversations", - "description": "No conversations yet. Start a new chat!", - "button": "New" + "title": "No Topics Yet", + "description": "No Topics yet. Start a new conversation.", + "button": "New Topic" }, "noPages": { - "title": "No Documents", - "description": "No documents found. Create your first document to save important information.", - "button": "New Document" + "title": "No Pages Yet", + "description": "No Pages yet. Create one to capture important information.", + "button": "New Page" }, "noIntegrations": { - "title": "No Plugins", - "description": "You haven't installed any plugins yet.", - "button": "OK" + "title": "No Integrations Yet", + "description": "No Integrations connected. Add one to extend your Agents.", + "button": "Add Integration" } }, "errors": { "connectorAuthFailed": { "title": "Authentication Failed", - "description": "You entered wrong credentials. Authentication failed.", - "button": "Close" + "description": "Integration authentication didn't go through. Re-authorize in Settings, or view details.", + "button": "Go to Settings" }, "connectorTimeout": { "title": "Connection Timed Out", - "description": "Connection timed out [ERR_TIMEOUT_0x3F2]. Please check your network.", - "button": "Close" + "description": "The Integration didn't respond in time. Check your network and retry.", + "button": "Retry" }, "connectorRateLimit": { - "title": "Too Many Requests", - "description": "Too many requests. Please slow down.", - "button": "OK" + "title": "Rate Limit Reached", + "description": "Requests have hit the rate limit. Wait a moment and retry, or switch to another Provider.", + "button": "Retry" }, "connectorUnknown": { - "title": "Error", - "description": "Something went wrong. Please try again.", - "button": "OK" + "title": "Integration Error", + "description": "The Integration encountered an unknown issue. Retry, or view details to troubleshoot.", + "button": "Retry" } } }