fix(i18n): backfill missing market/addExtension keys in 6 locales

check-i18n surfaced that market.componentName.*, market.filterByComponentHint
and the addExtension.install* keys existed only in en-US/zh-Hans. Backfill
them for es-ES, ja-JP, ru-RU, th-TH, vi-VN and zh-Hant (reusing each locale's
existing component-name translations) and align the filterByComponent label
with the new "Plugin Component" wording. check-i18n now passes for all locales.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Junyan Qin
2026-06-01 23:39:38 +08:00
parent b22b1f00cc
commit cc96906b5b
6 changed files with 132 additions and 6 deletions
+22 -1
View File
@@ -675,8 +675,18 @@ const jaJP = {
markAsRead: '既読',
markAsReadSuccess: '既読に設定しました',
markAsReadFailed: '既読に設定に失敗しました',
filterByComponent: 'コンポーネント',
filterByComponent: 'プラグインコンポーネント',
filterByComponentHint:
'プラグインが提供する機能の種類です(ツール、コマンド、イベントリスナーなど)。LangBot のさまざまな機能を拡張するために使われます。コンポーネントで絞り込むと、その機能を提供するプラグインのみを表示できます。',
allComponents: '全部コンポーネント',
componentName: {
Tool: 'ツール',
EventListener: 'イベント監視器',
Command: 'コマンド',
KnowledgeEngine: '知識エンジン',
Parser: 'パーサー',
Page: 'ページ',
},
filterByType: 'タイプ',
allTypes: '全部',
typePlugin: 'プラグイン',
@@ -1445,6 +1455,17 @@ const jaJP = {
},
},
addExtension: {
installTitle: '{{type}}をインストール',
installConfirm: '{{type}}「{{name}}」をインストールしますか?',
installInfoType: 'タイプ',
installInfoId: 'ID',
installInfoVersion: 'バージョン',
installSuccess: 'インストールに成功しました',
installStage: {
mcpInstalling: 'MCPサーバーを追加して接続しています…',
skillInstalling: 'スキルをインストールしています…',
installed: '完了',
},
manualAdd: '手動追加',
uploadExtension: 'ドラッグ&ドロップまたはクリックしてアップロード',
uploadHint: '.zip(スキル)と.lbpkg(プラグイン)ファイルに対応',