Ludovicollin commited on
Commit
bc2e071
·
verified ·
1 Parent(s): 5e28685

Update .chainlit/translations/en-US.json

Browse files
Files changed (1) hide show
  1. .chainlit/translations/en-US.json +31 -31
.chainlit/translations/en-US.json CHANGED
@@ -4,22 +4,22 @@
4
  "buttons": {
5
  "userButton": {
6
  "menu": {
7
- "settings": "Settings",
8
  "settingsKey": "S",
9
  "APIKeys": "API Keys",
10
- "logout": "Logout"
11
  }
12
  }
13
  }
14
  },
15
  "molecules": {
16
  "newChatButton": {
17
- "newChat": "New Chat"
18
  },
19
  "tasklist": {
20
  "TaskList": {
21
  "title": "\ud83d\uddd2\ufe0f Task List",
22
- "loading": "Loading...",
23
  "error": "An error occured"
24
  }
25
  },
@@ -28,13 +28,13 @@
28
  "removeAttachment": "Remove attachment"
29
  },
30
  "newChatDialog": {
31
- "createNewChat": "Create new chat?",
32
- "clearChat": "This will clear the current messages and start a new chat.",
33
- "cancel": "Cancel",
34
- "confirm": "Confirm"
35
  },
36
  "settingsModal": {
37
- "expandMessages": "Expand Messages",
38
  "hideChainOfThought": "Hide Chain of Thought",
39
  "darkMode": "Dark Mode"
40
  }
