mirror of
https://github.com/langgenius/dify-docs.git
synced 2026-07-22 12:25:45 -04:00
00c3cc3913
* fix: use Workflow/Chatflow for zh/ja app-type mentions Converts translated app-type terms (对话流/聊天流/チャットフロー and app-type 工作流/ワークフロー compounds) to the English product names per the writing rules, syncs headings, nav labels, and stale anchors, fixes CJK spacing around the insertions, and codifies the UI-quote exception in the zh/ja formatting guides. * translate: localize human-input form examples in zh/ja form_content and user_actions titles are author-written display strings, so the zh/ja examples now show them in the reader's language, coherent across the get-form, submit, and SSE-event examples. Identifiers, option values, and status enums stay verbatim. * fix: CLI pause docs cover Chatflow apps too difyctl raises the HITL pause for every app mode (the check precedes mode dispatch in cli/src/commands/run/app/sse-collector.ts, and resume is form-token based), so the pause sections now name Workflow and Chatflow apps in en/zh/ja. Also carries the zh/ja app-type term conversion for the CLI pages. * fix: match action_text to localized titles and add bold spacing Copilot review: the localized SSE examples' human_input_form_filled events now carry the localized action title in action_text (the wire field holds the executed action's title, per the web client mapping), and the zh integrate-knowledge bold app-type terms get the required CJK-adjacency spaces.