mirror of
https://github.com/langgenius/dify.git
synced 2024-11-16 11:42:29 +08:00
031a0b576d
Some checks are pending
Build and Push API & Web / build (api, DIFY_API_IMAGE_NAME, linux/amd64, build-api-amd64) (push) Waiting to run
Build and Push API & Web / build (api, DIFY_API_IMAGE_NAME, linux/arm64, build-api-arm64) (push) Waiting to run
Build and Push API & Web / build (web, DIFY_WEB_IMAGE_NAME, linux/amd64, build-web-amd64) (push) Waiting to run
Build and Push API & Web / build (web, DIFY_WEB_IMAGE_NAME, linux/arm64, build-web-arm64) (push) Waiting to run
Build and Push API & Web / create-manifest (api, DIFY_API_IMAGE_NAME, merge-api-images) (push) Blocked by required conditions
Build and Push API & Web / create-manifest (web, DIFY_WEB_IMAGE_NAME, merge-web-images) (push) Blocked by required conditions
139 lines
6.0 KiB
TypeScript
139 lines
6.0 KiB
TypeScript
const translation = {
|
|
createApp: 'CREATE APP',
|
|
types: {
|
|
all: 'All',
|
|
chatbot: 'Chatbot',
|
|
agent: 'Agent',
|
|
workflow: 'Workflow',
|
|
completion: 'Completion',
|
|
},
|
|
duplicate: 'Duplicate',
|
|
duplicateTitle: 'Duplicate App',
|
|
export: 'Export DSL',
|
|
exportFailed: 'Export DSL failed.',
|
|
importDSL: 'Import DSL file',
|
|
createFromConfigFile: 'Create from DSL file',
|
|
importFromDSL: 'Import from DSL',
|
|
importFromDSLFile: 'From DSL file',
|
|
importFromDSLUrl: 'From URL',
|
|
importFromDSLUrlPlaceholder: 'Paste DSL link here',
|
|
deleteAppConfirmTitle: 'Delete this app?',
|
|
deleteAppConfirmContent:
|
|
'Deleting the app is irreversible. Users will no longer be able to access your app, and all prompt configurations and logs will be permanently deleted.',
|
|
appDeleted: 'App deleted',
|
|
appDeleteFailed: 'Failed to delete app',
|
|
join: 'Join the community',
|
|
communityIntro:
|
|
'Discuss with team members, contributors and developers on different channels.',
|
|
roadmap: 'See our roadmap',
|
|
newApp: {
|
|
startFromBlank: 'Create from Blank',
|
|
startFromTemplate: 'Create from Template',
|
|
captionAppType: 'What type of app do you want to create?',
|
|
chatbotDescription: 'Build a chat-based application. This app uses a question-and-answer format, allowing for multiple rounds of continuous conversation.',
|
|
completionDescription: 'Build an application that generates high-quality text based on prompts, such as generating articles, summaries, translations, and more.',
|
|
completionWarning: 'This type of app will no longer be supported.',
|
|
agentDescription: 'Build an intelligent Agent which can autonomously choose tools to complete the tasks',
|
|
workflowDescription: 'Build an application that generates high-quality text based on workflow orchestrates with a high degree of customization. It is suitable for experienced users.',
|
|
workflowWarning: 'Currently in beta',
|
|
chatbotType: 'Chatbot orchestrate method',
|
|
basic: 'Basic',
|
|
basicTip: 'For beginners, can switch to Chatflow later',
|
|
basicFor: 'FOR BEGINNERS',
|
|
basicDescription: 'Basic Orchestrate allows for the orchestration of a Chatbot app using simple settings, without the ability to modify built-in prompts. It is suitable for beginners.',
|
|
advanced: 'Chatflow',
|
|
advancedFor: 'For advanced users',
|
|
advancedDescription: 'Workflow Orchestrate orchestrates Chatbots in the form of workflows, offering a high degree of customization, including the ability to edit built-in prompts. It is suitable for experienced users.',
|
|
captionName: 'App icon & name',
|
|
appNamePlaceholder: 'Give your app a name',
|
|
captionDescription: 'Description',
|
|
appDescriptionPlaceholder: 'Enter the description of the app',
|
|
useTemplate: 'Use this template',
|
|
previewDemo: 'Preview demo',
|
|
chatApp: 'Assistant',
|
|
chatAppIntro:
|
|
'I want to build a chat-based application. This app uses a question-and-answer format, allowing for multiple rounds of continuous conversation.',
|
|
agentAssistant: 'New Agent Assistant',
|
|
completeApp: 'Text Generator',
|
|
completeAppIntro:
|
|
'I want to create an application that generates high-quality text based on prompts, such as generating articles, summaries, translations, and more.',
|
|
showTemplates: 'I want to choose from a template',
|
|
hideTemplates: 'Go back to mode selection',
|
|
Create: 'Create',
|
|
Cancel: 'Cancel',
|
|
nameNotEmpty: 'Name cannot be empty',
|
|
appTemplateNotSelected: 'Please select a template',
|
|
appTypeRequired: 'Please select an app type',
|
|
appCreated: 'App created',
|
|
appCreateFailed: 'Failed to create app',
|
|
},
|
|
editApp: 'Edit Info',
|
|
editAppTitle: 'Edit App Info',
|
|
editDone: 'App info updated',
|
|
editFailed: 'Failed to update app info',
|
|
iconPicker: {
|
|
ok: 'OK',
|
|
cancel: 'Cancel',
|
|
emoji: 'Emoji',
|
|
image: 'Image',
|
|
},
|
|
answerIcon: {
|
|
title: 'Use WebApp icon to replace 🤖',
|
|
description: 'Whether to use the WebApp icon to replace 🤖 in the shared application',
|
|
descriptionInExplore: 'Whether to use the WebApp icon to replace 🤖 in Explore',
|
|
},
|
|
switch: 'Switch to Workflow Orchestrate',
|
|
switchTipStart: 'A new app copy will be created for you, and the new copy will switch to Workflow Orchestrate. The new copy will ',
|
|
switchTip: 'not allow',
|
|
switchTipEnd: ' switching back to Basic Orchestrate.',
|
|
switchLabel: 'The app copy to be created',
|
|
removeOriginal: 'Delete the original app',
|
|
switchStart: 'Start switch',
|
|
typeSelector: {
|
|
all: 'ALL Types',
|
|
chatbot: 'Chatbot',
|
|
agent: 'Agent',
|
|
workflow: 'Workflow',
|
|
completion: 'Completion',
|
|
},
|
|
tracing: {
|
|
title: 'Tracing app performance',
|
|
description: 'Configuring a Third-Party LLMOps provider and tracing app performance.',
|
|
config: 'Config',
|
|
view: 'View',
|
|
collapse: 'Collapse',
|
|
expand: 'Expand',
|
|
tracing: 'Tracing',
|
|
disabled: 'Disabled',
|
|
disabledTip: 'Please config provider first',
|
|
enabled: 'In Service',
|
|
tracingDescription: 'Capture the full context of app execution, including LLM calls, context, prompts, HTTP requests, and more, to a third-party tracing platform.',
|
|
configProviderTitle: {
|
|
configured: 'Configured',
|
|
notConfigured: 'Config provider to enable tracing',
|
|
moreProvider: 'More Provider',
|
|
},
|
|
langsmith: {
|
|
title: 'LangSmith',
|
|
description: 'An all-in-one developer platform for every step of the LLM-powered application lifecycle.',
|
|
},
|
|
langfuse: {
|
|
title: 'Langfuse',
|
|
description: 'Traces, evals, prompt management and metrics to debug and improve your LLM application.',
|
|
},
|
|
inUse: 'In use',
|
|
configProvider: {
|
|
title: 'Config ',
|
|
placeholder: 'Enter your {{key}}',
|
|
project: 'Project',
|
|
publicKey: 'Public Key',
|
|
secretKey: 'Secret Key',
|
|
viewDocsLink: 'View {{key}} docs',
|
|
removeConfirmTitle: 'Remove {{key}} configuration?',
|
|
removeConfirmContent: 'The current configuration is in use, removing it will turn off the Tracing feature.',
|
|
},
|
|
},
|
|
}
|
|
|
|
export default translation
|