| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596 |
- {
- "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",
- "logout": "Exit",
- "okBtn": "OK",
- "cancelBtn": "Cancel",
- "tip": "Prompt",
- "okText": "Are you sure you want to log out?"
- },
- "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",
- "document": "Document",
- "edit": "Edit",
- "delete": "Delete",
- "online": "Online",
- "offline": "Offline",
- "createUser": "Create User",
- "addedModel": "Added Models",
- "unaddModel": "Models to be Added",
- "addModelBtn": "Add Model",
- "showMoreModelBtn": "Show More Models",
- "downBtn": "Expand",
- "upBtn": "Collapse",
- "useBtn": "Use",
- "addLabelBtn": "Add Label",
- "loadingDataTip": "Loading data, please wait...",
- "noMoreData": "No more data available"
- },
- "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_nomore": "No more",
- "history_empty": "Empty",
- "hello": "Welcome",
- "nice_day": "Let's spend a wonderful day together"
- }
- }
|