Update translations/en.py
Browse files- translations/en.py +10 -0
translations/en.py
CHANGED
@@ -236,6 +236,16 @@ FEEDBACK = {
|
|
236 |
}
|
237 |
|
238 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
239 |
TEXT_TYPES = {
|
240 |
'descriptive': [
|
241 |
'What are you describing?',
|
|
|
236 |
}
|
237 |
|
238 |
|
239 |
+
CHATBOT_TRANSLATIONS = {
|
240 |
+
'chat_title': "AIdeaText Assistant",
|
241 |
+
'input_placeholder': "Any questions?",
|
242 |
+
'initial_message': "Hi! I'm your assistant. How can I help?",
|
243 |
+
'expand_chat': "Open assistant",
|
244 |
+
'clear_chat': "Clear chat",
|
245 |
+
'processing': "Processing...",
|
246 |
+
'error_message': "Sorry, an error occurred"
|
247 |
+
}
|
248 |
+
|
249 |
TEXT_TYPES = {
|
250 |
'descriptive': [
|
251 |
'What are you describing?',
|