fix: dark mode for plugins management page

This commit is contained in:
Junyan Qin
2025-08-26 22:40:32 +08:00
parent 56183867a7
commit e7fe41810e
10 changed files with 120 additions and 34 deletions
+1
View File
@@ -235,6 +235,7 @@ const enUS = {
noPlugins: 'No plugins available',
noResults: 'No relevant plugins found',
loadingMore: 'Loading more...',
loading: 'Loading...',
allLoaded: 'All plugins displayed',
install: 'Install',
installConfirm:
+1
View File
@@ -236,6 +236,7 @@ const jaJP = {
noPlugins: '利用可能なプラグインがありません',
noResults: '関連するプラグインが見つかりません',
loadingMore: 'さらに読み込み中...',
loading: '読み込み中...',
allLoaded: 'すべてのプラグインが表示されました',
install: 'インストール',
installConfirm:
+1
View File
@@ -228,6 +228,7 @@ const zhHans = {
noPlugins: '暂无插件',
noResults: '未找到相关插件',
loadingMore: '加载更多...',
loading: '加载中...',
allLoaded: '已显示全部插件',
install: '安装',
installConfirm: '确定要安装插件 "{{name}}" ({{version}}) 吗?',
+67
View File
@@ -192,6 +192,73 @@ const zhHant = {
eventCount: '事件:{{count}}',
toolCount: '工具:{{count}}',
starCount: '星標:{{count}}',
uploadLocal: '本地上傳',
debugging: '調試中',
uploadLocalPlugin: '上傳本地插件',
dragToUpload: '拖拽文件到此處上傳',
unsupportedFileType: '不支持的文件類型,僅支持 .lbpkg 和 .zip 文件',
uploadingPlugin: '正在上傳插件...',
uploadSuccess: '上傳成功',
uploadFailed: '上傳失敗',
selectFileToUpload: '選擇要上傳的插件文件',
askConfirm: '確定要安裝插件 "{{name}}" ({{version}}) 嗎?',
fromGithub: '來自 GitHub',
fromLocal: '本地安裝',
fromMarketplace: '來自市場',
componentsList: '組件: ',
noComponents: '無組件',
delete: '刪除插件',
update: '更新插件',
updateConfirm: '更新確認',
confirmUpdatePlugin: '您確定要更新插件({{author}}/{{name}})嗎?',
confirmUpdate: '確認更新',
updating: '更新中...',
updateSuccess: '插件更新成功',
updateError: '更新失敗:',
saveConfigSuccessNormal: '儲存配置成功',
saveConfigSuccessDebugPlugin: '儲存配置成功,請手動重啟插件',
saveConfigError: '儲存配置失敗:',
},
market: {
searchPlaceholder: '搜尋插件...',
searchResults: '搜尋到 {{count}} 個插件',
totalPlugins: '共 {{count}} 個插件',
noPlugins: '暫無插件',
noResults: '未找到相關插件',
loadingMore: '載入更多...',
loading: '載入中...',
allLoaded: '已顯示全部插件',
install: '安裝',
installConfirm: '確定要安裝插件 "{{name}}" ({{version}}) 嗎?',
downloadComplete: '插件 "{{name}}" 下載完成',
installFailed: '安裝失敗,請稍後重試',
loadFailed: '取得插件列表失敗,請稍後重試',
noDescription: '暫無描述',
notFound: '插件資訊未找到',
sortBy: '排序方式',
sort: {
recentlyAdded: '最近新增',
recentlyUpdated: '最近更新',
mostDownloads: '最多下載',
leastDownloads: '最少下載',
},
downloads: '次下載',
download: '下載',
repository: '代碼倉庫',
downloadFailed: '下載失敗',
noReadme: '該插件沒有提供 README 文件',
description: '描述',
tags: '標籤',
submissionTitle: '您有插件提交正在審核中: {{name}}',
submissionApproved: '您的插件提交已通過審核: {{name}}',
submissionRejected: '您的插件提交已被拒絕: {{name}}',
clickToRevoke: '撤回',
revokeSuccess: '撤回成功',
revokeFailed: '撤回失敗',
submissionDetails: '插件提交詳情',
markAsRead: '已讀',
markAsReadSuccess: '已標記為已讀',
markAsReadFailed: '標記為已讀失敗',
},
pipelines: {
title: '流程線',