Files
EasyFlow/easyflow-ui-admin/app/src/locales/langs/en-US/llm.json
陈子默 aaf4c61ff8 feat: 新增统一模型网关与模型管理工作区
- 新增 OpenAI 兼容统一模型调用链路、模型发布配置与批量发布能力

- 重构模型管理页面入口与统一网关工作区,更新服务商 logo 资源与模型 ID 文案

- 收口全新库初始化脚本,仅保留服务商种子并整理统一网关 migration
2026-03-26 20:48:18 +08:00

78 lines
2.3 KiB
JSON

{
"filed": {
"id": "Id",
"deptId": "DeptId",
"tenantId": "TenantId",
"title": "Title",
"brand": "Brand",
"icon": "Icon",
"description": "Description",
"supportChat": "SupportChat",
"supportFunctionCalling": "SupportFunctionCalling",
"supportEmbed": "SupportEmbed",
"supportReranker": "SupportReranker",
"supportTextToImage": "SupportTextToImage",
"supportImageToImage": "SupportImageToImage",
"supportTextToAudio": "SupportTextToAudio",
"supportAudioToAudio": "SupportAudioToAudio",
"supportTextToVideo": "SupportTextToVideo",
"supportImageToVideo": "SupportImageToVideo",
"multimodal": "multimodal",
"llmEndpoint": "LlmEndpoint",
"chatPath": "ChatPath",
"embedPath": "embedPath",
"llmModel": "Model ID",
"llmApiKey": "apiKey",
"llmExtraConfig": "LlmExtraConfig",
"options": "Options",
"ability": "Ability"
},
"llmModal": {
"TitleRequired": "Please enter the name",
"BrandRequired": "Please enter the brand",
"ModelRequired": "Please enter the model ID",
"ApiKeyRequired": "Please enter the apiKey",
"QuickAddLlm": "One-click addition of large models"
},
"placeholder": {
"title": "Please enter the title",
"brand": "Please enter the brand",
"llmModel": "Please enter the model ID",
"description": "Please enter the description"
},
"actions": {
"verifyConfiguration": "Verify Configuration"
},
"message": {
"verifySuccess": "Verification successful"
},
"addProvider": "Provider list",
"modelType": "ModelType",
"llmModel": "Model ID",
"title": "name",
"groupName": "GroupName",
"provider": "供应商",
"ability": "ModelAbility",
"button": {
"management": "Management",
"test": "Test",
"RetrieveAgain": "Retrieve the model list again"
},
"all": "All",
"verifyLlmTitle": "Verify Large Model",
"searchTextPlaceholder": "Search for model ID or name",
"testSuccess": "TestSuccess",
"modelAbility": {
"supportThinking": "Thinking",
"supportTool": "Tool",
"SupportAudio": "Audio",
"SupportVideo": "Video",
"SupportImage": "Image",
"supportFree": "Free",
"supportImageB64Only": "ImageB64Only",
"supportToolMessage": "SupportToolMessage"
},
"requestPath": "RequestPath",
"modelToBeTested": "ModelToBeTested"
}