mirror of
https://github.com/langgenius/dify.git
synced 2026-05-04 01:18:05 +08:00
Merge branch 'feat/rag-2' into feat/workflow-draft-var-optimize
This commit is contained in:
3
web/i18n/ru-RU/dataset-pipeline.ts
Normal file
3
web/i18n/ru-RU/dataset-pipeline.ts
Normal file
@ -0,0 +1,3 @@
|
||||
const translation = {}
|
||||
|
||||
export default translation
|
||||
4
web/i18n/ru-RU/pipeline.ts
Normal file
4
web/i18n/ru-RU/pipeline.ts
Normal file
@ -0,0 +1,4 @@
|
||||
const translation = {
|
||||
}
|
||||
|
||||
export default translation
|
||||
@ -86,7 +86,6 @@ const translation = {
|
||||
limit: 'Параллелизм ограничен ветвями {{num}}.',
|
||||
depthLimit: 'Ограничение на количество слоев параллельной вложенности {{num}}',
|
||||
},
|
||||
parallelRun: 'Параллельный прогон',
|
||||
disconnect: 'Разъединять',
|
||||
jumpToNode: 'Перейти к этому узлу',
|
||||
addParallelNode: 'Добавить параллельный узел',
|
||||
|
||||
Reference in New Issue
Block a user