11export default {
2- title: 'Applications ',
3- createApplication: 'Create Application ',
4- importApplication: 'Import Application ',
5- copyApplication: 'Copy Application ',
2+ title: 'APP ',
3+ createApplication: 'Create APP ',
4+ importApplication: 'Import APP ',
5+ copyApplication: 'Copy APP ',
66 workflow: 'WORKFLOW',
77 simple: 'SIMPLE',
88 searchBar: {
@@ -13,37 +13,37 @@ export default {
1313 demo: 'Demo'
1414 },
1515 delete: {
16- confirmTitle: 'Are you sure you want to delete this application ?',
16+ confirmTitle: 'Are you sure you want to delete this APP ?',
1717 confirmMessage:
18- 'Deleting this application will no longer provide its services. Please proceed with caution.'
18+ 'Deleting this APP will no longer provide its services. Please proceed with caution.'
1919 },
2020 tip: {
2121 ExportError: 'Export Failed',
2222 professionalMessage:
23- 'The Community Edition supports up to 5 applications . If you need more applications , please upgrade to the Professional Edition.',
23+ 'The Community Edition supports up to 5 APP . If you need more APP , please upgrade to the Professional Edition.',
2424 saveErrorMessage: 'Saving failed, please check your input or try again later',
2525 loadingErrorMessage: 'Failed to load configuration, please check your input or try again later'
2626 },
2727
2828 applicationForm: {
2929 title: {
30- info: 'Application Information',
30+ info: 'APP Information',
3131 appTest: 'Debug Preview',
3232 copy: 'copy'
3333 },
3434 form: {
3535 appName: {
36- label: 'Application Name',
37- placeholder: 'Please enter the application name',
38- requiredMessage: 'Application name is required'
36+ label: 'APP Name',
37+ placeholder: 'Please enter the APP name',
38+ requiredMessage: 'APP name is required'
3939 },
4040 appDescription: {
41- label: 'Application Description',
41+ label: 'APP Description',
4242 placeholder:
43- 'Describe the application scenario and use, e.g.: XXX assistant answering user questions about XXX product usage'
43+ 'Describe the APP scenario and use, e.g.: XXX assistant answering user questions about XXX product usage'
4444 },
4545 appType: {
46- label: 'Please select the application type',
46+ label: 'Please select the APP type',
4747 simplePlaceholder: 'Suitable for beginners to create assistant.',
4848 workflowPlaceholder: 'Suitable for advanced users to customize the workflow of assistant'
4949 },
@@ -140,17 +140,17 @@ export default {
140140 }
141141 },
142142 applicationAccess: {
143- title: 'Application Access',
143+ title: 'APP Access',
144144 wecom: 'WeCom',
145- wecomTip: 'Create WeCom intelligent applications ',
145+ wecomTip: 'Create WeCom intelligent APP ',
146146 dingtalk: 'DingTalk',
147- dingtalkTip: 'Create DingTalk intelligent applications ',
147+ dingtalkTip: 'Create DingTalk intelligent APP ',
148148 wechat: 'WeChat',
149- wechatTip: 'Create WeChat intelligent applications ',
149+ wechatTip: 'Create WeChat intelligent APP ',
150150 lark: 'Lark',
151- larkTip: 'Create Lark intelligent applications ',
151+ larkTip: 'Create Lark intelligent APP ',
152152 setting: 'Setting',
153- info: 'Application Information',
153+ info: 'APP Information',
154154 callback: 'Callback Address',
155155 callbackTip: 'Please fill in the callback address',
156156 wecomPlatform: 'WeCom Open Platform',
@@ -167,7 +167,7 @@ export default {
167167 encodingAesKeyPlaceholder: 'Please enter EncodingAESKey',
168168 authenticationSuccessful: 'Authentication successful',
169169 urlInfo:
170- '-Application management-Self-built-Created application -Receive messages-Set the "URL" received by the API'
170+ '-APP management-Self-built-Created APP -Receive messages-Set the "URL" received by the API'
171171 },
172172 dingtalkSetting: {
173173 title: 'DingTalk Configuration',
0 commit comments