diff --git a/ColorPicker/Properties/Resources.Designer.cs b/ColorPicker/Properties/Resources.Designer.cs
index e1298ec7..bba2c1fd 100644
--- a/ColorPicker/Properties/Resources.Designer.cs
+++ b/ColorPicker/Properties/Resources.Designer.cs
@@ -933,6 +933,15 @@ public static string Next {
}
}
+ ///
+ /// Looks up a localized string similar to To use AI featues, you need an OpenAI API key..
+ ///
+ public static string NoApiKeyMsg {
+ get {
+ return ResourceManager.GetString("NoApiKeyMsg", resourceCulture);
+ }
+ }
+
///
/// Looks up a localized string similar to No thanks.
///
diff --git a/ColorPicker/Properties/Resources.en-US.resx b/ColorPicker/Properties/Resources.en-US.resx
index 78ac1b0a..6b824747 100644
--- a/ColorPicker/Properties/Resources.en-US.resx
+++ b/ColorPicker/Properties/Resources.en-US.resx
@@ -585,4 +585,7 @@
Model
+
+ To use AI featues, you need an OpenAI API key.
+
\ No newline at end of file
diff --git a/ColorPicker/Properties/Resources.fr-FR.resx b/ColorPicker/Properties/Resources.fr-FR.resx
index 89e6985f..886803b1 100644
--- a/ColorPicker/Properties/Resources.fr-FR.resx
+++ b/ColorPicker/Properties/Resources.fr-FR.resx
@@ -589,4 +589,7 @@
Modèle
+
+ Pour utiliser les fonctionnalités d'IA, vous avez besoin d'une clé API OpenAI.
+
\ No newline at end of file
diff --git a/ColorPicker/Properties/Resources.resx b/ColorPicker/Properties/Resources.resx
index 1926a6f4..752a8c4c 100644
--- a/ColorPicker/Properties/Resources.resx
+++ b/ColorPicker/Properties/Resources.resx
@@ -565,4 +565,7 @@
Model
+
+ To use AI featues, you need an OpenAI API key.
+
\ No newline at end of file
diff --git a/ColorPicker/Properties/Resources.zh-CN.resx b/ColorPicker/Properties/Resources.zh-CN.resx
index a5e507c1..4277370c 100644
--- a/ColorPicker/Properties/Resources.zh-CN.resx
+++ b/ColorPicker/Properties/Resources.zh-CN.resx
@@ -593,4 +593,7 @@
模型
+
+ 要使用人工智能功能,您需要一个 OpenAI API 密钥。
+
\ No newline at end of file