refactor IPC (#341)

This commit is contained in:
Lingxuan Zuo
2026-03-08 11:54:49 +08:00
committed by GitHub
Unverified
parent c03d92e9a2
commit 3d804a9f5e
52 changed files with 3121 additions and 336 deletions

View File

@@ -11,6 +11,10 @@
"gatewayWarning": "ゲートウェイサービスが実行されていないため、チャンネルに接続できません。",
"available": "利用可能なチャンネル",
"availableDesc": "新しいチャンネルを接続",
"configured": "設定済みチャンネル",
"configuredDesc": "すでに設定済みのチャンネルを管理",
"configuredBadge": "設定済み",
"deleteConfirm": "このチャンネルを削除してもよろしいですか?",
"showAll": "すべて表示",
"pluginBadge": "プラグイン",
"toast": {
@@ -37,6 +41,8 @@
"viewDocs": "ドキュメントを表示",
"channelName": "チャンネル名",
"channelNamePlaceholder": "マイ {{name}}",
"enableChannel": "チャンネルを有効化",
"enableChannelDesc": "オフの場合、設定のみ保存しチャンネルは起動しません",
"credentialsVerified": "認証情報が確認されました",
"validationFailed": "検証に失敗しました",
"warnings": "警告",
@@ -293,4 +299,4 @@
}
},
"viewDocs": "ドキュメントを表示"
}
}