Files
xiaozhi-esp32/main/assets/locales/fr-FR/language.json
Xiaoxia 83f6f8c703 Switch to 2.0 branch (#1152)
* Adapt boards to v2 partition tables

* fix esp log error

* fix display style

* reset emotion after download assets

* fix compiling

* update assets default url

* Add user only tools

* Add image cache

* smaller cache and buffer, more heap

* use MAIN_EVENT_CLOCK_TICK to avoid audio glitches

* bump to 2.0.0

* fix compiling errors

---------

Co-authored-by: Xiaoxia <terrence.huang@tenclass.com>
2025-09-04 15:41:28 +08:00

55 lines
2.6 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"language": {
"type": "fr-FR"
},
"strings": {
"WARNING": "Avertissement",
"INFO": "Information",
"ERROR": "Erreur",
"VERSION": "Version ",
"LOADING_PROTOCOL": "Connexion au serveur...",
"INITIALIZING": "Initialisation...",
"PIN_ERROR": "Veuillez insérer la carte SIM",
"REG_ERROR": "Impossible d'accéder au réseau, veuillez vérifier l'état de la carte de données",
"DETECTING_MODULE": "Détection du module...",
"REGISTERING_NETWORK": "En attente du réseau...",
"CHECKING_NEW_VERSION": "Vérification de nouvelle version...",
"CHECK_NEW_VERSION_FAILED": "Échec de vérification de nouvelle version, nouvelle tentative dans %d secondes : %s",
"SWITCH_TO_WIFI_NETWORK": "Basculer vers Wi-Fi...",
"SWITCH_TO_4G_NETWORK": "Basculer vers 4G...",
"STANDBY": "En attente",
"CONNECT_TO": "Se connecter à ",
"CONNECTING": "Connexion en cours...",
"CONNECTED_TO": "Connecté à ",
"LISTENING": "Écoute...",
"SPEAKING": "Parole...",
"SERVER_NOT_FOUND": "Recherche d'un service disponible",
"SERVER_NOT_CONNECTED": "Impossible de se connecter au service, veuillez réessayer plus tard",
"SERVER_TIMEOUT": "Délai d'attente de réponse",
"SERVER_ERROR": "Échec d'envoi, veuillez vérifier le réseau",
"CONNECT_TO_HOTSPOT": "Connecter le téléphone au point d'accès ",
"ACCESS_VIA_BROWSER": "accéder via le navigateur ",
"WIFI_CONFIG_MODE": "Mode configuration réseau",
"ENTERING_WIFI_CONFIG_MODE": "Entrer en mode configuration réseau...",
"SCANNING_WIFI": "Scan Wi-Fi...",
"NEW_VERSION": "Nouvelle version ",
"OTA_UPGRADE": "Mise à jour OTA",
"UPGRADING": "Mise à jour du système...",
"UPGRADE_FAILED": "Échec de mise à jour",
"ACTIVATION": "Activation de l'appareil",
"BATTERY_LOW": "Batterie faible",
"BATTERY_CHARGING": "En charge",
"BATTERY_FULL": "Batterie pleine",
"BATTERY_NEED_CHARGE": "Batterie faible, veuillez charger",
"VOLUME": "Volume ",
"MUTED": "Muet",
"MAX_VOLUME": "Volume maximum",
"RTC_MODE_OFF": "AEC désactivé",
"RTC_MODE_ON": "AEC activé",
"DOWNLOAD_ASSETS_FAILED": "Échec du téléchargement des ressources",
"LOADING_ASSETS": "Chargement des ressources...",
"PLEASE_WAIT": "Veuillez patienter...",
"FOUND_NEW_ASSETS": "Nouvelles ressources trouvées: %s",
"HELLO_MY_FRIEND": "Bonjour, mon ami !"
}
}