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

@ -1087,7 +1087,8 @@ export default {
pasteFileLink: '貼上文件連結',
testRun: '試運行',
template: '模板轉換',
templateDescription: '此元件用於排版各種元件的輸出。1、支持Jinja2模板會先將輸入轉為對象後進行模板渲染2、同時保留原使用{參數}字符串替換的方式',
templateDescription:
'此元件用於排版各種元件的輸出。1、支持Jinja2模板會先將輸入轉為對象後進行模板渲染2、同時保留原使用{參數}字符串替換的方式',
jsonUploadTypeErrorMessage: '請上傳json檔',
jsonUploadContentErrorMessage: 'json 檔案錯誤',
iterationDescription: `此元件首先透過「分隔符號」將輸入拆分為陣列。
@ -1101,7 +1102,7 @@ export default {
tab: '製表符',
underline: '底線',
diagonal: '斜線',
minus: '減號',
minus: '連字符',
semicolon: '分號',
},
addVariable: '新增變數',