jan/web-app/src/locales/en/common.json
Vanalite 2fa153ac34 fix: Remove unused Proactive icon on chatInput
This icon doesn't do anything on chatInput but just an indicator when the proactive capability is activated. Safely remove since this can be indicated from the model dropdown
2025-10-28 17:04:31 +07:00

377 lines
14 KiB
JSON

{
"assistants": "Assistants",
"hardware": "Hardware",
"mcp-servers": "MCP Servers",
"local_api_server": "Local API Server",
"https_proxy": "HTTPS Proxy",
"extensions": "Extensions",
"attachments": "Attachments",
"general": "General",
"settings": "Settings",
"modelProviders": "Model Providers",
"appearance": "Appearance",
"privacy": "Privacy",
"keyboardShortcuts": "Shortcuts",
"newChat": "New Chat",
"favorites": "Favorites",
"recents": "Recents",
"hub": "Hub",
"helpSupport": "Help & Support",
"helpUsImproveJan": "Help Us Improve Jan",
"unstarAll": "Unstar All",
"unstar": "Unstar",
"deleteAll": "Delete All",
"star": "Star",
"rename": "Rename",
"delete": "Delete",
"copied": "Copied!",
"dataFolder": "Data Folder",
"others": "Other",
"language": "Language",
"login": "Log In",
"loginWith": "Log In With {{provider}}",
"loginFailed": "Failed To Log In",
"logout": "Log Out",
"loggingOut": "Logging Out...",
"loggedOut": "Successfully Logged Out",
"logoutFailed": "Failed To Log Out",
"profile": "Profile",
"reset": "Reset",
"search": "Search",
"name": "Name",
"cancel": "Cancel",
"create": "Create",
"save": "Save",
"edit": "Edit",
"copy": "Copy",
"back": "Back",
"close": "Close",
"next": "Next",
"finish": "Finish",
"skip": "Skip",
"allow": "Allow",
"deny": "Deny",
"start": "Start",
"stop": "Stop",
"preview": "Preview",
"compactWidth": "Compact Width",
"fullWidth": "Full Width",
"dark": "Dark",
"light": "Light",
"system": "System",
"auto": "Auto",
"english": "English",
"medium": "Medium",
"newThread": "New Thread",
"noResultsFound": "No results found",
"noThreadsYet": "No threads yet",
"noThreadsYetDesc": "Start a new conversation to see your thread history here.",
"downloads": "Downloads",
"downloading": "Downloading",
"cancelDownload": "Cancel download",
"downloadCancelled": "Download Cancelled",
"downloadComplete": "Download Complete",
"thinking": "Thinking...",
"thought": "Thought",
"callingTool": "Calling tool",
"completed": "Completed",
"image": "Image",
"vision": "Vision",
"embeddings": "Embeddings",
"tools": "Tools",
"webSearch": "Web Search",
"reasoning": "Reasoning",
"proactive": "Proactive",
"selectAModel": "Select a model",
"noToolsAvailable": "No tools available",
"noModelsFoundFor": "No models found for \"{{searchValue}}\"",
"failedToLoadModels": "Failed to load models",
"noModels": "No models found",
"customAvatar": "Custom avatar",
"editAssistant": "Edit Assistant",
"jan": "Jan",
"metadata": "Metadata",
"regenerate": "Regenerate",
"threadImage": "Thread image",
"editMessage": "Edit Message",
"deleteMessage": "Delete Message",
"deleteThread": "Delete Thread",
"renameThread": "Rename Thread",
"threadTitle": "Thread Title",
"deleteAllThreads": "Delete All Threads",
"allThreadsUnfavorited": "All Threads Unfavorited",
"deleteAllThreadsConfirm": "Are you sure you want to delete all threads? This action cannot be undone.",
"addProvider": "Add Provider",
"addOpenAIProvider": "Add OpenAI Provider",
"enterNameForProvider": "Enter a name for your provider",
"providerAlreadyExists": "Provider with name \"{{name}}\" already exists. Please choose a different name.",
"adjustFontSize": "Adjust Font Size",
"changeLanguage": "Change Language",
"editTheme": "Edit Theme",
"editCodeBlockStyle": "Edit Code Block Style",
"editServerHost": "Edit Server Host",
"pickColorWindowBackground": "Pick Color Window Background",
"pickColorAppMainView": "Pick Color App Main View",
"pickColorAppPrimary": "Pick Color App Primary",
"pickColorAppAccent": "Pick Color App Accent",
"pickColorAppDestructive": "Pick Color App Destructive",
"apiKeyRequired": "API Key is required",
"enterTrustedHosts": "Enter trusted hosts",
"placeholder": {
"chatInput": "Ask me anything..."
},
"confirm": "Confirm",
"continue": "Continue",
"loading": "Loading...",
"error": "Error",
"success": "Success",
"warning": "Warning",
"conversationNotAvailable": "Conversation not available",
"conversationNotAvailableDescription": "The conversation you are trying to access is not available or has been deleted.",
"temporaryChat": "Temporary Chat",
"temporaryChatTooltip": "Temporary chat won't appear in your history",
"noResultsFoundDesc": "We couldn't find any chats matching your search. Try a different keyword.",
"searchModels": "Search models...",
"searchStyles": "Search styles...",
"createAssistant": "Create Assistant",
"enterApiKey": "Enter API Key",
"scrollToBottom": "Scroll to bottom",
"generateAiResponse": "Generate AI Response",
"addModel": {
"title": "Add Model",
"modelId": "Model ID",
"enterModelId": "Enter Model ID",
"addModel": "Add Model",
"description": "Add a new model to the provider",
"exploreModels": "See model list from provider"
},
"mcpServers": {
"editServer": "Edit Server",
"addServer": "Add Server",
"serverName": "Server Name",
"enterServerName": "Enter server name",
"command": "Command",
"enterCommand": "Enter command",
"arguments": "Arguments",
"argument": "Argument {{index}}",
"envVars": "Environment Variables",
"key": "Key",
"value": "Value",
"save": "Save"
},
"deleteServer": {
"title": "Delete Server",
"delete": "Delete"
},
"editJson": {
"errorParse": "Failed to parse JSON",
"errorPaste": "Failed to paste JSON",
"errorFormat": "Invalid JSON format",
"titleAll": "Edit All Servers Configuration",
"placeholder": "Enter JSON configuration...",
"save": "Save"
},
"editModel": {
"title": "Edit Model: {{modelId}}",
"description": "Configure model capabilities by toggling the options below.",
"capabilities": "Capabilities",
"tools": "Tools",
"vision": "Vision",
"embeddings": "Embeddings",
"notAvailable": "Not available yet"
},
"outOfContextError": {
"truncateInput": "Truncate Input",
"title": "Out of context error",
"description": "This chat is reaching the AI's memory limit, like a whiteboard filling up. We can expand the memory window (called context size) so it remembers more, but it may use more of your computer's memory. We can also truncate the input, which means it will forget some of the chat history to make room for new messages.",
"increaseContextSizeDescription": "Do you want to increase the context size?",
"increaseContextSize": "Increase Context Size"
},
"toolApproval": {
"title": "Tool Permission Request",
"description": "The assistant wants to use <strong>{{toolName}}</strong>",
"securityNotice": "Only allow tools you trust. Tools can access your system and data.",
"deny": "Deny",
"allowOnce": "Allow Once",
"alwaysAllow": "Always Allow"
},
"deleteModel": {
"title": "Delete Model: {{modelId}}",
"description": "Are you sure you want to delete this model? This action cannot be undone.",
"success": "Model {{modelId}} has been permanently deleted.",
"cancel": "Cancel",
"delete": "Delete"
},
"deleteProvider": {
"title": "Delete Provider",
"description": "Delete this provider and all its models. This action cannot be undone.",
"success": "Provider {{provider}} has been permanently deleted.",
"confirmTitle": "Delete Provider: {{provider}}",
"confirmDescription": "Are you sure you want to delete this provider? This action cannot be undone.",
"cancel": "Cancel",
"delete": "Delete"
},
"modelSettings": {
"title": "Model Settings - {{modelId}}",
"description": "Configure model settings to optimize performance and behavior."
},
"dialogs": {
"changeDataFolder": {
"title": "Change Data Folder Location",
"description": "Are you sure you want to change the data folder location? This will move all your data to the new location and restart the application.",
"currentLocation": "Current Location:",
"newLocation": "New Location:",
"cancel": "Cancel",
"changeLocation": "Change Location"
},
"deleteAllThreads": {
"title": "Delete All Threads",
"description": "All threads will be deleted. This action cannot be undone."
},
"deleteThread": {
"description": "Are you sure you want to delete this thread? This action cannot be undone."
},
"editMessage": {
"title": "Edit Message"
},
"messageMetadata": {
"title": "Message Metadata"
}
},
"projects": {
"title": "Projects",
"addProject": "Add Project",
"addToProject": "Add to project",
"removeFromProject": "Remove from project",
"createNewProject": "Create New Project",
"editProject": "Edit Project",
"deleteProject": "Delete Project",
"projectName": "Project Name",
"enterProjectName": "Enter project name...",
"noProjectsAvailable": "No projects available",
"noProjectsYet": "No Projects Yet",
"noProjectsYetDesc": "Start a new project by clicking the Add Project button.",
"projectNotFound": "Project Not Found",
"projectNotFoundDesc": "The project you're looking for doesn't exist or has been deleted.",
"deleteProjectDialog": {
"title": "Delete Project",
"permanentDelete": "This will permanently delete all threads.",
"permanentDeleteWarning": "This action will permanently delete ALL threads within the project!",
"deleteEmptyProject": "This action will delete project \"{{projectName}}\".",
"saveThreadsAdvice": "To save threads, move them to your thread list or another project before deleting.",
"starredWarning": "You still have starred threads within the project.",
"deleteButton": "Delete",
"successWithName": "Project \"{{projectName}}\" deleted successfully",
"successWithoutName": "Project deleted successfully",
"error": "Failed to delete project. Please try again.",
"ariaLabel": "Delete {{projectName}}"
},
"addProjectDialog": {
"createTitle": "Create New Project",
"editTitle": "Edit Project",
"nameLabel": "Project Name",
"namePlaceholder": "Enter project name...",
"createButton": "Create",
"updateButton": "Update",
"alreadyExists": "Project \"{{projectName}}\" already exists",
"createSuccess": "Project \"{{projectName}}\" created successfully",
"renameSuccess": "Project renamed from \"{{oldName}}\" to \"{{newName}}\""
},
"noConversationsIn": "No Conversations in {{projectName}}",
"startNewConversation": "Start a new conversation with {{projectName}} below",
"conversationsIn": "Conversations in {{projectName}}",
"conversationsDescription": "Click on any conversation to continue chatting, or start a new one below.",
"thread": "thread",
"threads": "threads",
"updated": "Updated:",
"collapseProject": "Collapse project",
"expandProject": "Expand project",
"update": "Update",
"searchProjects": "Search projects...",
"noProjectsFound": "No projects found",
"tryDifferentSearch": "Try a different search term"
},
"toast": {
"allThreadsUnfavorited": {
"title": "All Threads Unfavorited",
"description": "All threads have been removed from your favorites."
},
"deleteAllThreads": {
"title": "Delete All Threads",
"description": "All threads have been permanently deleted."
},
"renameThread": {
"title": "Rename Thread",
"description": "Thread title has been renamed to '{{title}}'"
},
"deleteThread": {
"title": "Delete Thread",
"description": "This thread has been permanently deleted."
},
"editMessage": {
"title": "Edit Message",
"description": "Message edited successfully. Please wait for the model to respond."
},
"appUpdateDownloaded": {
"title": "App Update Downloaded",
"description": "The app update has been downloaded successfully."
},
"appUpdateDownloadFailed": {
"title": "App Update Download Failed",
"description": "Failed to download the app update. Please try again."
},
"downloadComplete": {
"title": "Download Complete",
"description": "{{item}} has been downloaded"
},
"downloadCancelled": {
"title": "Download Cancelled",
"description": "The download process was cancelled"
},
"downloadFailed": {
"title": "Download Failed",
"description": "{{item}} download failed"
},
"modelValidationStarted": {
"title": "Validating Model",
"description": "Downloaded model \"{{modelId}}\" successfully. Verifying integrity..."
},
"modelValidationFailed": {
"title": "Model Validation Failed",
"description": "The downloaded model \"{{modelId}}\" failed integrity verification and was removed. The file may be corrupted or tampered with."
},
"downloadAndVerificationComplete": {
"title": "Download Complete",
"description": "Model \"{{item}}\" downloaded and verified successfully"
},
"projectCreated": {
"title": "Project Created",
"description": "Project \"{{projectName}}\" created successfully"
},
"projectRenamed": {
"title": "Project Renamed",
"description": "Project renamed from \"{{oldName}}\" to \"{{newName}}\""
},
"projectDeleted": {
"title": "Project Deleted",
"description": "Project \"{{projectName}}\" deleted successfully"
},
"projectAlreadyExists": {
"title": "Project Already Exists",
"description": "Project \"{{projectName}}\" already exists"
},
"projectDeleteFailed": {
"title": "Delete Failed",
"description": "Failed to delete project. Please try again."
},
"threadAssignedToProject": {
"title": "Thread Assigned",
"description": "Thread assigned to \"{{projectName}}\" successfully"
},
"threadRemovedFromProject": {
"title": "Thread Removed",
"description": "Thread removed from \"{{projectName}}\" successfully"
}
}
}