|
69 | 69 | "chatInput.fileCountExceedsLimit": "File count exceeds limit. Maximum {{count}} files allowed", |
70 | 70 | "chatInput.fileSizeExceedsLimit": "File \"{{name}}\" exceeds size limit. Maximum 10MB per file", |
71 | 71 | "chatInput.unsupportedFileType": "File \"{{name}}\" is not a supported file type. Supported formats: images, documents (PDF, Word, Excel, PPT), text files, CSV/TSV, Markdown", |
| 72 | + "chatInput.unsupportedFileTypeSimple": "Unsupported file type", |
72 | 73 | "chatInput.dragAndDropFilesHere": "Drag and drop files here to upload", |
73 | 74 | "chatInput.supportedFileFormats": "Supported formats: images, documents (PDF, Word, Excel, PPT), text files, CSV/TSV, Markdown", |
74 | 75 | "chatInput.sendMessageTo": "Send message to {{appName}}", |
75 | 76 | "chatInput.stopRecording": "Stop Recording", |
76 | 77 | "chatInput.startRecording": "Start Recording", |
| 78 | + "chatInput.uploadFiles": "Upload Files", |
| 79 | + "chatInput.stopGenerating": "Stop Generating", |
| 80 | + "chatInput.recording": "Recording...", |
| 81 | + "chatInput.recordingError": "Recording error, please try again", |
77 | 82 | "chatInput.helloIm": "Hello, I'm {{appName}}", |
78 | 83 | "chatInput.introMessage": "I can help you with coding, reading, searching, and comprehensive tasks. Feel free to ask!", |
79 | 84 | "chatInput.close": "Close", |
| 85 | + "chatInput.send": "Send", |
80 | 86 | "chatInput.remove": "Remove", |
81 | 87 | "chatInput.wsConnectionEstablished": "WebSocket connection established", |
82 | 88 |
|
|
116 | 122 | "page.loginPrompt.header": "🚀 Ready to Go!", |
117 | 123 | "page.loginPrompt.intro": "Log in to your account and start your intelligent Q&A journey~", |
118 | 124 | "page.loginPrompt.benefitsTitle": "✨ After logging in, you will get:", |
119 | | - "page.loginPrompt.benefits": [ |
120 | | - "Exclusive conversation history", |
121 | | - "Personalized smart recommendations", |
122 | | - "Full access to enterprise knowledge base", |
123 | | - "More accurate Q&A experience" |
124 | | - ], |
| 125 | + "page.loginPrompt.benefits": ["Exclusive conversation history", "Personalized smart recommendations", "Full access to enterprise knowledge base", "More accurate Q&A experience"], |
125 | 126 | "page.loginPrompt.githubSupport": "⭐️ Nexent is still growing, please help me by starring on <1>GitHub</1>, thank you.", |
126 | 127 | "page.loginPrompt.noAccount": "Don't have an account yet? Click the \"Register\" button to create your exclusive account~", |
127 | 128 | "page.adminPrompt.title": "Oh, you are not an administrator", |
|
130 | 131 | "page.adminPrompt.unlockHeader": "🌟 Become an administrator and unlock more capabilities!", |
131 | 132 | "page.adminPrompt.unlockIntro": "After becoming an administrator, you can:", |
132 | 133 | "page.adminPrompt.permissionsTitle": "✨ Administrator exclusive permissions:", |
133 | | - "page.adminPrompt.permissions": [ |
134 | | - "Configure and manage your own models", |
135 | | - "Create and publish exclusive smart Agents", |
136 | | - "Integrate and configure your own tools" |
137 | | - ], |
| 134 | + "page.adminPrompt.permissions": ["Configure and manage your own models", "Create and publish exclusive smart Agents", "Integrate and configure your own tools"], |
138 | 135 | "page.adminPrompt.githubSupport": "⭐️ Nexent is still growing, please help me by starring on <1>GitHub</1>, thank you.", |
139 | 136 | "page.adminPrompt.becomeAdmin": "💡 Want to become an administrator? Please visit the <1>official contact page</1> to apply for an administrator account.", |
140 | 137 |
|
|
689 | 686 | "auth.inviteCodeHint.projectLink": "project page", |
690 | 687 | "auth.inviteCodeHint.starAction": " and give us a Star", |
691 | 688 |
|
| 689 | + "role_admin": "Admin", |
| 690 | + |
| 691 | + "role_user": "User", |
| 692 | + |
692 | 693 | "toolManagement.refresh.title": "Refresh Tools List", |
693 | 694 | "toolManagement.refresh.button.refreshing": "Refreshing", |
694 | 695 | "toolManagement.refresh.button.refresh": "Refresh Tools", |
|
0 commit comments