Refactor the delimiter name (#4659)

### What problem does this PR solve?

Rename from 'Diagonal' to 'Forward slash'
Rename from 'Minus' to 'Dash'

issue: #4655 

### Type of change

- [x] Refactoring

---------

Signed-off-by: Jin Hai <haijin.chn@gmail.com>
This commit is contained in:
Jin Hai
2025-01-27 11:04:43 +08:00
committed by GitHub
parent 656a2fab41
commit bc6a768b90
6 changed files with 14 additions and 10 deletions

View File

@ -1107,7 +1107,8 @@ General实体和关系提取提示来自 GitHub - microsoft/graphrag基于
pasteFileLink: '粘贴文件链接',
testRun: '试运行',
template: '模板转换',
templateDescription: '该组件用于排版各种组件的输出。1、支持Jinja2模板,会先将输入转为对象后进行模版渲染2、同时保留原使用{参数}字符串替换的方式',
templateDescription:
'该组件用于排版各种组件的输出。1、支持Jinja2模板,会先将输入转为对象后进行模版渲染2、同时保留原使用{参数}字符串替换的方式',
emailComponent: '邮件',
emailDescription: '发送邮件到指定邮箱',
smtpServer: 'SMTP服务器',
@ -1145,7 +1146,7 @@ General实体和关系提取提示来自 GitHub - microsoft/graphrag基于
tab: '制表符',
underline: '下划线',
diagonal: '斜线',
minus: '减号',
minus: '连字符',
semicolon: '分号',
},
addCategory: '新增分类',