Skip to content

Commit c5ab883

Browse files
ericyangpanclaude
andcommitted
chore(i18n): add translations for model detail AI platforms section
- Added new translation keys for model detail page (AI platforms section) - Added Find on AI Platforms label 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 2a24798 commit c5ab883

File tree

4 files changed

+60
-0
lines changed

4 files changed

+60
-0
lines changed

translations/de/pages/stacks.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,20 @@
6969
"title": "IDEs"
7070
},
7171
"modelDetail": {
72+
"aiPlatforms": {
73+
"artificialAnalysis": {
74+
"description": "Leistungsanalyse anzeigen",
75+
"title": "Artificial Analysis"
76+
},
77+
"huggingface": {
78+
"description": "Auf HuggingFace anzeigen",
79+
"title": "HuggingFace"
80+
},
81+
"openrouter": {
82+
"description": "Über OpenRouter zugänglich",
83+
"title": "OpenRouter"
84+
}
85+
},
7286
"allModels": "Alle Modelle",
7387
"backTo": "Zurück zu",
7488
"breadcrumb": {
@@ -77,6 +91,7 @@
7791
},
7892
"categoryLabel": "@:components.productHero.categories.MODEL",
7993
"documentation": "@:components.productHero.documentation",
94+
"findOnAiPlatforms": "Auf KI-Plattformen finden",
8095
"labels": {
8196
"artificialAnalysis": "Artificial Analysis",
8297
"context": "Kontext",

translations/en/pages/stacks.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,20 @@
6969
"title": "@:shared.stacks.ides"
7070
},
7171
"modelDetail": {
72+
"aiPlatforms": {
73+
"artificialAnalysis": {
74+
"description": "View performance analysis",
75+
"title": "@:shared.platforms.artificialAnalysis"
76+
},
77+
"huggingface": {
78+
"description": "View on HuggingFace",
79+
"title": "@:shared.platforms.huggingface"
80+
},
81+
"openrouter": {
82+
"description": "Access via OpenRouter",
83+
"title": "@:shared.platforms.openrouter"
84+
}
85+
},
7286
"allModels": "@:shared.stacks.allModels",
7387
"backTo": "@:shared.actions.backTo",
7488
"breadcrumb": {
@@ -77,6 +91,7 @@
7791
},
7892
"categoryLabel": "@:components.productHero.categories.MODEL",
7993
"documentation": "@:components.productHero.documentation",
94+
"findOnAiPlatforms": "Find on AI Platforms",
8095
"labels": {
8196
"artificialAnalysis": "@:shared.platforms.artificialAnalysis",
8297
"context": "Context",

translations/ko/pages/stacks.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,20 @@
6969
"title": "IDE"
7070
},
7171
"modelDetail": {
72+
"aiPlatforms": {
73+
"artificialAnalysis": {
74+
"description": "성능 분석 보기",
75+
"title": "Artificial Analysis"
76+
},
77+
"huggingface": {
78+
"description": "HuggingFace에서 보기",
79+
"title": "HuggingFace"
80+
},
81+
"openrouter": {
82+
"description": "OpenRouter를 통해 액세스",
83+
"title": "OpenRouter"
84+
}
85+
},
7286
"allModels": "모든 모델",
7387
"backTo": "돌아가기",
7488
"breadcrumb": {
@@ -77,6 +91,7 @@
7791
},
7892
"categoryLabel": "@:components.productHero.categories.MODEL",
7993
"documentation": "@:components.productHero.documentation",
94+
"findOnAiPlatforms": "AI 플랫폼에서 찾기",
8095
"labels": {
8196
"artificialAnalysis": "Artificial Analysis",
8297
"context": "컨텍스트",

translations/zh-Hans/pages/stacks.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,20 @@
6969
"title": "IDE"
7070
},
7171
"modelDetail": {
72+
"aiPlatforms": {
73+
"artificialAnalysis": {
74+
"description": "查看性能分析",
75+
"title": "Artificial Analysis"
76+
},
77+
"huggingface": {
78+
"description": "在 HuggingFace 查看",
79+
"title": "HuggingFace"
80+
},
81+
"openrouter": {
82+
"description": "通过 OpenRouter 访问",
83+
"title": "OpenRouter"
84+
}
85+
},
7286
"allModels": "所有模型",
7387
"backTo": "返回",
7488
"breadcrumb": {
@@ -77,6 +91,7 @@
7791
},
7892
"categoryLabel": "@:components.productHero.categories.MODEL",
7993
"documentation": "@:components.productHero.documentation",
94+
"findOnAiPlatforms": "在 AI 平台上查找",
8095
"labels": {
8196
"artificialAnalysis": "Artificial Analysis",
8297
"context": "上下文",

0 commit comments

Comments
 (0)