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
@@ -623,8 +623,8 @@ const thTH = {
},
market: {
searchPlaceholder: 'ค้นหาปลั๊กอิน...',
searchResults: 'พบ {{count}} ปลั๊กอิน',
totalPlugins: 'ทั้งหมด {{count}} ปลั๊กอิน',
searchResults: 'พบ {{count}} ส่วนขยาย',
totalPlugins: 'ทั้งหมด {{count}} ส่วนขยาย',
noPlugins: 'ไม่มีปลั๊กอินที่พร้อมใช้งาน',
noResults: 'ไม่พบปลั๊กอินที่เกี่ยวข้อง',
loadingMore: 'กำลังโหลดเพิ่มเติม...',