en.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "config": {
  3. "abort": {
  4. "single_instance_allowed": "Only a single configuration of HACS is allowed.",
  5. "min_ha_version": "You need at least version {version} of Home Assistant to setup HACS.",
  6. "github": "Could not authenticate with GitHub, try again later.",
  7. "not_setup": "HACS is not setup.",
  8. "reauth_successful": "Reauthentication was successful."
  9. },
  10. "error": {
  11. "auth": "Personal Access Token is not correct",
  12. "acc": "You need to acknowledge all the statements before continuing"
  13. },
  14. "step": {
  15. "user": {
  16. "data": {
  17. "acc_logs": "I know how to access Home Assistant logs",
  18. "acc_addons": "I know that there are no add-ons in HACS",
  19. "acc_untested": "I know that everything inside HACS is custom and untested by Home Assistant",
  20. "acc_disable": "I know that if I get issues with Home Assistant I should disable all my custom_components"
  21. },
  22. "description": "Before you can setup HACS you need to acknowledge the following"
  23. },
  24. "device": {
  25. "title": "Waiting for device activation"
  26. },
  27. "reauth_confirm": {
  28. "title": "Reauthentication needed",
  29. "description": "You need to reauthenticate with GitHub."
  30. }
  31. },
  32. "progress": {
  33. "wait_for_device": "1. Open {url} \n2.Paste the following key to authorize HACS: \n```\n{code}\n```\n"
  34. }
  35. },
  36. "options": {
  37. "abort": {
  38. "not_setup": "HACS is not setup.",
  39. "release_limit_value": "The release limit needs to be between 1 and 100"
  40. },
  41. "step": {
  42. "user": {
  43. "data": {
  44. "not_in_use": "Not in use with YAML",
  45. "country": "Filter with country code.",
  46. "experimental": "Enable experimental features",
  47. "release_limit": "Number of releases to show.",
  48. "debug": "Enable debug.",
  49. "appdaemon": "Enable AppDaemon apps discovery & tracking",
  50. "netdaemon": "Enable NetDaemon apps discovery & tracking",
  51. "sidepanel_icon": "Side panel icon",
  52. "sidepanel_title": "Side panel title"
  53. }
  54. }
  55. }
  56. }
  57. }