diff --git a/custom_components/afvalwijzer/translations/en.json b/custom_components/afvalwijzer/translations/en.json index d5d820d..e275bc7 100644 --- a/custom_components/afvalwijzer/translations/en.json +++ b/custom_components/afvalwijzer/translations/en.json @@ -1,42 +1,22 @@ { "config": { - "error": { - "auth": "The auth token provided is not valid.", - "invalid_path": "The path provided is not valid. Should be in the format `user/repo-name`." + "abort": { + "already_configured": "Location is already configured" }, - "step": { - "user": { - "data": { - "access_token": "GitHub Access Token", - "url": "GitHub Enterprise server URL" - }, - "description": "Enter your GitHub credentials.", - "title": "Authentication" - }, - "repo": { - "data": { - "add_another": "Add another repo?", - "path": "Path to the repository e.g. home-assistant/core", - "name": "Name of the sensor." - }, - "description": "Add a GitHub repo, check the box to add another.", - "title": "Add GitHub Repository" - } - } - }, - "options": { "error": { - "invalid_path": "The path provided is not valid. Should be in the format `user/repo-name` and should be a valid github repository." + "cannot_connect": "Failed to connect", + "invalid_address": "Address not found in Afvalwijzer service area." }, "step": { - "init": { - "title": "Manage Repos", + "user": { "data": { - "repos": "Existing Repos: Uncheck any repos you want to remove.", - "path": "New Repo: Path to the repository e.g. home-assistant/core", - "name": "New Repo: Name of the sensor." + "provider": "Waste provider", + "street_number": "House number", + "suffox": "House letter/additional", + "postal_code": "Postal code" }, - "description": "Remove existing repos or add a new repo." + "description": "Set up Afvalwijzer providing waste collection information on your address.", + "title": "Afvalwijzer" } } }