AnasAlokla commited on
Commit
982698b
·
verified ·
1 Parent(s): 941f1c3

Update languages_config.json

Browse files
Files changed (1) hide show
  1. languages_config.json +43 -37
languages_config.json CHANGED
@@ -1,40 +1,46 @@
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
  }
 
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
  }