Skip to content

Commit

Permalink
feat: add translations
Browse files Browse the repository at this point in the history
  • Loading branch information
bramstroker committed Dec 22, 2024
1 parent 2ce2213 commit 8c42fc0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions custom_components/state_webhook/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@
"user": {
"data": {
"name": "Name",
"retry_limit": "Retry limit",
"webhook_url": "Webhook URL",
"webhook_auth_header": "Authorization header",
"webhook_headers": "Additional headers"
},
"data_description": {
"retry_limit": "Number of times to retry sending the webhook, with a delay of 5 seconds between each retry",
"webhook_url": "URL where state changes will be sent to using POST request",
"webhook_auth_header": "Authorization header to be sent with the request",
"webhook_headers": "Additional headers to be sent. Format: key1: value1 on each line"
Expand Down Expand Up @@ -48,11 +50,13 @@
"webhook": {
"data": {
"name": "Name",
"retry_limit": "Retry limit",
"webhook_url": "Webhook URL",
"webhook_auth_header": "Authorization header",
"webhook_headers": "Additional headers"
},
"data_description": {
"retry_limit": "Number of times to retry sending the webhook, with a delay of 5 seconds between each retry",
"webhook_url": "URL where state changes will be sent to using POST request",
"webhook_auth_header": "Authorization header to be sent with the request",
"webhook_headers": "Additional headers to be sent. Format: key1: value1 on each line"
Expand Down

0 comments on commit 8c42fc0

Please sign in to comment.