Skip to content

Commit

Permalink
Update en.json
Browse files Browse the repository at this point in the history
  • Loading branch information
xirixiz authored Jul 16, 2021
1 parent 5aa7259 commit 7cba2d9
Showing 1 changed file with 11 additions and 31 deletions.
42 changes: 11 additions & 31 deletions custom_components/afvalwijzer/translations/en.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
}
Expand Down

0 comments on commit 7cba2d9

Please sign in to comment.