fix: ensure consistent DSL export behavior across UI entry (#25317)

Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
This commit is contained in:
Krito.
2025-09-08 09:41:51 +08:00
committed by GitHub
parent beaa8de648
commit e1f871fefe
4 changed files with 31 additions and 0 deletions

View File

@@ -140,6 +140,10 @@ const translation = {
export: 'シークレット値付きでエクスポート',
},
},
sidebar: {
exportWarning: '現在保存されているバージョンをエクスポート',
exportWarningDesc: 'これは現在保存されているワークフローのバージョンをエクスポートします。エディターで未保存の変更がある場合は、まずワークフローキャンバスのエクスポートオプションを使用して保存してください。',
},
chatVariable: {
panelTitle: '会話変数',
panelDescription: '対話情報を保存・管理(会話履歴/ファイル/ユーザー設定など)。書き換えができます。',