en.json 991 B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "config": {
  3. "abort": {
  4. "already_configured": "Location is already configured"
  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. "email": "E-mail",
  17. "password": "Password",
  18. "client_id": "Application Key / Client ID"
  19. },
  20. "title": "Gardena Smart System"
  21. }
  22. }
  23. },
  24. "options": {
  25. "step": {
  26. "user": {
  27. "data": {
  28. "mower_duration": "Mower Duration (minutes)",
  29. "smart_irrigation_control_duration": "Smart Irrigation Control Duration (minutes)",
  30. "smart_watering_duration": "Smart Watering Duration (minutes)"
  31. },
  32. "title": "Gardena Smart System - Options"
  33. }
  34. }
  35. }
  36. }