diff --git a/README.md b/README.md index 24fd16ad6..c53ea3a00 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [](https://circleci.com/gh/dennissiemensma/dsmr-reader/tree/v3) [](https://codecov.io/gh/dennissiemensma/dsmr-reader/branch/v3) -[](https://dsmr-reader.readthedocs.io/en/v3/) +[](https://dsmr-reader.readthedocs.io/en/v3/) [](https://dsmr-reader.readthedocs.io/en/v3/requirements.html#python) [](https://dsmr-reader.readthedocs.io/en/v3/donations.html) [](https://requires.io/github/dennissiemensma/dsmr-reader/requirements/?branch=v3) diff --git a/dsmr_mqtt/admin.py b/dsmr_mqtt/admin.py index 338eff6db..d4df9fcf1 100644 --- a/dsmr_mqtt/admin.py +++ b/dsmr_mqtt/admin.py @@ -15,7 +15,7 @@ class MQTTBrokerSettingsAdmin(SingletonModelAdmin): 'fields': ['hostname', 'port', 'secure', 'client_id'], 'description': _( 'Detailed instructions for configuring MQTT can be found here: ' - '<a href="https://dsmr-reader.readthedocs.io/nl/v2/mqtt.html">Documentation</a>' + '<a href="https://dsmr-reader.readthedocs.io/nl/v3/mqtt.html">Documentation</a>' ) } ), @@ -32,7 +32,7 @@ class MQTTBrokerSettingsAdmin(SingletonModelAdmin): 'fields': ['process_sleep'], 'description': _( 'Note: You will have to restart the "dsmr_mqtt" process for any changes to apply. ' - 'See the <a href="https://dsmr-reader.readthedocs.io/nl/v2/faq/restart_processes.html">FAQ</a>.' + 'See the <a href="https://dsmr-reader.readthedocs.io/nl/v3/faq/restart_processes.html">FAQ</a>.' ) } ), diff --git a/dsmrreader/locales/nl/LC_MESSAGES/django.mo b/dsmrreader/locales/nl/LC_MESSAGES/django.mo index 0022159e8..aaeb6fb2d 100644 Binary files a/dsmrreader/locales/nl/LC_MESSAGES/django.mo and b/dsmrreader/locales/nl/LC_MESSAGES/django.mo differ diff --git a/dsmrreader/locales/nl/LC_MESSAGES/django.po b/dsmrreader/locales/nl/LC_MESSAGES/django.po index 1d254d5fc..c46334daa 100644 --- a/dsmrreader/locales/nl/LC_MESSAGES/django.po +++ b/dsmrreader/locales/nl/LC_MESSAGES/django.po @@ -1390,8 +1390,8 @@ msgstr "Geen recente gasmeting gevonden" msgid "Unexpected status code received" msgstr "Onverwachte statuscode ontvangen" -msgid "Detailed instructions for configuring MQTT can be found here: <a href=\"https://dsmr-reader.readthedocs.io/nl/v2/mqtt.html\">Documentation</a>" -msgstr "Gedetailleerde instructies voor configureren van MQTT kun je hier terugvinden: <a href=\"https://dsmr-reader.readthedocs.io/nl/v2/mqtt.html\">Documentatie</a>" +msgid "Detailed instructions for configuring MQTT can be found here: <a href=\"https://dsmr-reader.readthedocs.io/nl/v3/mqtt.html\">Documentation</a>" +msgstr "Gedetailleerde instructies voor configureren van MQTT kun je hier terugvinden: <a href=\"https://dsmr-reader.readthedocs.io/nl/v3/mqtt.html\">Documentatie</a>" msgid "Misc" msgstr "Overig" @@ -1399,8 +1399,8 @@ msgstr "Overig" msgid "These broker settings apply to all enabled MQTT configurations." msgstr "Deze broker-instellingen zijn van toepassing op alle ingeschakelde MQTT configuraties." -msgid "Note: You will have to restart the \"dsmr_mqtt\" process for any changes to apply. See the <a href=\"https://dsmr-reader.readthedocs.io/nl/v2/faq/restart_processes.html\">FAQ</a>." -msgstr "N.B.: Je zult het \"dsmr_mqtt\" proces moeten herstarten om wijzigingen door te voeren. Zie de <a href=\"https://dsmr-reader.readthedocs.io/nl/v2/faq/restart_processes.html\">FAQ</a>." +msgid "Note: You will have to restart the \"dsmr_mqtt\" process for any changes to apply. See the <a href=\"https://dsmr-reader.readthedocs.io/nl/v3/faq/restart_processes.html\">FAQ</a>." +msgstr "N.B.: Je zult het \"dsmr_mqtt\" proces moeten herstarten om wijzigingen door te voeren. Zie de <a href=\"https://dsmr-reader.readthedocs.io/nl/v3/faq/restart_processes.html\">FAQ</a>." msgid "Triggered by the datalogger or any API calls using the v1 API. Allows you to pass on any incoming raw telegrams to the MQTT broker." msgstr "Wordt geactiveerd door de datalogger of API calls via de v1 API. Staat je toe om onbewerkte telegrammen door te sturen naar de MQTT broker."