Spaces:
Running
Running
Update languages_config.json
Browse files- languages_config.json +43 -37
languages_config.json
CHANGED
@@ -1,40 +1,46 @@
|
|
1 |
{
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
|
|
|
|
|
|
|
|
|
|
39 |
}
|
|
|
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 |
+
"analyze_subtitle": "Enter your text to analyze emotions and get AI response"
|
9 |
+
},
|
10 |
+
"Arabic": {
|
11 |
+
"title": "روبوت الدردشة العاطفي",
|
12 |
+
"input_placeholder": "أدخل رسالتك:",
|
13 |
+
"emotions_header": "العواطف المكتشفة:",
|
14 |
+
"response_header": "استجابة الذكاء الاصطناعي:",
|
15 |
+
"analyze_subtitle": "أدخل نصك لتحليل العواطف والحصول على استجابة الذكاء الاصطناعي"
|
16 |
+
},
|
17 |
+
"French": {
|
18 |
+
"title": "Chatbot Émotionnel",
|
19 |
+
"input_placeholder": "Entrez votre message:",
|
20 |
+
"emotions_header": "Émotions Détectées:",
|
21 |
+
"response_header": "Réponse IA:",
|
22 |
+
"analyze_subtitle": "Entrez votre texte pour analyser les émotions et obtenir une réponse IA"
|
23 |
+
},
|
24 |
+
"Spanish": {
|
25 |
+
"title": "Chatbot Emocional",
|
26 |
+
"input_placeholder": "Introduzca su mensaje:",
|
27 |
+
"emotions_header": "Emociones Detectadas:",
|
28 |
+
"response_header": "Respuesta de IA:",
|
29 |
+
"analyze_subtitle": "Ingrese su texto para analizar emociones y obtener respuesta de IA"
|
30 |
+
},
|
31 |
+
"Dutch": {
|
32 |
+
"title": "Emotioneel Chatbot",
|
33 |
+
"input_placeholder": "Voer uw bericht in:",
|
34 |
+
"emotions_header": "Gedetecteerde Emoties:",
|
35 |
+
"response_header": "AI-Antwoord:",
|
36 |
+
"analyze_subtitle": "Voer uw tekst in om emoties te analyseren en AI-reactie te krijgen"
|
37 |
+
},
|
38 |
+
"Turkish": {
|
39 |
+
"title": "Duygusal Sohbet Robotu",
|
40 |
+
"input_placeholder": "Mesajınızı girin:",
|
41 |
+
"emotions_header": "Algılanan Duygular:",
|
42 |
+
"response_header": "Yapay Zeka Yanıtı:",
|
43 |
+
"analyze_subtitle": "Duyguları analiz etmek ve AI yanıtı almak için metninizi girin"
|
44 |
}
|
45 |
+
}
|
46 |
}
|