mirror of
https://github.com/78/xiaozhi-esp32.git
synced 2026-02-27 22:36:35 +00:00
* Enhance memory management in asset download and OTA processes by replacing static buffer allocations with dynamic memory allocation using heap capabilities. Update SPIRAM configuration values for improved memory usage. Add logging for error handling in buffer allocation failures. Introduce a new parameter in CloseAudioChannel to control goodbye message sending in MQTT and WebSocket protocols. * Update component versions in idf_component.yml and refactor GIF decoder functions for improved performance. Bump versions for audio effects, audio codec, LED strip, and other dependencies. Change GIF read and seek functions to inline for optimization. * Update language files to include new phrases for flight mode and connection status across multiple locales. Added translations for "FLIGHT_MODE_ON", "FLIGHT_MODE_OFF", "CONNECTION_SUCCESSFUL", and "MODEM_INIT_ERROR" in various languages, enhancing user experience and localization support. * fix wechat display
59 lines
2.7 KiB
JSON
59 lines
2.7 KiB
JSON
{
|
||
"language": {
|
||
"type": "es-ES"
|
||
},
|
||
"strings": {
|
||
"WARNING": "Advertencia",
|
||
"INFO": "Información",
|
||
"ERROR": "Error",
|
||
"VERSION": "Versión ",
|
||
"LOADING_PROTOCOL": "Conectando al servidor...",
|
||
"INITIALIZING": "Inicializando...",
|
||
"PIN_ERROR": "Por favor inserte la tarjeta SIM",
|
||
"REG_ERROR": "No se puede acceder a la red, verifique el estado de la tarjeta de datos",
|
||
"DETECTING_MODULE": "Detectando módulo...",
|
||
"REGISTERING_NETWORK": "Esperando red...",
|
||
"CHECKING_NEW_VERSION": "Verificando nueva versión...",
|
||
"CHECK_NEW_VERSION_FAILED": "Error al verificar nueva versión, reintentando en %d segundos: %s",
|
||
"SWITCH_TO_WIFI_NETWORK": "Cambiando a Wi-Fi...",
|
||
"SWITCH_TO_4G_NETWORK": "Cambiando a 4G...",
|
||
"STANDBY": "En espera",
|
||
"CONNECT_TO": "Conectar a ",
|
||
"CONNECTING": "Conectando...",
|
||
"CONNECTED_TO": "Conectado a ",
|
||
"LISTENING": "Escuchando...",
|
||
"SPEAKING": "Hablando...",
|
||
"SERVER_NOT_FOUND": "Buscando servicio disponible",
|
||
"SERVER_NOT_CONNECTED": "No se puede conectar al servicio, inténtelo más tarde",
|
||
"SERVER_TIMEOUT": "Tiempo de espera agotado",
|
||
"SERVER_ERROR": "Error de envío, verifique la red",
|
||
"CONNECT_TO_HOTSPOT": "Conectar teléfono al punto de acceso ",
|
||
"ACCESS_VIA_BROWSER": ",acceder mediante navegador ",
|
||
"WIFI_CONFIG_MODE": "Modo configuración de red",
|
||
"ENTERING_WIFI_CONFIG_MODE": "Entrando en modo configuración de red...",
|
||
"SCANNING_WIFI": "Escaneando Wi-Fi...",
|
||
"NEW_VERSION": "Nueva versión ",
|
||
"OTA_UPGRADE": "Actualización OTA",
|
||
"UPGRADING": "Actualizando sistema...",
|
||
"UPGRADE_FAILED": "Actualización fallida",
|
||
"ACTIVATION": "Activación del dispositivo",
|
||
"BATTERY_LOW": "Batería baja",
|
||
"BATTERY_CHARGING": "Cargando",
|
||
"BATTERY_FULL": "Batería llena",
|
||
"BATTERY_NEED_CHARGE": "Batería baja, por favor cargar",
|
||
"VOLUME": "Volumen ",
|
||
"MUTED": "Silenciado",
|
||
"MAX_VOLUME": "Volumen máximo",
|
||
"RTC_MODE_OFF": "AEC desactivado",
|
||
"RTC_MODE_ON": "AEC activado",
|
||
"DOWNLOAD_ASSETS_FAILED": "Error al descargar recursos",
|
||
"LOADING_ASSETS": "Cargando recursos...",
|
||
"PLEASE_WAIT": "Por favor espere...",
|
||
"FOUND_NEW_ASSETS": "Encontrados nuevos recursos: %s",
|
||
"HELLO_MY_FRIEND": "¡Hola, mi amigo!",
|
||
"CONNECTION_SUCCESSFUL": "Conexión exitosa",
|
||
"FLIGHT_MODE_OFF": "El modo avión está desactivado",
|
||
"FLIGHT_MODE_ON": "El modo avión está activado",
|
||
"MODEM_INIT_ERROR": "Error de inicialización del módem"
|
||
}
|
||
} |