Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
dify
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ai-tech
dify
Commits
6309d070
Unverified
Commit
6309d070
authored
Oct 19, 2023
by
Joel
Committed by
GitHub
Oct 19, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: enchance prompt mode copywriting (#1379)
parent
fe14130b
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
9 deletions
+9
-9
app-debug.en.ts
web/i18n/lang/app-debug.en.ts
+4
-4
app-debug.zh.ts
web/i18n/lang/app-debug.zh.ts
+5
-5
No files found.
web/i18n/lang/app-debug.en.ts
View file @
6309d070
...
...
@@ -4,12 +4,12 @@ const translation = {
line2
:
'Engineering'
,
},
promptMode
:
{
simple
:
'Switch to
Advanced
Mode to edit the whole PROMPT'
,
advanced
:
'
Advanced
Mode'
,
simple
:
'Switch to
Expert
Mode to edit the whole PROMPT'
,
advanced
:
'
Expert
Mode'
,
switchBack
:
'Switch back'
,
advancedWarning
:
{
title
:
'You have switched to
Advanced Mode, and once you modify the PROMPT, you CANNOT return to the simple
mode.'
,
description
:
'In
Advanced
Mode, you can edit whole PROMPT.'
,
title
:
'You have switched to
Expert Mode, and once you modify the PROMPT, you CANNOT return to the basic
mode.'
,
description
:
'In
Expert
Mode, you can edit whole PROMPT.'
,
learnMore
:
'Learn more'
,
ok
:
'OK'
,
},
...
...
web/i18n/lang/app-debug.zh.ts
View file @
6309d070
...
...
@@ -4,12 +4,12 @@ const translation = {
line2
:
'编排'
,
},
promptMode
:
{
simple
:
'切换到
高级
模式以编辑完整的提示词'
,
advanced
:
'
高级
模式'
,
switchBack
:
'返回简
单
模式'
,
simple
:
'切换到
专家
模式以编辑完整的提示词'
,
advanced
:
'
专家
模式'
,
switchBack
:
'返回简
易
模式'
,
advancedWarning
:
{
title
:
'您已切换到
高级模式,一旦修改提示词,将无法返回简单
模式。'
,
description
:
'在
高级
模式下,您可以编辑完整的提示词。'
,
title
:
'您已切换到
专家模式,一旦修改提示词,将无法返回简易
模式。'
,
description
:
'在
专家
模式下,您可以编辑完整的提示词。'
,
learnMore
:
'了解更多'
,
ok
:
'确定'
,
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment