strings.json 925 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  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. }