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
Unverified
parent d9ae0f3263
commit 17e6ab9149
20 changed files with 175 additions and 74 deletions

View File

@@ -9,6 +9,10 @@
"enabledOf": "{{enabled}} / {{total}} 已启用",
"sinceRestart": "自上次重启",
"gatewayNotRunning": "网关未运行",
"models": {
"title": "模型",
"subtitle": "管理您的 AI 提供商并监控 Token 用量。"
},
"quickActions": {
"title": "快捷操作",
"description": "常用任务和快捷方式",
@@ -53,4 +57,4 @@
"cacheWrite": "缓存写入 {{value}}",
"cost": "费用 ${{amount}}"
}
}
}