@@ -43,22 +43,22 @@
43
  "chat": {
44
  "history": {
45
  "index": {
46
- "lastInputs": "Last Inputs",
47
- "noInputs": "Such empty...",
48
- "loading": "Loading..."
49
  }
50
  },
51
  "inputBox": {
52
  "input": {
53
- "placeholder": "Type your message here..."
54
  },
55
  "speechButton": {
56
  "start": "Start recording",
57
  "stop": "Stop recording"
58
  },
59
  "SubmitButton": {
60
- "sendMessage": "Send message",
61
- "stopTask": "Stop Task"
62
  },
63
  "UploadButton": {
64
  "attachFiles": "Attach files"
@@ -69,7 +69,7 @@
69
  },
70
  "Messages": {
71
  "index": {
72
- "running": "Running",
73
  "executedSuccessfully": "executed successfully",
74
  "failed": "failed",
75
  "feedbackUpdated": "Feedback updated",
@@ -77,31 +77,31 @@
77
  }
78
  },
79
  "dropScreen": {
80
- "dropYourFilesHere": "Drop your files here"
81
  },
82
  "index": {
83
  "failedToUpload": "Failed to upload",
84
  "cancelledUploadOf": "Cancelled upload of",
85
- "couldNotReachServer": "Could not reach the server",
86
  "continuingChat": "Continuing previous chat"
87
  },
88
  "settings": {
89
- "settingsPanel": "Settings panel",
90
  "reset": "Reset",
91
- "cancel": "Cancel",
92
- "confirm": "Confirm"
93
  }
94
  },
95
  "threadHistory": {
96
  "sidebar": {
97
  "filters": {
98
  "FeedbackSelect": {
99
- "feedbackAll": "Feedback: All",
100
- "feedbackPositive": "Feedback: Positive",
101
- "feedbackNegative": "Feedback: Negative"
102
  },
103
  "SearchBar": {
104
- "search": "Search"
105
  }
106
  },
107
  "DeleteThreadButton": {
@@ -112,19 +112,19 @@
112
  "chatDeleted": "Chat deleted"
113
  },
114
  "index": {
115
- "pastChats": "Past Chats"
116
  },
117
  "ThreadList": {
118
- "empty": "Empty..."
119
  },
120
  "TriggerButton": {
121
- "closeSidebar": "Close sidebar",
122
- "openSidebar": "Open sidebar"
123
  }
124
  },
125
  "Thread": {
126
- "backToChat": "Go back to chat",
127
- "chatCreatedOn": "This chat was created on"
128
  }
129
  },
130
  "header": {
 
4
  "buttons": {
5
  "userButton": {
6
  "menu": {
7
+ "settings": "Paramètres",
8
  "settingsKey": "S",
9
  "APIKeys": "API Keys",
10
+ "logout": "Se déconnecter"
11
  }
12
  }
13
  }
14
  },
15
  "molecules": {
16
  "newChatButton": {
17
+ "newChat": "Nouvelle conversation"
18
  },
19
  "tasklist": {
20
  "TaskList": {
21
  "title": "\ud83d\uddd2\ufe0f Task List",
22
+ "loading": "Chargement...",
23
  "error": "An error occured"
24
  }
25
  },
 
28
  "removeAttachment": "Remove attachment"
29
  },
30
  "newChatDialog": {
31
+ "createNewChat": "Créer une nouvelle conversation?",
32
+ "clearChat": "Cette action supprimera les messages en cours et débutera une nouvelle conversation.",
33
+ "cancel": "Annuler",
34
+ "confirm": "Valider"
35
  },
36
  "settingsModal": {
37
+ "expandMessages": "Déployer les messages",
38
  "hideChainOfThought": "Hide Chain of Thought",
39
  "darkMode": "Dark Mode"
40
  }
 
43
  "chat": {
44
  "history": {
45
  "index": {
46
+ "lastInputs": "Dernières requêtes",
47
+ "noInputs": "Historique vide...",
48
+ "loading": "Chargement..."
49
  }
50
  },
51
  "inputBox": {
52
  "input": {
53
+ "placeholder": "Inscrivez votre requête ici..."
54
  },
55
  "speechButton": {
56
  "start": "Start recording",
57
  "stop": "Stop recording"
58
  },
59
  "SubmitButton": {
60
+ "sendMessage": "Envoyez votre requête",
61
+ "stopTask": "Arrêter le process en cours"
62
  },
63
  "UploadButton": {
64
  "attachFiles": "Attach files"
 
69
  },
70
  "Messages": {
71
  "index": {
72
+ "running": "En cours de génération",
73
  "executedSuccessfully": "executed successfully",
74
  "failed": "failed",
75
  "feedbackUpdated": "Feedback updated",
 
77
  }
78
  },
79
  "dropScreen": {
80
+ "dropYourFilesHere": "Déposez vos fichiers ici"
81
  },
82
  "index": {
83
  "failedToUpload": "Failed to upload",
84
  "cancelledUploadOf": "Cancelled upload of",
85
+ "couldNotReachServer": "😀 Il y a du trafic sur le serveur de l'IA !!! En attente de sa réponse...",
86
  "continuingChat": "Continuing previous chat"
87
  },
88
  "settings": {
89
+ "settingsPanel": "Paramétrages",
90
  "reset": "Reset",
91
+ "cancel": "Annuler",
92
+ "confirm": "Valider"
93
  }
94
  },
95
  "threadHistory": {
96
  "sidebar": {
97
  "filters": {
98
  "FeedbackSelect": {
99
+ "feedbackAll": "Commentaires : tous",
100
+ "feedbackPositive": "Commentaires : positifs",
101
+ "feedbackNegative": "Commentaires : négatifs"
102
  },
103
  "SearchBar": {
104
+ "search": "Rechercher"
105
  }
106
  },
107
  "DeleteThreadButton": {
 
112
  "chatDeleted": "Chat deleted"
113
  },
114
  "index": {
115
+ "pastChats": "Conversations passées"
116
  },
117
  "ThreadList": {
118
+ "empty": "Vide..."
119
  },
120
  "TriggerButton": {
121
+ "closeSidebar": "Fermer la barre latérale",
122
+ "openSidebar": "Ouvrir la barre latérale"
123
  }
124
  },
125
  "Thread": {
126
+ "backToChat": "Retour à la conversation",
127
+ "chatCreatedOn": "Cette conversation a été créée : "
128
  }
129
  },
130
  "header": {