Spaces:
Running
Running
Create languages_config.json
Browse files- languages_config.json +40 -0
languages_config.json
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"LANGUAGES": {
|
| 3 |
+
"English": {
|
| 4 |
+
"title": "Emotionally Aware Chatbot",
|
| 5 |
+
"input_placeholder": "Enter your message:",
|
| 6 |
+
"emotions_header": "Detected Emotions:",
|
| 7 |
+
"response_header": "AI Response:"
|
| 8 |
+
},
|
| 9 |
+
"Arabic": {
|
| 10 |
+
"title": "روبوت الدردشة العاطفي",
|
| 11 |
+
"input_placeholder": "أدخل رسالتك:",
|
| 12 |
+
"emotions_header": "العواطف المكتشفة:",
|
| 13 |
+
"response_header": "استجابة الذكاء الاصطناعي:"
|
| 14 |
+
},
|
| 15 |
+
"French": {
|
| 16 |
+
"title": "Chatbot Émotionnel",
|
| 17 |
+
"input_placeholder": "Entrez votre message:",
|
| 18 |
+
"emotions_header": "Émotions Détectées:",
|
| 19 |
+
"response_header": "Réponse IA:"
|
| 20 |
+
},
|
| 21 |
+
"Spanish": {
|
| 22 |
+
"title": "Chatbot Emocional",
|
| 23 |
+
"input_placeholder": "Introduzca su mensaje:",
|
| 24 |
+
"emotions_header": "Emociones Detectadas:",
|
| 25 |
+
"response_header": "Respuesta de IA:"
|
| 26 |
+
},
|
| 27 |
+
"Dutch": {
|
| 28 |
+
"title": "Emotioneel Chatbot",
|
| 29 |
+
"input_placeholder": "Voer uw bericht in:",
|
| 30 |
+
"emotions_header": "Gedetecteerde Emoties:",
|
| 31 |
+
"response_header": "AI-Antwoord:"
|
| 32 |
+
},
|
| 33 |
+
"Turkish": {
|
| 34 |
+
"title": "Duygusal Sohbet Robotu",
|
| 35 |
+
"input_placeholder": "Mesajınızı girin:",
|
| 36 |
+
"emotions_header": "Algılanan Duygular:",
|
| 37 |
+
"response_header": "Yapay Zeka Yanıtı:"
|
| 38 |
+
}
|
| 39 |
+
}
|
| 40 |
+
}
|