diff --git a/src/i18n/locales/en.json b/src/i18n/locales/en.json index bb35976..5601820 100644 --- a/src/i18n/locales/en.json +++ b/src/i18n/locales/en.json @@ -726,5 +726,22 @@ "importSuccess": "Import successful", "importSuccessDescription": "Provider \"{{name}}\" has been successfully imported", "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" } } diff --git a/src/i18n/locales/zh.json b/src/i18n/locales/zh.json index e77f121..6a08edd 100644 --- a/src/i18n/locales/zh.json +++ b/src/i18n/locales/zh.json @@ -726,5 +726,22 @@ "importSuccess": "导入成功", "importSuccessDescription": "供应商 \"{{name}}\" 已成功导入", "importError": "导入失败" + }, + "iconPicker": { + "search": "搜索图标", + "searchPlaceholder": "输入图标名称...", + "noResults": "未找到匹配的图标", + "category": { + "aiProvider": "AI 服务商", + "cloud": "云平台", + "tool": "开发工具", + "other": "其他" + } + }, + "providerIcon": { + "label": "图标", + "colorLabel": "图标颜色", + "selectIcon": "选择图标", + "preview": "预览" } }