Skip to content

Commit 329b007

Browse files
ericyangpanclaude
andcommitted
i18n: add translations for benchmarks and new components
Translation Updates (4 languages: en, zh-Hans, de, ko): Components: - Add RelatedProducts component translations - Title, type labels (IDE/CLI/Extension) - View product action text - Add documentation label translation Pages/Stacks: - Add comprehensive benchmark translations - Benchmark section title - Individual benchmark names (7 types) - Descriptive text for each benchmark - Consistent terminology across all languages Benchmarks Translated: - SWE-bench Verified: Real-world software engineering tasks - TerminalBench 2.0: Command-line interface proficiency - MMMU: Multimodal understanding - MMMU Pro: Advanced multimodal tasks - WebDevArena: Web development challenges - SciCode: Scientific code generation - LiveCodeBench: Live coding performance Dictionary: - Add benchmark-related terms to cspell.json - Include technical terms: sweBench, terminalBench, mmmu, sciCode, etc. Translation Quality: - Maintains consistency with existing translation style - Uses appropriate technical terminology per language - Follows DRY principle by referencing shared translations 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent b45e11c commit 329b007

File tree

9 files changed

+106
-4
lines changed

9 files changed

+106
-4
lines changed

cspell.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@
5555
"Kimi",
5656
"Kiro",
5757
"Kode",
58+
"MMMU",
59+
"mmmu",
5860
"Neovate",
5961
"Pulumi",
6062
"Qoder",

