feat(plugin-market): move extension count into search box placeholder

Mirror the langbot-space marketplace change: drop the '共 xxx 个扩展'
stats line below the tag filter, surface the count in the search
placeholder ('搜索 xxx 个扩展、能力或场景...') when no query is active,
and show the total at the bottom via allLoadedCount when searching.
Adds searchPlaceholderCount + allLoadedCount to all 8 locales.
This commit is contained in:
RockChinQ
2026-06-06 11:33:46 -04:00
parent 38759b229d
commit 073acaa053
9 changed files with 30 additions and 11 deletions
+3
View File
@@ -643,6 +643,8 @@ const ruRU = {
},
market: {
searchPlaceholder: 'Поиск плагинов...',
searchPlaceholderCount:
'Поиск среди {{count}} расширений, возможностей или сценариев...',
searchResults: 'Найдено {{count}} расширений',
totalPlugins: 'Всего {{count}} расширений',
noPlugins: 'Нет доступных плагинов',
@@ -650,6 +652,7 @@ const ruRU = {
loadingMore: 'Загрузка ещё...',
loading: 'Загрузка...',
allLoaded: 'Все плагины отображены',
allLoadedCount: 'Показаны все {{count}} расширений',
install: 'Установить',
installConfirm:
'Вы уверены, что хотите установить плагин "{{name}}" ({{version}})?',