fix(i18n): move fetchModels keys from copilot to providerForm namespace

This commit is contained in:
Jason
2026-04-03 23:32:46 +08:00
parent 5017002938
commit f200feebe4
3 changed files with 21 additions and 21 deletions
+7 -7
View File
@@ -790,7 +790,12 @@
"categoryOfficial": "Official", "categoryOfficial": "Official",
"categoryCnOfficial": "Opensource Official", "categoryCnOfficial": "Opensource Official",
"categoryAggregation": "Aggregation", "categoryAggregation": "Aggregation",
"categoryThirdParty": "Third Party" "categoryThirdParty": "Third Party",
"fetchModels": "Fetch Models",
"fetchingModels": "Fetching...",
"fetchModelsSuccess": "Found {{count}} models",
"fetchModelsFailed": "Failed to fetch models",
"fetchModelsEmpty": "No models found"
}, },
"copilot": { "copilot": {
"authSection": "GitHub Copilot Authentication", "authSection": "GitHub Copilot Authentication",
@@ -820,12 +825,7 @@
"retry": "Retry", "retry": "Retry",
"copyCode": "Copy code", "copyCode": "Copy code",
"migrationFailed": "Legacy auth migration failed: {{error}}", "migrationFailed": "Legacy auth migration failed: {{error}}",
"loadModelsFailed": "Failed to load Copilot models", "loadModelsFailed": "Failed to load Copilot models"
"fetchModels": "Fetch Models",
"fetchingModels": "Fetching...",
"fetchModelsSuccess": "Found {{count}} models",
"fetchModelsFailed": "Failed to fetch models",
"fetchModelsEmpty": "No models found"
}, },
"endpointTest": { "endpointTest": {
"title": "API Endpoint Management", "title": "API Endpoint Management",
+7 -7
View File
@@ -790,7 +790,12 @@
"categoryOfficial": "公式", "categoryOfficial": "公式",
"categoryCnOfficial": "オープンソース公式", "categoryCnOfficial": "オープンソース公式",
"categoryAggregation": "アグリゲーター", "categoryAggregation": "アグリゲーター",
"categoryThirdParty": "サードパーティ" "categoryThirdParty": "サードパーティ",
"fetchModels": "モデル一覧を取得",
"fetchingModels": "取得中...",
"fetchModelsSuccess": "{{count}}件のモデルを取得",
"fetchModelsFailed": "モデル一覧の取得に失敗しました",
"fetchModelsEmpty": "モデルが見つかりません"
}, },
"copilot": { "copilot": {
"authSection": "GitHub Copilot 認証", "authSection": "GitHub Copilot 認証",
@@ -820,12 +825,7 @@
"retry": "再試行", "retry": "再試行",
"copyCode": "コードをコピー", "copyCode": "コードをコピー",
"migrationFailed": "旧認証データの移行に失敗しました: {{error}}", "migrationFailed": "旧認証データの移行に失敗しました: {{error}}",
"loadModelsFailed": "Copilot モデル一覧の読み込みに失敗しました", "loadModelsFailed": "Copilot モデル一覧の読み込みに失敗しました"
"fetchModels": "モデル一覧を取得",
"fetchingModels": "取得中...",
"fetchModelsSuccess": "{{count}}件のモデルを取得",
"fetchModelsFailed": "モデル一覧の取得に失敗しました",
"fetchModelsEmpty": "モデルが見つかりません"
}, },
"endpointTest": { "endpointTest": {
"title": "API エンドポイント管理", "title": "API エンドポイント管理",
+7 -7
View File
@@ -790,7 +790,12 @@
"categoryOfficial": "官方", "categoryOfficial": "官方",
"categoryCnOfficial": "开源官方", "categoryCnOfficial": "开源官方",
"categoryAggregation": "聚合服务", "categoryAggregation": "聚合服务",
"categoryThirdParty": "第三方" "categoryThirdParty": "第三方",
"fetchModels": "获取模型列表",
"fetchingModels": "正在获取...",
"fetchModelsSuccess": "获取到 {{count}} 个模型",
"fetchModelsFailed": "获取模型列表失败",
"fetchModelsEmpty": "未找到可用模型"
}, },
"copilot": { "copilot": {
"authSection": "GitHub Copilot 认证", "authSection": "GitHub Copilot 认证",
@@ -820,12 +825,7 @@
"retry": "重试", "retry": "重试",
"copyCode": "复制代码", "copyCode": "复制代码",
"migrationFailed": "旧认证数据迁移失败:{{error}}", "migrationFailed": "旧认证数据迁移失败:{{error}}",
"loadModelsFailed": "加载 Copilot 模型列表失败", "loadModelsFailed": "加载 Copilot 模型列表失败"
"fetchModels": "获取模型列表",
"fetchingModels": "正在获取...",
"fetchModelsSuccess": "获取到 {{count}} 个模型",
"fetchModelsFailed": "获取模型列表失败",
"fetchModelsEmpty": "未找到可用模型"
}, },
"endpointTest": { "endpointTest": {
"title": "请求地址管理", "title": "请求地址管理",