diff --git a/web/i18n/en-US/plugin.ts b/web/i18n/en-US/plugin.ts index d5bc3ecbf8..ea93b8812d 100644 --- a/web/i18n/en-US/plugin.ts +++ b/web/i18n/en-US/plugin.ts @@ -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: { diff --git a/web/i18n/zh-Hans/plugin.ts b/web/i18n/zh-Hans/plugin.ts index 50219dc322..53f2ef8e5c 100644 --- a/web/i18n/zh-Hans/plugin.ts +++ b/web/i18n/zh-Hans/plugin.ts @@ -162,12 +162,12 @@ const translation = { selectPackagePlaceholder: '请选择一个包', }, upgrade: { - title: '升级插件', - successfulTitle: '升级成功', - description: '即将升级以下插件', + title: '安装插件', + successfulTitle: '安装成功', + description: '即将安装以下插件', usedInApps: '在 {{num}} 个应用中使用', - upgrade: '升级', - upgrading: '升级中...', + upgrade: '安装', + upgrading: '安装中...', close: '关闭', }, error: {