bolt.new/public/locales/en/translation.json
2024-10-07 10:16:56 +02:00

59 lines
1.9 KiB
JSON

{
"title": "What do you want to build?",
"subtitle": "Prompt, run, edit, and deploy full-stack web apps.",
"clearHistory": "Clear History",
"sendMessage": "Send",
"messagePlaceholder": "How can Bolt help you today?",
"startNewChat": "Start new chat",
"yourChats": "Your Chats",
"noPreviousConversations": "No previous conversations",
"logout": "Logout",
"deleteChat": "Delete Chat?",
"deleteChatConfirmation": "Are you sure you want to delete this chat?",
"cancel": "Cancel",
"delete": "Delete",
"aboutToDelete": "You are about to delete",
"artifact": {
"openWorkbench": "Click to open Workbench",
"createFile": "Create",
"runCommand": "Run command"
},
"workbench": {
"code": "Code",
"preview": "Preview",
"toggleTerminal": "Toggle Terminal",
"closeWorkbench": "Close Workbench",
"save": "Save",
"reset": "Reset",
"files": "Files"
},
"preview": {
"noPreview": "No preview available",
"previewError": "An error occurred while generating the preview",
"retry": "Retry"
},
"chat": {
"enhancePrompt": "Enhance prompt",
"enhancingPrompt": "Enhancing prompt...",
"promptEnhanced": "Prompt enhanced",
"use": "Use",
"shiftKey": "Shift",
"returnKey": "Enter",
"forNewLine": "for a new line",
"examplePrompts": {
"todoApp": "Build a todo app in React using Tailwind",
"astroBlog": "Build a simple blog using Astro",
"cookieConsent": "Create a cookie consent form using Material UI",
"spaceInvaders": "Make a space invaders game",
"centerDiv": "How do I center a div?"
}
},
"toast": {
"error": {
"generic": "There was an error processing your request",
"failedToDeleteConversation": "Failed to delete conversation",
"failedToUpdateFileContent": "Failed to update file content",
"chatPersistenceUnavailable": "Chat persistence is unavailable"
}
}
}