| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- {
- "site": {
- "name": "SmartAI LM Platform"
- },
- "theme": {
- "light": "Light Mode",
- "dark": "Dark Mode"
- },
- "message": {
- "hello": "hello world"
- },
- "header": {
- "conversation": "Conversation",
- "knowledge": "Knowledge Base Management",
- "model": "Model Management",
- "agent": "Agent",
- "intelligent": "Intelligent",
- "permission": "Permission",
- "search": "Search",
- "language": "Language",
- "theme": "Theme",
- "setting": "Settings"
- },
- "login": {
- "logoTitle": "SmartAI Large Model Platform",
- "titleTips": "Covering Most Typical Business Scenarios",
- "loginModel": "User Login",
- "registerModel": "User Registration",
- "usernameTips": "Please enter your username",
- "passwordTips": "Please enter your password",
- "emailTips": "Please enter your email",
- "loginBtn": "Login",
- "registerBtn": "Register",
- "noAccount": "Don't have an account?",
- "usernameLength": "Username must be between 3 and 20 characters long",
- "passwordLength": "Password must be between 6 and 20 characters long",
- "emailFormat": "Incorrect email format"
- },
- "management": {
- "knowledgeTitle": "Welcome back, GuanLi4",
- "knowledgeDesc": "Which knowledge base are we going to use today?",
- "modelTitle": "Model Provider",
- "modelDesc": "Set model parameters and API key here.",
- "intelligentTitle": "Intelligent Agent Management",
- "intelligentDesc": "The intelligent agent executes tasks through a visual workflow with clear steps. We provide scenario templates for your use and reference.",
- "search": "Search",
- "createKnowledgeBase": "Create Knowledge Base",
- "setModel": "System Model Settings",
- "createIntelligent": "Create Intelligent Agent"
- },
- "permission": {
- "role": "Role",
- "account": "Account",
- "organization": "Organization",
- "group": "Group",
- "resource": "Resource"
- },
- "conversation": {
- "chat_new": "New Session",
- "chat_history": "History",
- "chat_smart": "SmartAI+",
- "search_history": "Search history",
- "history_today": "Today",
- "history_month": "This month",
- "history_earlier": "Earlier",
- "history_loadmore": "Load more",
- "history_empty": "Empty"
- }
- }
|