feat(i18n): Implement internationalization for Channels, Skills, Setup, and Models pages

This commit is contained in:
DigHuang
2026-03-10 15:51:45 +08:00
parent d9ae0f3263
commit 17e6ab9149
20 changed files with 175 additions and 74 deletions

View File

@@ -9,6 +9,10 @@
"enabledOf": "{{total}} 中 {{enabled}} 有効",
"sinceRestart": "前回の再起動から",
"gatewayNotRunning": "ゲートウェイが停止中",
"models": {
"title": "モデル",
"subtitle": "AI プロバイダーを管理し、トークン使用量を監視します。"
},
"quickActions": {
"title": "クイックアクション",
"description": "よく使うタスクとショートカット",
@@ -53,4 +57,4 @@
"cacheWrite": "キャッシュ書込 {{value}}",
"cost": "コスト ${{amount}}"
}
}
}