mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 10:28:10 +08:00
feat: llm text stream support for workflow app (#3798)
Co-authored-by: JzoNg <jzongcode@gmail.com>
This commit is contained in:
@ -18,6 +18,12 @@ const translation = {
|
||||
tokens: 'Gesamtzeichen',
|
||||
steps: 'Ausführungsschritte',
|
||||
},
|
||||
resultEmpty: {
|
||||
title: 'Dieser Lauf gibt nur das JSON-Format aus',
|
||||
tipLeft: 'Bitte gehen Sie zum ',
|
||||
Link: 'Detailpanel',
|
||||
tipRight: 'ansehen.',
|
||||
},
|
||||
}
|
||||
|
||||
export default translation
|
||||
|
||||
@ -18,6 +18,12 @@ const translation = {
|
||||
tokens: 'Total Tokens',
|
||||
steps: 'Run Steps',
|
||||
},
|
||||
resultEmpty: {
|
||||
title: 'This run only output JSON format,',
|
||||
tipLeft: 'please go to the ',
|
||||
link: 'detail panel',
|
||||
tipRight: ' view it.',
|
||||
},
|
||||
}
|
||||
|
||||
export default translation
|
||||
|
||||
@ -18,6 +18,12 @@ const translation = {
|
||||
tokens: 'Total des jetons',
|
||||
steps: 'Étapes d\'exécution',
|
||||
},
|
||||
resultEmpty: {
|
||||
title: 'Cela exécute uniquement le format de sortie JSON,',
|
||||
tipLeft: 'veuillez aller à ',
|
||||
link: 'panneau de détail',
|
||||
tipRight: ' visualisez-le.',
|
||||
},
|
||||
}
|
||||
|
||||
export default translation
|
||||
|
||||
@ -18,6 +18,12 @@ const translation = {
|
||||
tokens: 'トークンの合計',
|
||||
steps: '実行ステップ',
|
||||
},
|
||||
resultEmpty: {
|
||||
title: 'この実行では JSON 形式のみが出力されます',
|
||||
tipLeft: 'にアクセスしてください',
|
||||
link: '詳細パネル',
|
||||
tipRight: '表示します。',
|
||||
},
|
||||
}
|
||||
|
||||
export default translation
|
||||
|
||||
@ -18,6 +18,12 @@ const translation = {
|
||||
tokens: 'Total de Tokens',
|
||||
steps: 'Passos de Execução',
|
||||
},
|
||||
resultEmpty: {
|
||||
title: 'Esta execução apenas produz o formato JSON,',
|
||||
tipLeft: 'por favor vá para ',
|
||||
link: 'painel de detalhes',
|
||||
tipRight: ' veja.',
|
||||
},
|
||||
}
|
||||
|
||||
export default translation
|
||||
|
||||
@ -18,6 +18,12 @@ const translation = {
|
||||
tokens: 'Загальна кількість токенів',
|
||||
steps: 'Кроки виконання',
|
||||
},
|
||||
resultEmpty: {
|
||||
title: 'Цей запуск лише вихідного формату JSON,',
|
||||
tipLeft: 'будь ласка, перейдіть до ',
|
||||
link: 'панель деталей',
|
||||
tipRight: ' переглянути.',
|
||||
},
|
||||
}
|
||||
|
||||
export default translation
|
||||
|
||||
@ -18,6 +18,12 @@ const translation = {
|
||||
tokens: 'Tổng số token',
|
||||
steps: 'Các bước chạy',
|
||||
},
|
||||
resultEmpty: {
|
||||
title: 'Chạy này chỉ xuất ra định dạng JSON,',
|
||||
tipLeft: 'vui lòng truy cập ',
|
||||
link: 'bảng chi tiết',
|
||||
tipRight: ' xem nó.',
|
||||
},
|
||||
}
|
||||
|
||||
export default translation
|
||||
|
||||
@ -18,6 +18,12 @@ const translation = {
|
||||
tokens: '总 token 数',
|
||||
steps: '运行步数',
|
||||
},
|
||||
resultEmpty: {
|
||||
title: '本次运行仅输出JSON格式,',
|
||||
tipLeft: '请转到',
|
||||
link: '详细信息面板',
|
||||
tipRight: '查看它。',
|
||||
},
|
||||
}
|
||||
|
||||
export default translation
|
||||
|
||||
@ -18,6 +18,12 @@ const translation = {
|
||||
tokens: '總 token 數',
|
||||
steps: '執行步數',
|
||||
},
|
||||
resultEmpty: {
|
||||
title: '本運行僅輸出JSON格式,',
|
||||
tipLeft: '請到',
|
||||
link: '詳細資訊面板',
|
||||
tipRight: '查看它。',
|
||||
},
|
||||
}
|
||||
|
||||
export default translation
|
||||
|
||||
Reference in New Issue
Block a user