i18n(market): say "extensions" not "plugins" in the marketplace count

The marketplace now lists plugins, MCPs and skills, so the item count
("Total N plugins") read wrong. Update market.totalPlugins and
market.searchResults to "extensions" across all 8 locales.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Junyan Qin
2026-06-04 21:24:10 +08:00
parent 79cc6da96f
commit c967a2aa82
8 changed files with 16 additions and 16 deletions
+2 -2
View File
@@ -642,8 +642,8 @@ const ruRU = {
},
market: {
searchPlaceholder: 'Поиск плагинов...',
searchResults: 'Найдено {{count}} плагинов',
totalPlugins: 'Всего {{count}} плагинов',
searchResults: 'Найдено {{count}} расширений',
totalPlugins: 'Всего {{count}} расширений',
noPlugins: 'Нет доступных плагинов',
noResults: 'Подходящие плагины не найдены',
loadingMore: 'Загрузка ещё...',