2023-05-15 08:51:32 +08:00
const translation = {
2023-05-25 22:13:43 +08:00
title : 'Apps' ,
2023-05-15 08:51:32 +08:00
createApp : 'Create new App' ,
2024-01-23 19:31:56 +08:00
types : {
all : 'All' ,
assistant : 'Assistant' ,
completion : 'Completion' ,
} ,
2023-05-15 08:51:32 +08:00
modes : {
completion : 'Text Generator' ,
2024-01-23 19:31:56 +08:00
chat : 'Basic Assistant' ,
2023-05-15 08:51:32 +08:00
} ,
createFromConfigFile : 'Create app from config file' ,
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' ,
2023-08-16 10:31:08 +08:00
appNamePlaceholder : 'Please enter the name of the app' ,
2023-05-15 08:51:32 +08:00
newApp : {
startToCreate : 'Let\'s start with your new app' ,
2024-01-23 19:31:56 +08:00
captionName : 'App icon & name' ,
captionAppType : 'What type of app do you want to create?' ,
2023-05-15 08:51:32 +08:00
previewDemo : 'Preview demo' ,
2024-01-23 19:31:56 +08:00
chatApp : 'Assistant' ,
2023-05-15 08:51:32 +08:00
chatAppIntro :
'I want to build a chat-based application. This app uses a question-and-answer format, allowing for multiple rounds of continuous conversation.' ,
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' ,
} ,
2023-08-16 10:31:08 +08:00
editApp : {
startToEdit : 'Edit App' ,
} ,
2023-05-22 10:12:17 +08:00
emoji : {
ok : 'OK' ,
cancel : 'Cancel' ,
2023-06-01 23:19:36 +08:00
} ,
2023-05-15 08:51:32 +08:00
}
export default translation