* 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": "fil-PH"
|
|
},
|
|
"strings": {
|
|
"WARNING": "Babala",
|
|
"INFO": "Impormasyon",
|
|
"ERROR": "Error",
|
|
"VERSION": "Bersyon ",
|
|
"LOADING_PROTOCOL": "Nagla-log in...",
|
|
"INITIALIZING": "Nag-i-initialize...",
|
|
"PIN_ERROR": "Mangyaring ilagay ang SIM card",
|
|
"REG_ERROR": "Hindi ma-access ang network, mangyaring tingnan ang estado ng SIM card",
|
|
"DETECTING_MODULE": "Tinutuklas ang module...",
|
|
"REGISTERING_NETWORK": "Naghihintay ng network...",
|
|
"CHECKING_NEW_VERSION": "Sinusuri ang bagong bersyon...",
|
|
"CHECK_NEW_VERSION_FAILED": "Nabigo ang pagsuri ng bagong bersyon, susubukan muli sa %d segundo: %s",
|
|
"SWITCH_TO_WIFI_NETWORK": "Lumilipat sa Wi-Fi...",
|
|
"SWITCH_TO_4G_NETWORK": "Lumilipat sa 4G...",
|
|
"STANDBY": "Standby",
|
|
"CONNECT_TO": "Kumonekta sa ",
|
|
"CONNECTING": "Kumokonekta...",
|
|
"CONNECTION_SUCCESSFUL": "Matagumpay na koneksyon",
|
|
"CONNECTED_TO": "Nakakonekta sa ",
|
|
"LISTENING": "Nakikinig...",
|
|
"SPEAKING": "Nagsasalita...",
|
|
"SERVER_NOT_FOUND": "Naghahanap ng available na serbisyo",
|
|
"SERVER_NOT_CONNECTED": "Hindi makakonekta sa serbisyo, mangyaring subukan muli mamaya",
|
|
"SERVER_TIMEOUT": "Nag-timeout ang paghihintay ng tugon",
|
|
"SERVER_ERROR": "Nabigo ang pagpapadala, mangyaring tingnan ang network",
|
|
"CONNECT_TO_HOTSPOT": "Hotspot: ",
|
|
"ACCESS_VIA_BROWSER": " URL ng configuration: ",
|
|
"WIFI_CONFIG_MODE": "Wi-Fi Configuration Mode",
|
|
"ENTERING_WIFI_CONFIG_MODE": "Pumapasok sa Wi-Fi configuration mode...",
|
|
"SCANNING_WIFI": "Nag-i-scan ng Wi-Fi...",
|
|
"NEW_VERSION": "Bagong bersyon ",
|
|
"OTA_UPGRADE": "OTA Upgrade",
|
|
"UPGRADING": "Nag-a-upgrade ang system...",
|
|
"UPGRADE_FAILED": "Nabigo ang upgrade",
|
|
"ACTIVATION": "Activation",
|
|
"BATTERY_LOW": "Mababang baterya",
|
|
"BATTERY_CHARGING": "Nagcha-charge",
|
|
"BATTERY_FULL": "Puno ang baterya",
|
|
"BATTERY_NEED_CHARGE": "Mababang baterya, mangyaring mag-charge",
|
|
"VOLUME": "Volume ",
|
|
"MUTED": "Naka-mute",
|
|
"MAX_VOLUME": "Maximum volume",
|
|
"RTC_MODE_OFF": "AEC Off",
|
|
"RTC_MODE_ON": "AEC On",
|
|
"PLEASE_WAIT": "Mangyaring maghintay...",
|
|
"FOUND_NEW_ASSETS": "Nakahanap ng mga bagong assets: %s",
|
|
"DOWNLOAD_ASSETS_FAILED": "Nabigo ang pag-download ng mga assets",
|
|
"LOADING_ASSETS": "Nilo-load ang mga assets...",
|
|
"HELLO_MY_FRIEND": "Kumusta, kaibigan ko!",
|
|
"FLIGHT_MODE_OFF": "Naka-off ang flight mode",
|
|
"FLIGHT_MODE_ON": "Naka-on ang flight mode",
|
|
"MODEM_INIT_ERROR": "Nabigo ang pag-initialize ng modem"
|
|
}
|
|
} |