fix: change "upgrade" to "install" for generality in plugin version switch

This commit is contained in:
Yi 2025-01-09 14:47:08 +08:00
parent 195a507b40
commit 38437efec0
2 changed files with 10 additions and 10 deletions

View File

@ -162,12 +162,12 @@ const translation = {
selectPackagePlaceholder: 'Please select a package',
},
upgrade: {
title: 'Upgrade Plugin',
successfulTitle: 'Upgrade successful',
description: 'About to upgrade the following plugin',
title: 'Install Plugin',
successfulTitle: 'Install successful',
description: 'About to install the following plugin',
usedInApps: 'Used in {{num}} apps',
upgrade: 'Upgrade',
upgrading: 'Upgrading...',
upgrade: 'Install',
upgrading: 'Installing...',
close: 'Close',
},
error: {

View File

@ -162,12 +162,12 @@ const translation = {
selectPackagePlaceholder: '请选择一个包',
},
upgrade: {
title: '升级插件',
successfulTitle: '升级成功',
description: '即将升级以下插件',
title: '安装插件',
successfulTitle: '安装成功',
description: '即将安装以下插件',
usedInApps: '在 {{num}} 个应用中使用',
upgrade: '升级',
upgrading: '升级中...',
upgrade: '安装',
upgrading: '安装中...',
close: '关闭',
},
error: {