|
857 | 857 | http_403: HTTP Error 403 |
858 | 858 | logout: Log Out |
859 | 859 | posts: Posts |
| 860 | + ai_assistant: AI Assistant |
| 861 | + ai_assistant: |
| 862 | + description: Got a question? Ask it and get answers, perspectives, and recommendations. |
| 863 | + recent_conversations: Recent Conversations |
| 864 | + show_more: Show more |
| 865 | + new: New chat |
| 866 | + ai_generate: AI-generated from posts and may not be accurate. |
| 867 | + copy: Copy |
| 868 | + ask_a_follow_up: Ask a follow-up |
| 869 | + ask_placeholder: Ask a question |
860 | 870 | notifications: |
861 | 871 | title: Notifications |
862 | 872 | inbox: Inbox |
@@ -1823,6 +1833,11 @@ ui: |
1823 | 1833 | policies: Policies |
1824 | 1834 | security: Security |
1825 | 1835 | files: Files |
| 1836 | + apikeys: API Keys |
| 1837 | + intelligence: Intelligence |
| 1838 | + ai_assistant: AI Assistant |
| 1839 | + ai_settings: AI Settings |
| 1840 | + mcp: MCP |
1826 | 1841 | website_welcome: Welcome to {{site_name}} |
1827 | 1842 | user_center: |
1828 | 1843 | login: Login |
@@ -2298,6 +2313,70 @@ ui: |
2298 | 2313 | show_logs: Show logs |
2299 | 2314 | status: Status |
2300 | 2315 | title: Badges |
| 2316 | + apikeys: |
| 2317 | + title: API Keys |
| 2318 | + add_api_key: Add API Key |
| 2319 | + desc: Description |
| 2320 | + scope: Scope |
| 2321 | + key: Key |
| 2322 | + created: Created |
| 2323 | + last_used: Last used |
| 2324 | + add_or_edit_modal: |
| 2325 | + add_title: Add API Key |
| 2326 | + edit_title: Edit API Key |
| 2327 | + description: Description |
| 2328 | + description_required: Description is required. |
| 2329 | + scope: Scope |
| 2330 | + global: Global |
| 2331 | + read-only: Read-only |
| 2332 | + created_modal: |
| 2333 | + title: API key created |
| 2334 | + api_key: API key |
| 2335 | + description: This key will not be displayed again. Make sure you take a copy before continuing. |
| 2336 | + delete_modal: |
| 2337 | + title: Delete API Key |
| 2338 | + content: Any applications or scripts using this key will no longer be able to access the API. This is permanent! |
| 2339 | + ai_settings: |
| 2340 | + enabled: |
| 2341 | + label: AI enabled |
| 2342 | + check: Enable AI features |
| 2343 | + text: The AI model must be configured correctly before it can be used. |
| 2344 | + provider: |
| 2345 | + label: Provider |
| 2346 | + api_host: |
| 2347 | + label: API host |
| 2348 | + msg: API host is required |
| 2349 | + api_key: |
| 2350 | + label: API key |
| 2351 | + check: Check |
| 2352 | + check_success: "Connection successful." |
| 2353 | + msg: API key is required |
| 2354 | + model: |
| 2355 | + label: Model |
| 2356 | + msg: Model is required |
| 2357 | + add_success: AI settings updated successfully. |
| 2358 | + conversations: |
| 2359 | + topic: Topic |
| 2360 | + helpful: Helpful |
| 2361 | + unhelpful: Unhelpful |
| 2362 | + created: Created |
| 2363 | + action: Action |
| 2364 | + empty: No conversations found. |
| 2365 | + delete_modal: |
| 2366 | + title: Delete conversation |
| 2367 | + content: Are you sure you want to delete this conversation? This is permanent! |
| 2368 | + delete_success: Conversation deleted successfully. |
| 2369 | + mcp: |
| 2370 | + mcp_server: |
| 2371 | + label: MCP server |
| 2372 | + switch: Enabled |
| 2373 | + type: |
| 2374 | + label: Type |
| 2375 | + url: |
| 2376 | + label: URL |
| 2377 | + http_header: |
| 2378 | + label: HTTP header |
| 2379 | + text: Please replace {key} with the API Key. |
2301 | 2380 | form: |
2302 | 2381 | optional: (optional) |
2303 | 2382 | empty: cannot be empty |
|
0 commit comments