chore(i18n): add translations for icon picker and provider icon

Add Chinese and English translations for icon customization feature:

## Icon Picker (iconPicker)
- search: "Search Icons" / "搜索图标"
- searchPlaceholder: "Enter icon name..." / "输入图标名称..."
- noResults: "No matching icons found" / "未找到匹配的图标"
- category.aiProvider: "AI Providers" / "AI 服务商"
- category.cloud: "Cloud Platforms" / "云平台"
- category.tool: "Dev Tools" / "开发工具"
- category.other: "Other" / "其他"

## Provider Icon (providerIcon)
- label: "Icon" / "图标"
- colorLabel: "Icon Color" / "图标颜色"
- selectIcon: "Select Icon" / "选择图标"
- preview: "Preview" / "预览"

These translations support the new icon picker UI components
and provider form icon selection interface.
This commit is contained in:
YoVinchen
2025-11-21 23:25:46 +08:00
parent 0c1d94e57b
commit 8824462e4c
2 changed files with 34 additions and 0 deletions

View File

@@ -726,5 +726,22 @@
"importSuccess": "Import successful", "importSuccess": "Import successful",
"importSuccessDescription": "Provider \"{{name}}\" has been successfully imported", "importSuccessDescription": "Provider \"{{name}}\" has been successfully imported",
"importError": "Failed to import" "importError": "Failed to import"
},
"iconPicker": {
"search": "Search Icons",
"searchPlaceholder": "Enter icon name...",
"noResults": "No matching icons found",
"category": {
"aiProvider": "AI Providers",
"cloud": "Cloud Platforms",
"tool": "Dev Tools",
"other": "Other"
}
},
"providerIcon": {
"label": "Icon",
"colorLabel": "Icon Color",
"selectIcon": "Select Icon",
"preview": "Preview"
} }
} }

View File

@@ -726,5 +726,22 @@
"importSuccess": "导入成功", "importSuccess": "导入成功",
"importSuccessDescription": "供应商 \"{{name}}\" 已成功导入", "importSuccessDescription": "供应商 \"{{name}}\" 已成功导入",
"importError": "导入失败" "importError": "导入失败"
},
"iconPicker": {
"search": "搜索图标",
"searchPlaceholder": "输入图标名称...",
"noResults": "未找到匹配的图标",
"category": {
"aiProvider": "AI 服务商",
"cloud": "云平台",
"tool": "开发工具",
"other": "其他"
}
},
"providerIcon": {
"label": "图标",
"colorLabel": "图标颜色",
"selectIcon": "选择图标",
"preview": "预览"
} }
} }