language.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "language": {
  3. "type": "en-US"
  4. },
  5. "strings": {
  6. "WARNING": "Warning",
  7. "INFO": "Information",
  8. "ERROR": "Error",
  9. "VERSION": "Ver ",
  10. "LOADING_PROTOCOL": "Logging in...",
  11. "INITIALIZING": "Initializing...",
  12. "PIN_ERROR": "Please insert SIM card",
  13. "REG_ERROR": "Unable to access network, please check SIM card status",
  14. "DETECTING_MODULE": "Detecting module...",
  15. "REGISTERING_NETWORK": "Waiting for network...",
  16. "CHECKING_NEW_VERSION": "Checking for new version...",
  17. "CHECK_NEW_VERSION_FAILED": "Check for new version failed, will retry in %d seconds: %s",
  18. "SWITCH_TO_WIFI_NETWORK": "Switching to Wi-Fi...",
  19. "SWITCH_TO_4G_NETWORK": "Switching to 4G...",
  20. "STANDBY": "Standby",
  21. "CONNECT_TO": "Connect to ",
  22. "CONNECTING": "Connecting...",
  23. "CONNECTION_SUCCESSFUL": "Connection Successful",
  24. "CONNECTED_TO": "Connected to ",
  25. "LISTENING": "Listening...",
  26. "SPEAKING": "Speaking...",
  27. "SERVER_NOT_FOUND": "Looking for available service",
  28. "SERVER_NOT_CONNECTED": "Unable to connect to service, please try again later",
  29. "SERVER_TIMEOUT": "Waiting for response timeout",
  30. "SERVER_ERROR": "Sending failed, please check the network",
  31. "CONNECT_TO_HOTSPOT": "Hotspot: ",
  32. "ACCESS_VIA_BROWSER": " Config URL: ",
  33. "WIFI_CONFIG_MODE": "Wi-Fi Configuration Mode",
  34. "ENTERING_WIFI_CONFIG_MODE": "Entering Wi-Fi configuration mode...",
  35. "SCANNING_WIFI": "Scanning Wi-Fi...",
  36. "NEW_VERSION": "New version ",
  37. "OTA_UPGRADE": "OTA Upgrade",
  38. "UPGRADING": "System is upgrading...",
  39. "UPGRADE_FAILED": "Upgrade failed",
  40. "ACTIVATION": "Activation",
  41. "BATTERY_LOW": "Low battery",
  42. "BATTERY_CHARGING": "Charging",
  43. "BATTERY_FULL": "Battery full",
  44. "BATTERY_NEED_CHARGE": "Low battery, please charge",
  45. "VOLUME": "Volume ",
  46. "MUTED": "Muted",
  47. "MAX_VOLUME": "Max volume",
  48. "RTC_MODE_OFF": "AEC Off",
  49. "RTC_MODE_ON": "AEC On"
  50. }
  51. }