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",