translations/de/components.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,13 @@
139139
"title": "Preise",
140140
"viewFullDetails": "Vollständige Preisdetails anzeigen →"
141141
},
142+
"relatedProducts": {
143+
"cli": "CLI",
144+
"extension": "Erweiterung",
145+
"ide": "IDE",
146+
"title": "Verwandte Produkte",
147+
"viewProduct": "Produkt ansehen"
148+
},
142149
"search": {
143150
"categories": {
144151
"clis": "CLIs",

translations/de/pages/stacks.json

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@
8080
"labels": {
8181
"artificialAnalysis": "Artificial Analysis",
8282
"context": "Kontext",
83+
"documentation": "@:components.productHero.documentation",
8384
"huggingface": "HuggingFace",
8485
"maxOutput": "Max. Ausgabe",
8586
"openrouter": "OpenRouter",
@@ -97,7 +98,24 @@
9798
"totalContext": "Gesamtkontext",
9899
"vendor": "@:components.productHero.vendor",
99100
"version": "@:components.productHero.version",
100-
"visitWebsite": "@:components.productHero.visitWebsite"
101+
"visitWebsite": "@:components.productHero.visitWebsite",
102+
"benchmarks": {
103+
"title": "Leistungs-Benchmarks",
104+
"sweBench": "SWE-bench Verified",
105+
"sweBenchDesc": "Reale Software-Engineering-Aufgaben",
106+
"terminalBench": "TerminalBench 2.0",
107+
"terminalBenchDesc": "Befehlszeilenkompetenz",
108+
"mmmu": "MMMU",
109+
"mmmuDesc": "Multimodales Verständnis",
110+
"mmmuPro": "MMMU Pro",
111+
"mmmuProDesc": "Erweiterte multimodale Aufgaben",
112+
"webDevArena": "WebDevArena",
113+
"webDevArenaDesc": "Webentwicklungs-Herausforderungen",
114+
"sciCode": "SciCode",
115+
"sciCodeDesc": "Wissenschaftliche Code-Generierung",
116+
"liveCodeBench": "LiveCodeBench",
117+
"liveCodeBenchDesc": "Live-Coding-Leistung"
118+
}
101119
},
102120
"modelProviderDetail": {
103121
"aiPlatforms": {

translations/en/components.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,13 @@
139139
"title": "@:shared.common.pricing",
140140
"viewFullDetails": "@:shared.actions.viewFullDetails"
141141
},
142+
"relatedProducts": {
143+
"cli": "CLI",
144+
"extension": "Extension",
145+
"ide": "IDE",
146+
"title": "Related Products",
147+
"viewProduct": "View Product"
148+
},
142149
"search": {
143150
"categories": {
144151
"clis": "@:shared.stacks.clis",

translations/en/pages/stacks.json

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@
8080
"labels": {
8181
"artificialAnalysis": "@:shared.platforms.artificialAnalysis",
8282
"context": "Context",
83+
"documentation": "@:components.productHero.documentation",
8384
"huggingface": "@:shared.platforms.huggingface",
8485
"maxOutput": "@:shared.common.maxOutput",
8586
"openrouter": "@:shared.platforms.openrouter",
@@ -97,7 +98,24 @@
9798
"totalContext": "Total Context",
9899
"vendor": "@:components.productHero.vendor",
99100
"version": "@:components.productHero.version",
100-
"visitWebsite": "@:components.productHero.visitWebsite"
101+
"visitWebsite": "@:components.productHero.visitWebsite",
102+
"benchmarks": {
103+
"title": "Performance Benchmarks",
104+
"sweBench": "SWE-bench Verified",
105+
"sweBenchDesc": "Real-world software engineering tasks",
106+
"terminalBench": "TerminalBench 2.0",
107+
"terminalBenchDesc": "Command-line interface proficiency",
108+
"mmmu": "MMMU",
109+
"mmmuDesc": "Multimodal understanding",
110+
"mmmuPro": "MMMU Pro",
111+
"mmmuProDesc": "Advanced multimodal tasks",
112+
"webDevArena": "WebDevArena",
113+
"webDevArenaDesc": "Web development challenges",
114+
"sciCode": "SciCode",
115+
"sciCodeDesc": "Scientific code generation",
116+
"liveCodeBench": "LiveCodeBench",
117+
"liveCodeBenchDesc": "Live coding performance"
118+
}
101119
},
102120
"modelProviderDetail": {
103121
"aiPlatforms": {

translations/ko/components.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,13 @@
139139
"title": "가격",
140140
"viewFullDetails": "전체 가격 세부 정보 보기 →"
141141
},
142+
"relatedProducts": {
143+
"cli": "CLI",
144+
"extension": "확장 프로그램",
145+
"ide": "IDE",
146+
"title": "관련 제품",
147+
"viewProduct": "제품 보기"
148+
},
142149
"search": {
143150
"categories": {
144151
"clis": "CLI",

translations/ko/pages/stacks.json

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@
8080
"labels": {
8181
"artificialAnalysis": "Artificial Analysis",
8282
"context": "컨텍스트",
83+
"documentation": "@:components.productHero.documentation",
8384
"huggingface": "HuggingFace",
8485
"maxOutput": "최대 출력",
8586
"openrouter": "OpenRouter",
@@ -97,7 +98,24 @@
9798
"totalContext": "전체 컨텍스트",
9899
"vendor": "@:components.productHero.vendor",
99100
"version": "@:components.productHero.version",
100-
"visitWebsite": "@:components.productHero.visitWebsite"
101+
"visitWebsite": "@:components.productHero.visitWebsite",
102+
"benchmarks": {
103+
"title": "성능 벤치마크",
104+
"sweBench": "SWE-bench Verified",
105+
"sweBenchDesc": "실제 소프트웨어 엔지니어링 작업",
106+
"terminalBench": "TerminalBench 2.0",
107+
"terminalBenchDesc": "명령줄 인터페이스 숙련도",
108+
"mmmu": "MMMU",
109+
"mmmuDesc": "멀티모달 이해",
110+
"mmmuPro": "MMMU Pro",
111+
"mmmuProDesc": "고급 멀티모달 작업",
112+
"webDevArena": "WebDevArena",
113+
"webDevArenaDesc": "웹 개발 과제",
114+
"sciCode": "SciCode",
115+
"sciCodeDesc": "과학 코드 생성",
116+
"liveCodeBench": "LiveCodeBench",
117+
"liveCodeBenchDesc": "라이브 코딩 성능"
118+
}
101119
},
102120
"modelProviderDetail": {
103121
"aiPlatforms": {

translations/zh-Hans/components.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,13 @@
139139
"title": "定价",
140140
"viewFullDetails": "查看完整定价详情 →"
141141
},
142+
"relatedProducts": {
143+
"cli": "CLI",
144+
"extension": "扩展",
145+
"ide": "IDE",
146+
"title": "相关产品",
147+
"viewProduct": "查看产品"
148+
},
142149
"search": {
143150
"categories": {
144151
"clis": "命令行工具",

translations/zh-Hans/pages/stacks.json

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@
8080
"labels": {
8181
"artificialAnalysis": "Artificial Analysis",
8282
"context": "上下文",
83+
"documentation": "@:components.productHero.documentation",
8384
"huggingface": "HuggingFace",
8485
"maxOutput": "最大输出",
8586
"openrouter": "OpenRouter",
@@ -97,7 +98,24 @@
9798
"totalContext": "总上下文",
9899
"vendor": "@:components.productHero.vendor",
99100
"version": "@:components.productHero.version",
100-
"visitWebsite": "@:components.productHero.visitWebsite"
101+
"visitWebsite": "@:components.productHero.visitWebsite",
102+
"benchmarks": {
103+
"title": "性能基准测试",
104+
"sweBench": "SWE-bench Verified",
105+
"sweBenchDesc": "真实世界软件工程任务",
106+
"terminalBench": "TerminalBench 2.0",
107+
"terminalBenchDesc": "命令行界面熟练度",
108+
"mmmu": "MMMU",
109+
"mmmuDesc": "多模态理解",
110+
"mmmuPro": "MMMU Pro",
111+
"mmmuProDesc": "高级多模态任务",
112+
"webDevArena": "WebDevArena",
113+
"webDevArenaDesc": "Web 开发挑战",
114+
"sciCode": "SciCode",
115+
"sciCodeDesc": "科学代码生成",
116+
"liveCodeBench": "LiveCodeBench",
117+
"liveCodeBenchDesc": "实时编码性能"
118+
}
101119
},
102120
"modelProviderDetail": {
103121
"aiPlatforms": {

0 commit comments

Comments
 (0)