mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 02:18:08 +08:00
fat: auto update mode
This commit is contained in:
@ -134,6 +134,11 @@ const translation = {
|
||||
},
|
||||
},
|
||||
updateTimeTitle: 'Update time',
|
||||
upgradeMode: {
|
||||
update_all: 'Update all',
|
||||
exclude: 'Exclude selected',
|
||||
partial: 'Only selected',
|
||||
},
|
||||
},
|
||||
pluginInfoModal: {
|
||||
title: 'Plugin info',
|
||||
|
||||
@ -134,6 +134,11 @@ const translation = {
|
||||
},
|
||||
},
|
||||
updateTimeTitle: '更新时间',
|
||||
upgradeMode: {
|
||||
update_all: '更新全部',
|
||||
exclude: '排除选定',
|
||||
partial: '仅选定',
|
||||
},
|
||||
},
|
||||
pluginInfoModal: {
|
||||
title: '插件信息',
|
||||
|
||||
Reference in New Issue
Block a user