Skip to content

Commit

Permalink
Fixed references to v2 docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dennissiemensma committed Feb 12, 2020
1 parent ac0f457 commit 80d8b4a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![CircleCI](https://circleci.com/gh/dennissiemensma/dsmr-reader/tree/master.svg?style=svg)](https://circleci.com/gh/dennissiemensma/dsmr-reader/tree/v3)
[![Coverage](https://codecov.io/github/dennissiemensma/dsmr-reader/coverage.svg?branch=master)](https://codecov.io/gh/dennissiemensma/dsmr-reader/branch/v3)
[![Documentation](https://readthedocs.org/projects/dsmr-reader/badge/?version=v2)](https://dsmr-reader.readthedocs.io/en/v3/)
[![Documentation](https://readthedocs.org/projects/dsmr-reader/badge/?version=v3)](https://dsmr-reader.readthedocs.io/en/v3/)
[![Python](https://img.shields.io/badge/python-3.6%20|%203.7%20|%203.8-brightgreen.svg)](https://dsmr-reader.readthedocs.io/en/v3/requirements.html#python)
[![Donate](https://img.shields.io/badge/Donate-PayPal-brightgreen.svg)](https://dsmr-reader.readthedocs.io/en/v3/donations.html)
[![Requirements](https://requires.io/github/dennissiemensma/dsmr-reader/requirements.svg?branch=v3)](https://requires.io/github/dennissiemensma/dsmr-reader/requirements/?branch=v3)
Expand Down
4 changes: 2 additions & 2 deletions dsmr_mqtt/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -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>'
)
}
),
Expand All @@ -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>.'
)
}
),
Expand Down
Binary file modified dsmrreader/locales/nl/LC_MESSAGES/django.mo
Binary file not shown.
8 changes: 4 additions & 4 deletions dsmrreader/locales/nl/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -1390,17 +1390,17 @@ 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"

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."
Expand Down

0 comments on commit 80d8b4a

Please sign in to comment.