mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-01-03 11:05:30 +08:00
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:
@ -1104,8 +1104,8 @@ export default {
|
||||
lineBreak: 'Quebra de linha',
|
||||
tab: 'Tabulação',
|
||||
underline: 'Sublinhado',
|
||||
diagonal: 'Diagonal',
|
||||
minus: 'Menos',
|
||||
diagonal: 'Forward slash',
|
||||
minus: 'Dash',
|
||||
semicolon: 'Ponto e vírgula',
|
||||
},
|
||||
addVariable: 'Adicionar variável',
|
||||
|
||||
Reference in New Issue
Block a user