From 6309d070d1b4d7595d3a6048cc367dbc091ba44a Mon Sep 17 00:00:00 2001 From: Joel Date: Thu, 19 Oct 2023 11:19:34 +0800 Subject: [PATCH] feat: enchance prompt mode copywriting (#1379) --- web/i18n/lang/app-debug.en.ts | 8 ++++---- web/i18n/lang/app-debug.zh.ts | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/web/i18n/lang/app-debug.en.ts b/web/i18n/lang/app-debug.en.ts index 32de6dac32f0fc..ac88c32175d87c 100644 --- a/web/i18n/lang/app-debug.en.ts +++ b/web/i18n/lang/app-debug.en.ts @@ -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', }, diff --git a/web/i18n/lang/app-debug.zh.ts b/web/i18n/lang/app-debug.zh.ts index f6b3ceae6b72d2..31bad3d7a7f66a 100644 --- a/web/i18n/lang/app-debug.zh.ts +++ b/web/i18n/lang/app-debug.zh.ts @@ -4,12 +4,12 @@ const translation = { line2: '编排', }, promptMode: { - simple: '切换到高级模式以编辑完整的提示词', - advanced: '高级模式', - switchBack: '返回简单模式', + simple: '切换到专家模式以编辑完整的提示词', + advanced: '专家模式', + switchBack: '返回简易模式', advancedWarning: { - title: '您已切换到高级模式,一旦修改提示词,将无法返回简单模式。', - description: '在高级模式下,您可以编辑完整的提示词。', + title: '您已切换到专家模式,一旦修改提示词,将无法返回简易模式。', + description: '在专家模式下,您可以编辑完整的提示词。', learnMore: '了解更多', ok: '确定', },