strings.json 1.0 KB

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "config": {
  3. "abort": {
  4. "already_configured": "[%key:common::config_flow::abort::already_configured_account%]"
  5. },
  6. "error": {
  7. "cannot_connect": "Failed to connect, please try again.",
  8. "invalid_auth": "Invalid authentication.",
  9. "too_many_requests": "Too many requests, retry later.",
  10. "unknown": "Unexpected error."
  11. },
  12. "step": {
  13. "user": {
  14. "description": "Please enter your credentials.",
  15. "data": {
  16. "client_id": "Application Key / Client ID",
  17. "client_secret": "Application secret / Client secret"
  18. },
  19. "title": "Gardena Smart System"
  20. }
  21. }
  22. },
  23. "options": {
  24. "step": {
  25. "user": {
  26. "data": {
  27. "mower_duration": "Mower Duration (minutes)",
  28. "smart_irrigation_control_duration": "Smart Irrigation Control Duration (minutes)",
  29. "smart_watering_duration": "Smart Watering Duration (minutes)"
  30. },
  31. "title": "Gardena Smart System - Options"
  32. }
  33. }
  34. }
  35. }