mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 02:18:08 +08:00
feat: choose auto update description and i18n
This commit is contained in:
@ -114,6 +114,9 @@ const translation = {
|
||||
noone: 'No one',
|
||||
},
|
||||
autoUpdate: {
|
||||
automaticUpdates: 'Automatic updates',
|
||||
updateTime: 'Update time',
|
||||
specifyPluginsToUpdate: 'Specify plugins to update',
|
||||
strategy: {
|
||||
disabled: {
|
||||
name: 'Disabled',
|
||||
@ -122,10 +125,12 @@ const translation = {
|
||||
fixOnly: {
|
||||
name: 'Fix Only',
|
||||
description: 'Auto-update for patch versions only (e.g., 1.0.1 → 1.0.2). Minor version changes won\'t trigger updates.',
|
||||
selectedDescription: 'Auto-update for patch versions only',
|
||||
},
|
||||
latest: {
|
||||
name: 'Latest',
|
||||
description: 'Always update to latest version',
|
||||
selectedDescription: 'Always update to latest version',
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
@ -113,6 +113,27 @@ const translation = {
|
||||
admins: '管理员',
|
||||
noone: '无人',
|
||||
},
|
||||
autoUpdate: {
|
||||
automaticUpdates: '自动更新',
|
||||
updateTime: '更新时间',
|
||||
specifyPluginsToUpdate: '指定要更新的插件',
|
||||
strategy: {
|
||||
disabled: {
|
||||
name: '禁用',
|
||||
description: '插件将不会自动更新',
|
||||
},
|
||||
fixOnly: {
|
||||
name: '仅修复',
|
||||
description: '仅自动更新补丁版本(例如,1.0.1 → 1.0.2)。次要版本更改不会触发更新。',
|
||||
selectedDescription: '仅自动更新补丁版本',
|
||||
},
|
||||
latest: {
|
||||
name: '最新',
|
||||
description: '始终更新到最新版本',
|
||||
selectedDescription: '始终更新到最新版本',
|
||||
},
|
||||
},
|
||||
},
|
||||
pluginInfoModal: {
|
||||
title: '插件信息',
|
||||
repository: '仓库',
|
||||
|
||||
Reference in New Issue
Block a user