From 29bcb3853570b220c5e0b3c7b59c700ddf5f6c49 Mon Sep 17 00:00:00 2001 From: Claudio Chimera Date: Mon, 29 Jul 2024 21:44:08 +0200 Subject: [PATCH] Update message --- alexa/locales/en-US/alexa-adapter.json | 2 +- alexa/locales/it_IT/alexa-adapter.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/alexa/locales/en-US/alexa-adapter.json b/alexa/locales/en-US/alexa-adapter.json index ba3b158..cf33d3c 100644 --- a/alexa/locales/en-US/alexa-adapter.json +++ b/alexa/locales/en-US/alexa-adapter.json @@ -49,7 +49,7 @@ "oa2_client_id": "Oauth client id", "oa2_secret": "Oauth Secret", "port": "HTTP(s) Port, empty or zero for the Node-RED port", - "rate_limit": "Requests rate limit (requests for second)", + "rate_limit": "Requests rate limit (requests for second, empty or 0 for disable)", "http_path": "HTTP(s) Path", "publickey": "Certificate public key filename", "privatekey": "Certificate private key filename", diff --git a/alexa/locales/it_IT/alexa-adapter.json b/alexa/locales/it_IT/alexa-adapter.json index d3dad87..322a500 100644 --- a/alexa/locales/it_IT/alexa-adapter.json +++ b/alexa/locales/it_IT/alexa-adapter.json @@ -49,7 +49,7 @@ "oa2_client_id": "ID Cliente", "oa2_secret": "Segreto", "port": "Porta del server HTTP, zero o vuoto per usare la porta di Node-RED", - "rate_limit": "Limite richieste (richieste al secondo)", + "rate_limit": "Limite richieste (richieste al secondo, vuoto o 0 per disabilitare)", "http_path": "Percorso del server HTTP", "publickey": "File con la chiave pubblica del certificato", "privatekey": "File con la chiave privata del certificato",