strings.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "config": {
  3. "title": "Advanced Config Flow Example",
  4. "abort": {
  5. "already_configured": "Device is already configured",
  6. "reconfigure_successful": "Reconfiguration successful",
  7. "already_in_progress": "A setup is already in progress for this integration"
  8. },
  9. "error": {
  10. "cannot_connect": "Failed to connect",
  11. "invalid_auth": "Invalid authentication",
  12. "invalid_settings": "Invalid settings",
  13. "unknown": "Unexpected error"
  14. },
  15. "step": {
  16. "user": {
  17. "title": "Multi Step Config - Step 1",
  18. "data": {
  19. "host": "Host",
  20. "password": "Password",
  21. "username": "Username"
  22. }
  23. },
  24. "settings": {
  25. "title": "Multi Step Config - Step 2",
  26. "data": {
  27. "sensors": "Sensor",
  28. "choose": "Selector",
  29. "minimum": "Minimum Value"
  30. }
  31. },
  32. "reconfigure": {
  33. "data": {
  34. "host": "Host",
  35. "password": "Password",
  36. "username": "Username"
  37. }
  38. }
  39. }
  40. },
  41. "options": {
  42. "step": {
  43. "init": {
  44. "title": "Example2 Options",
  45. "description": "Select which options to amend.",
  46. "menu_options": {
  47. "option1": "Options Set 1",
  48. "option2": "Options Set 2"
  49. }
  50. },
  51. "option1": {
  52. "title": "Example2 Options",
  53. "description": "Option Set 1",
  54. "data": {
  55. "scan_interval": "Scan Interval (seconds)",
  56. "description": "My Description"
  57. }
  58. },
  59. "option2": {
  60. "title": "Example2 Options",
  61. "description": "Option Set 2",
  62. "data": {
  63. "chose": "Pick a device"
  64. }
  65. }
  66. }
  67. },
  68. "selector": {
  69. "example_selector": {
  70. "options": {
  71. "all": "All",
  72. "light": "Light",
  73. "switch": "Switch"
  74. }
  75. }
  76. }
  77. }