Spaces:
Sleeping
Sleeping
Update translations/es.py
Browse files- translations/es.py +1 -2
translations/es.py
CHANGED
|
@@ -213,7 +213,6 @@ FEEDBACK = {
|
|
| 213 |
}
|
| 214 |
|
| 215 |
CHATBOT_TRANSLATIONS = {
|
| 216 |
-
'es': {
|
| 217 |
'chat_title': "Asistente AIdeaText",
|
| 218 |
'input_placeholder': "¿Tienes alguna pregunta?",
|
| 219 |
'initial_message': "¡Hola! Soy tu asistente. ¿En qué puedo ayudarte?",
|
|
@@ -221,7 +220,7 @@ CHATBOT_TRANSLATIONS = {
|
|
| 221 |
'clear_chat': "Limpiar chat",
|
| 222 |
'processing': "Procesando...",
|
| 223 |
'error_message': "Lo siento, ocurrió un error"
|
| 224 |
-
|
| 225 |
|
| 226 |
TEXT_TYPES = {
|
| 227 |
'descriptivo': [
|
|
|
|
| 213 |
}
|
| 214 |
|
| 215 |
CHATBOT_TRANSLATIONS = {
|
|
|
|
| 216 |
'chat_title': "Asistente AIdeaText",
|
| 217 |
'input_placeholder': "¿Tienes alguna pregunta?",
|
| 218 |
'initial_message': "¡Hola! Soy tu asistente. ¿En qué puedo ayudarte?",
|
|
|
|
| 220 |
'clear_chat': "Limpiar chat",
|
| 221 |
'processing': "Procesando...",
|
| 222 |
'error_message': "Lo siento, ocurrió un error"
|
| 223 |
+
}
|
| 224 |
|
| 225 |
TEXT_TYPES = {
|
| 226 |
'descriptivo': [
|