feat: install market extensions from card click

This commit is contained in:
Junyan Qin
2026-05-18 17:41:43 +08:00
parent 651904a5d4
commit 971cc3f675
4 changed files with 24 additions and 19 deletions
+1
View File
@@ -619,6 +619,7 @@ const enUS = {
loading: 'Loading...',
allLoaded: 'All plugins displayed',
install: 'Install',
installCard: 'Install {{name}}',
installConfirm:
'Are you sure you want to install plugin "{{name}}" ({{version}})?',
downloadComplete: 'Plugin "{{name}}" download completed',
+1
View File
@@ -593,6 +593,7 @@ const zhHans = {
loading: '加载中...',
allLoaded: '已显示全部插件',
install: '安装',
installCard: '安装 {{name}}',
installConfirm: '确定要安装插件 "{{name}}" ({{version}}) 吗?',
downloadComplete: '插件 "{{name}}" 下载完成',
installFailed: '安装失败,请稍后重试',
+1
View File
@@ -586,6 +586,7 @@ const zhHant = {
loading: '載入中...',
allLoaded: '已顯示全部插件',
install: '安裝',
installCard: '安裝 {{name}}',
installConfirm: '確定要安裝插件 "{{name}}" ({{version}}) 嗎?',
downloadComplete: '插件 "{{name}}" 下載完成',
installFailed: '安裝失敗,請稍後重試',