Spaces:
				
			
			
	
			
			
		Runtime error
		
	
	
	
			
			
	
	
	
	
		
		
		Runtime error
		
	Upload fr.json
Browse files- .chainlit/translations/fr.json +214 -0
    	
        .chainlit/translations/fr.json
    ADDED
    
    | @@ -0,0 +1,214 @@ | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            {
         | 
| 2 | 
            +
                "common": {
         | 
| 3 | 
            +
                    "actions": {
         | 
| 4 | 
            +
                        "cancel": "Annuler",
         | 
| 5 | 
            +
                        "confirm": "Valider",
         | 
| 6 | 
            +
                        "continue": "Continue",
         | 
| 7 | 
            +
                        "goBack": "Go Back",
         | 
| 8 | 
            +
                        "reset": "Réinitialiser",
         | 
| 9 | 
            +
                        "submit": "Submit"
         | 
| 10 | 
            +
                    },
         | 
| 11 | 
            +
                    "status": {
         | 
| 12 | 
            +
                        "loading": "Loading...",
         | 
| 13 | 
            +
                        "error": {
         | 
| 14 | 
            +
                            "default": "An error occurred",
         | 
| 15 | 
            +
                            "serverConnection": "Le serveur du modèle met plus de temps que prévu à répondre. Veuillez patienter."
         | 
| 16 | 
            +
                        }
         | 
| 17 | 
            +
                    }
         | 
| 18 | 
            +
                },
         | 
| 19 | 
            +
                "auth": {
         | 
| 20 | 
            +
                    "login": {
         | 
| 21 | 
            +
                        "title": "Gustave IA",
         | 
| 22 | 
            +
                        "form": {
         | 
| 23 | 
            +
                            "email": {
         | 
| 24 | 
            +
                                "label": "Adresse mail",
         | 
| 25 | 
            +
                                "required": "Adresse mail est un champ obligatoire"
         | 
| 26 | 
            +
                            },
         | 
| 27 | 
            +
                            "password": {
         | 
| 28 | 
            +
                                "label": "Mot de passe",
         | 
| 29 | 
            +
                                "required": "Mot de passe est un champ obligatoire"
         | 
| 30 | 
            +
                            },
         | 
| 31 | 
            +
                            "actions": {
         | 
| 32 | 
            +
                                "signin": "Authentification"
         | 
| 33 | 
            +
                            },
         | 
| 34 | 
            +
                            "alternativeText": {
         | 
| 35 | 
            +
                                "or": "OR"
         | 
| 36 | 
            +
                            }
         | 
| 37 | 
            +
                        },
         | 
| 38 | 
            +
                        "errors": {
         | 
| 39 | 
            +
                            "default": "Unable to sign in",
         | 
| 40 | 
            +
                            "signin": "Try signing in with a different account",
         | 
| 41 | 
            +
                            "oauthSignin": "Try signing in with a different account",
         | 
| 42 | 
            +
                            "redirectUriMismatch": "The redirect URI is not matching the oauth app configuration",
         | 
| 43 | 
            +
                            "oauthCallback": "Try signing in with a different account",
         | 
| 44 | 
            +
                            "oauthCreateAccount": "Try signing in with a different account",
         | 
| 45 | 
            +
                            "emailCreateAccount": "Try signing in with a different account",
         | 
| 46 | 
            +
                            "callback": "Try signing in with a different account",
         | 
| 47 | 
            +
                            "oauthAccountNotLinked": "To confirm your identity, sign in with the same account you used originally",
         | 
| 48 | 
            +
                            "emailSignin": "The e-mail could not be sent",
         | 
| 49 | 
            +
                            "emailVerify": "Please verify your email, a new email has been sent",
         | 
| 50 | 
            +
                            "credentialsSignin": "Sign in failed. Check the details you provided are correct",
         | 
| 51 | 
            +
                            "sessionRequired": "Please sign in to access this page"
         | 
| 52 | 
            +
                        }
         | 
| 53 | 
            +
                    },
         | 
| 54 | 
            +
                    "provider": {
         | 
| 55 | 
            +
                        "continue": "Continue with {{provider}}"
         | 
| 56 | 
            +
                    }
         | 
| 57 | 
            +
                },
         | 
| 58 | 
            +
                "chat": {
         | 
| 59 | 
            +
                    "input": {
         | 
| 60 | 
            +
                        "placeholder": "Tapez votre message...",
         | 
| 61 | 
            +
                        "actions": {
         | 
| 62 | 
            +
                            "send": "Send message",
         | 
| 63 | 
            +
                            "stop": "Stop Task",
         | 
| 64 | 
            +
                            "attachFiles": "Joindre un(des) fichier(s)"
         | 
| 65 | 
            +
                        }
         | 
| 66 | 
            +
                    },
         | 
| 67 | 
            +
                    "speech": {
         | 
| 68 | 
            +
                        "start": "Start recording",
         | 
| 69 | 
            +
                        "stop": "Stop recording",
         | 
| 70 | 
            +
                        "connecting": "Connecting"
         | 
| 71 | 
            +
                    },
         | 
| 72 | 
            +
                    "fileUpload": {
         | 
| 73 | 
            +
                        "dragDrop": "Drag and drop files here",
         | 
| 74 | 
            +
                        "browse": "Browse Files",
         | 
| 75 | 
            +
                        "sizeLimit": "Limit:",
         | 
| 76 | 
            +
                        "errors": {
         | 
| 77 | 
            +
                            "failed": "Failed to upload",
         | 
| 78 | 
            +
                            "cancelled": "Cancelled upload of"
         | 
| 79 | 
            +
                        }
         | 
| 80 | 
            +
                    },
         | 
| 81 | 
            +
                    "messages": {
         | 
| 82 | 
            +
                        "status": {
         | 
| 83 | 
            +
                            "using": "En attente de",
         | 
| 84 | 
            +
                            "used": "Propulsé par"
         | 
| 85 | 
            +
                        },
         | 
| 86 | 
            +
                        "actions": {
         | 
| 87 | 
            +
                            "copy": {
         | 
| 88 | 
            +
                                "button": "Copy to clipboard",
         | 
| 89 | 
            +
                                "success": "Copied!"
         | 
| 90 | 
            +
                            }
         | 
| 91 | 
            +
                        },
         | 
| 92 | 
            +
                        "feedback": {
         | 
| 93 | 
            +
                            "positive": "Helpful",
         | 
| 94 | 
            +
                            "negative": "Not helpful",
         | 
| 95 | 
            +
                            "edit": "Edit feedback",
         | 
| 96 | 
            +
                            "dialog": {
         | 
| 97 | 
            +
                                "title": "Add a comment",
         | 
| 98 | 
            +
                                "submit": "Submit feedback"
         | 
| 99 | 
            +
                            },
         | 
| 100 | 
            +
                            "status": {
         | 
| 101 | 
            +
                                "updating": "Updating",
         | 
| 102 | 
            +
                                "updated": "Feedback updated"
         | 
| 103 | 
            +
                            }
         | 
| 104 | 
            +
                        }
         | 
| 105 | 
            +
                    },
         | 
| 106 | 
            +
                    "history": {
         | 
| 107 | 
            +
                        "title": "Last Inputs",
         | 
| 108 | 
            +
                        "empty": "Such empty...",
         | 
| 109 | 
            +
                        "show": "Show history"
         | 
| 110 | 
            +
                    },
         | 
| 111 | 
            +
                    "settings": {
         | 
| 112 | 
            +
                        "title": "Configuration"
         | 
| 113 | 
            +
                    },
         | 
| 114 | 
            +
                    "watermark": ""
         | 
| 115 | 
            +
                },
         | 
| 116 | 
            +
                "threadHistory": {
         | 
| 117 | 
            +
                    "sidebar": {
         | 
| 118 | 
            +
                        "title": "Past Chats",
         | 
| 119 | 
            +
                        "filters": {
         | 
| 120 | 
            +
                            "search": "Search",
         | 
| 121 | 
            +
                            "placeholder": "Search conversations..."
         | 
| 122 | 
            +
                        },
         | 
| 123 | 
            +
                        "timeframes": {
         | 
| 124 | 
            +
                            "today": "Today",
         | 
| 125 | 
            +
                            "yesterday": "Yesterday",
         | 
| 126 | 
            +
                            "previous7days": "Previous 7 days",
         | 
| 127 | 
            +
                            "previous30days": "Previous 30 days"
         | 
| 128 | 
            +
                        },
         | 
| 129 | 
            +
                        "empty": "No threads found",
         | 
| 130 | 
            +
                        "actions": {
         | 
| 131 | 
            +
                            "close": "Close sidebar",
         | 
| 132 | 
            +
                            "open": "Open sidebar"
         | 
| 133 | 
            +
                        }
         | 
| 134 | 
            +
                    },
         | 
| 135 | 
            +
                    "thread": {
         | 
| 136 | 
            +
                        "untitled": "Untitled Conversation",
         | 
| 137 | 
            +
                        "menu": {
         | 
| 138 | 
            +
                            "rename": "Rename",
         | 
| 139 | 
            +
                            "delete": "Delete"
         | 
| 140 | 
            +
                        },
         | 
| 141 | 
            +
                        "actions": {
         | 
| 142 | 
            +
                            "delete": {
         | 
| 143 | 
            +
                                "title": "Confirm deletion",
         | 
| 144 | 
            +
                                "description": "This will delete the thread as well as its messages and elements. This action cannot be undone",
         | 
| 145 | 
            +
                                "success": "Chat deleted",
         | 
| 146 | 
            +
                                "inProgress": "Deleting chat"
         | 
| 147 | 
            +
                            },
         | 
| 148 | 
            +
                            "rename": {
         | 
| 149 | 
            +
                                "title": "Rename Thread",
         | 
| 150 | 
            +
                                "description": "Enter a new name for this thread",
         | 
| 151 | 
            +
                                "form": {
         | 
| 152 | 
            +
                                    "name": {
         | 
| 153 | 
            +
                                        "label": "Name",
         | 
| 154 | 
            +
                                        "placeholder": "Enter new name"
         | 
| 155 | 
            +
                                    }
         | 
| 156 | 
            +
                                },
         | 
| 157 | 
            +
                                "success": "Thread renamed!",
         | 
| 158 | 
            +
                                "inProgress": "Renaming thread"
         | 
| 159 | 
            +
                            }
         | 
| 160 | 
            +
                        }
         | 
| 161 | 
            +
                    }
         | 
| 162 | 
            +
                },
         | 
| 163 | 
            +
                "navigation": {
         | 
| 164 | 
            +
                    "header": {
         | 
| 165 | 
            +
                        "chat": "Chat",
         | 
| 166 | 
            +
                        "readme": "Readme",
         | 
| 167 | 
            +
                        "theme": {
         | 
| 168 | 
            +
                            "light": "Light Theme",
         | 
| 169 | 
            +
                            "dark": "Dark Theme",
         | 
| 170 | 
            +
                            "system": "Follow System"
         | 
| 171 | 
            +
                        }
         | 
| 172 | 
            +
                    },
         | 
| 173 | 
            +
                    "newChat": {
         | 
| 174 | 
            +
                        "button": "New Chat",
         | 
| 175 | 
            +
                        "dialog": {
         | 
| 176 | 
            +
                            "title": "Nouvelle discussion",
         | 
| 177 | 
            +
                            "description": "Cette opération effacera votre historique de discussion. Voulez-vous vraiment continuer ?",
         | 
| 178 | 
            +
                            "tooltip": "Nouvelle discussion"
         | 
| 179 | 
            +
                        }
         | 
| 180 | 
            +
                    },
         | 
| 181 | 
            +
                    "user": {
         | 
| 182 | 
            +
                        "menu": {
         | 
| 183 | 
            +
                            "settings": "Settings",
         | 
| 184 | 
            +
                            "settingsKey": "S",
         | 
| 185 | 
            +
                            "apiKeys": "API Keys",
         | 
| 186 | 
            +
                            "logout": "Logout"
         | 
| 187 | 
            +
                        }
         | 
| 188 | 
            +
                    }
         | 
| 189 | 
            +
                },
         | 
| 190 | 
            +
                "apiKeys": {
         | 
| 191 | 
            +
                    "title": "Required API Keys",
         | 
| 192 | 
            +
                    "description": "To use this app, the following API keys are required. The keys are stored on your device's local storage.",
         | 
| 193 | 
            +
                    "success": {
         | 
| 194 | 
            +
                        "saved": "Saved successfully"
         | 
| 195 | 
            +
                    }
         | 
| 196 | 
            +
                },
         | 
| 197 | 
            +
                "alerts": {
         | 
| 198 | 
            +
                    "info": "Info",
         | 
| 199 | 
            +
                    "note": "Note",
         | 
| 200 | 
            +
                    "tip": "Tip",
         | 
| 201 | 
            +
                    "important": "Important",
         | 
| 202 | 
            +
                    "warning": "Warning",
         | 
| 203 | 
            +
                    "caution": "Caution",
         | 
| 204 | 
            +
                    "debug": "Debug",
         | 
| 205 | 
            +
                    "example": "Example",
         | 
| 206 | 
            +
                    "success": "Success",
         | 
| 207 | 
            +
                    "help": "Help",
         | 
| 208 | 
            +
                    "idea": "Idea",
         | 
| 209 | 
            +
                    "pending": "Pending",
         | 
| 210 | 
            +
                    "security": "Security",
         | 
| 211 | 
            +
                    "beta": "Beta",
         | 
| 212 | 
            +
                    "best-practice": "Best Practice"
         | 
| 213 | 
            +
                }
         | 
| 214 | 
            +
            }
         |