From 80d8b4a4efbe0b4c6ae6ee558a75f661ca8a6491 Mon Sep 17 00:00:00 2001 From: Dennis Siemensma Date: Wed, 12 Feb 2020 20:50:26 +0100 Subject: [PATCH] Fixed references to v2 docs --- README.md | 2 +- dsmr_mqtt/admin.py | 4 ++-- dsmrreader/locales/nl/LC_MESSAGES/django.mo | Bin 92175 -> 92175 bytes dsmrreader/locales/nl/LC_MESSAGES/django.po | 8 ++++---- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 24fd16ad6..c53ea3a00 100644 --- a/README.md +++ b/README.md @@ -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) 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: ' - 'Documentation' + 'Documentation' ) } ), @@ -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 FAQ.' + 'See the FAQ.' ) } ), diff --git a/dsmrreader/locales/nl/LC_MESSAGES/django.mo b/dsmrreader/locales/nl/LC_MESSAGES/django.mo index 0022159e8b1d420449895b23d2d42439dfcd55e4..aaeb6fb2d04752db2357c2f48d0f059b5a255633 100644 GIT binary patch delta 108 zcmV-y0F(cZ&;^gs1+eTb0#yRD?kzq60$%}>E-%&sDgmI9X2#ITFO5$#c2C}F($AF5 zG}+D6h)IiabCqd`B%{&h^L}26(`z^wH8wjIOeDocumentation" -msgstr "Gedetailleerde instructies voor configureren van MQTT kun je hier terugvinden: Documentatie" +msgid "Detailed instructions for configuring MQTT can be found here: Documentation" +msgstr "Gedetailleerde instructies voor configureren van MQTT kun je hier terugvinden: Documentatie" 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 FAQ." -msgstr "N.B.: Je zult het \"dsmr_mqtt\" proces moeten herstarten om wijzigingen door te voeren. Zie de FAQ." +msgid "Note: You will have to restart the \"dsmr_mqtt\" process for any changes to apply. See the FAQ." +msgstr "N.B.: Je zult het \"dsmr_mqtt\" proces moeten herstarten om wijzigingen door te voeren. Zie de FAQ." 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."