Template conversion adds Jinjia2 syntax support (#4545)

### What problem does this PR solve?

Template conversion adds Jinjia2 syntax support

### Type of change

- [x] New Feature (non-breaking change which adds functionality)

---------

Co-authored-by: wangrui <wangrui@haima.me>
Co-authored-by: Yingfeng <yingfeng.zhang@gmail.com>
Co-authored-by: Kevin Hu <kevinhu.sh@gmail.com>
This commit is contained in:
WANGRUI-ZB
2025-01-23 17:11:14 +08:00
committed by GitHub
parent b23a4a8fea
commit bbc1d02c96
6 changed files with 56 additions and 19 deletions

View File

@ -1049,7 +1049,7 @@ export default {
testRun: 'テスト実行',
template: 'テンプレート',
templateDescription:
'このコンポーネントは、さまざまなコンポーネントの出力を組版するために使用されます。',
'このコンポーネントは、さまざまなコンポーネントの出力を組版するために使用されます。1. Jinja2テンプレートをサポートし、最初に入力をオブジェクトに変換してからテンプレートをレンダリングします。2. {parameter}文字列置換を使用する元の方法も同時に保持します',
emailComponent: 'メール',
emailDescription: '指定されたアドレスにメールを送信',
smtpServer: 'SMTPサーバー',