cozy-search
Version:
UI components about search bar and IA assistant
198 lines (197 loc) • 6.7 kB
JSON
{
"assistant": {
"search": {
"placeholder": "Describe a task",
"send": "Send",
"noItem": "No results",
"notEnough": "Your query must contain at least 3 characters"
},
"websearch": {
"label": "Web search"
},
"dialog": {
"close": "Close"
},
"name": "Twake Assistant",
"default_username": "Anonymous",
"sources": "%{smart_count} source |||| %{smart_count} sources",
"suggestions": {
"find_file": "Search a file",
"reimbursements": "Check my repayments",
"reorganise_files": "Reorganise my files"
},
"actions": {
"copy": "Copy",
"copied": "Copied to clipboard",
"reload": "Regenerate response",
"edit": "Edit",
"edited": "Message saved"
},
"sidebar": {
"create_new": "Create",
"toggle_sidebar": "Toggle sidebar",
"toggle_search": "Toggle search",
"close_sidebar": "Close sidebar",
"recent_chats": "Recent",
"conversation": {
"actions": {
"delete": "Delete",
"rename": "Rename",
"share": "Share",
"load_more": "Load more"
}
}
},
"time": {
"today": "Today",
"yesterday": "Yesterday"
},
"default_error": "An error occurred during response generation. Please try again",
"hide": "Hide",
"show": "Show",
"search_conversation": {
"placeholder": "Search in your conversations...",
"new_chat": "New Chat",
"recent": "Recent Conversations",
"older": "Older",
"not_found_title": "No conversations found",
"not_found_desc": "Click \"New Chat\" to begin a conversation or select from your recent chats",
"close": "Close"
},
"message": {
"welcome": "How can I help you today?",
"running": "Assistant is running..."
},
"twake_knowledges": {
"chat": "Chat",
"drive": "Drive",
"mail": "Email",
"title_drive": "Select Drive folders",
"title_mail": "Select Mail sources",
"title_chat": "Select Chat sources",
"title_default": "Select sources",
"desc_drive": "Selected items will be used to answer your questions.",
"desc_mail": "Selected emails will be used to answer your questions.",
"desc_chat": "Selected messages will be used to answer your questions.",
"search_placeholder": "Search",
"clear_all": "Clear all",
"see_more": "See more",
"cancel": "Cancel",
"select_folders": "Select folders",
"select_emails": "Select emails",
"select_messages": "Select messages",
"my_drive": "My Drive",
"shared_with_me": "Shared with me",
"inbox": "Inbox",
"starred": "Starred",
"sent": "Sent",
"draft": "Draft",
"outbox": "Outbox",
"spam": "Spam",
"search_in": "Search in"
}
},
"assistant_create": {
"title": "Create Assistant",
"steps": {
"basic_info": {
"description": "Customize your assistant's identity and behavior to match your specific needs.",
"avatar": "Avatar (optional)",
"name": "Name",
"name_placeholder": "Name your assistant",
"instructions": "Instructions (optional)",
"instructions_placeholder": "What does this assistant do? How should it behave? What should it avoid doing?",
"knowledge_base": "Knowledge Base (optional)",
"knowledge_base_placeholder": "Conversations may reveal some or all of the files that have been uploaded.",
"load_file": "Load files",
"from_drive": "From Drive",
"from_mail": "From Mail"
},
"provider_selection": {
"description": "Choose the AI model that best matches your requirements.",
"by": "by",
"openrag": {
"description": "The AI assistant integrated into Twake, letting you work on your data without ever letting it leave your Workplace"
},
"google": {
"description": "Gemini models provided by Google"
},
"openai": {
"description": "GPT models provided by OpenAI"
},
"mistral_ai": {
"description": "Mistral models provided by Mistral AI"
},
"meta": {
"description": "Llama open models, provided by Meta"
},
"custom": {
"name": "Add custom provider",
"description": "Configure your own AI provider"
},
"external_warning": "Your data will be processed on external servers. This mode does not provide enhanced security protections."
},
"configuration": {
"description": "Enter provider URL, model and your API key to configure the new assistant. Your key will be stored securely.",
"custom_provider_description": "Configure your custom AI provider settings",
"model": {
"label": "Model",
"placeholder": "Enter the model name of the provider",
"unsupported": "This model is not supported yet."
},
"url": {
"label": "Base URL",
"placeholder": "https://api.example.com/v1"
},
"api_key": {
"label": "API Key",
"placeholder": "sk-..."
},
"no_key": "Don't have an API key?",
"generate": "You can generate a new API key from your %{provider} account dashboard.",
"custom_provider": "custom provider",
"read_docs": "Read here"
}
},
"buttons": {
"cancel": "Cancel",
"next": "Next",
"create": "Create"
},
"configure_api_key_title": "Configure a new assistant",
"configure_api_key_description": "Enter provider URL, model and your API key to configure the new assistant. Your key will be stored securely.",
"from_drive": {
"actions": {
"cancel": "Cancel",
"add": "Add"
}
},
"success": "Assistant created successfully"
},
"assistant_edit": {
"title": "Edit Assistant",
"buttons": {
"cancel": "Cancel",
"next": "Next",
"edit": "Edit"
},
"configure_api_key_title": "Configure your assistant",
"success": "Assistant updated successfully"
},
"conversation_delete": {
"title": "Delete conversation",
"content": "Are you sure you want to delete this conversation? This action cannot be undone.",
"buttons": {
"cancel": "Cancel",
"confirm": "Delete"
}
},
"assistant_delete": {
"title": "Delete AI Assistant",
"content": "Are you sure you want to delete %{name}? This action cannot be undone and will permanently remove this assistant from your Twake.",
"buttons": {
"cancel": "Cancel",
"confirm": "Delete"
}
}
}