strings.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "config": {
  3. "title": "Integration 101 Template Integration",
  4. "abort": {
  5. "already_configured": "Device is already configured",
  6. "reconfigure_successful": "Reconfiguration successful"
  7. },
  8. "error": {
  9. "cannot_connect": "Failed to connect",
  10. "invalid_auth": "Invalid authentication",
  11. "unknown": "Unexpected error"
  12. },
  13. "step": {
  14. "user": {
  15. "data": {
  16. "host": "Host",
  17. "password": "Password",
  18. "username": "Username"
  19. }
  20. },
  21. "reconfigure": {
  22. "data": {
  23. "host": "Host",
  24. "password": "Password",
  25. "username": "Username"
  26. }
  27. }
  28. }
  29. },
  30. "options": {
  31. "step": {
  32. "init": {
  33. "data": {
  34. "scan_interval": "Scan Interval (seconds)"
  35. },
  36. "description": "Amend your options.",
  37. "title": "Example Integration Options"
  38. }
  39. }
  40. },
  41. "entity": {
  42. "sensor": {
  43. "rssi": { "name": "Received Signal Strength Indicator" },
  44. "rsrq": { "name": "Received Signal Received Quality" },
  45. "rsrp": { "name": "Received Signal Received Power" },
  46. "sinr": { "name": "Signal To Noise Ratio" },
  47. "network_technology": { "name": "Network Technology" },
  48. "network_band": { "name": "Network Band" }
  49. }
  50. }
  51. }