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}} of {{total}} enabled",
"sinceRestart": "Since last restart",
"gatewayNotRunning": "Gateway not running",
"models": {
"title": "Models",
"subtitle": "Manage your AI providers and monitor token usage."
},
"quickActions": {
"title": "Quick Actions",
"description": "Common tasks and shortcuts",
@@ -53,4 +57,4 @@
"cacheWrite": "Cache write {{value}}",
"cost": "Cost ${{amount}}"
}
}
}