2017-09-02 13:37:02 +01:00
|
|
|
/*
|
2017-09-02 16:16:18 +01:00
|
|
|
nl-NL.h - localization for Dutch - Nederland for Sonoff-Tasmota
|
2017-09-02 13:37:02 +01:00
|
|
|
|
2017-12-22 13:55:24 +00:00
|
|
|
Copyright (C) 2018 Theo Arends
|
2017-09-02 13:37:02 +01:00
|
|
|
|
|
|
|
This program is free software: you can redistribute it and/or modify
|
|
|
|
it under the terms of the GNU General Public License as published by
|
|
|
|
the Free Software Foundation, either version 3 of the License, or
|
|
|
|
(at your option) any later version.
|
|
|
|
|
|
|
|
This program is distributed in the hope that it will be useful,
|
|
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
GNU General Public License for more details.
|
|
|
|
|
|
|
|
You should have received a copy of the GNU General Public License
|
|
|
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
*/
|
|
|
|
|
2017-10-18 17:22:34 +01:00
|
|
|
#ifndef _LANGUAGE_NL_NL_H_
|
|
|
|
#define _LANGUAGE_NL_NL_H_
|
|
|
|
|
2017-09-02 13:37:02 +01:00
|
|
|
/*************************** ATTENTION *******************************\
|
|
|
|
*
|
|
|
|
* Due to memory constraints only UTF-8 is supported.
|
2017-10-18 17:22:34 +01:00
|
|
|
* To save code space keep text as short as possible.
|
2017-09-02 13:37:02 +01:00
|
|
|
* Time and Date provided by SDK can not be localized (yet).
|
|
|
|
* Use online command StateText to translate ON, OFF, HOLD and TOGGLE.
|
|
|
|
* Use online command Prefix to translate cmnd, stat and tele.
|
|
|
|
*
|
2018-04-17 11:07:11 +01:00
|
|
|
* Updated until v5.12.0l
|
2017-09-02 13:37:02 +01:00
|
|
|
\*********************************************************************/
|
|
|
|
|
2018-01-24 16:31:20 +00:00
|
|
|
//#define LANGUAGE_MODULE_NAME // Enable to display "Module Generic" (ie Spanish), Disable to display "Generic Module" (ie English)
|
|
|
|
|
2018-03-10 13:51:40 +00:00
|
|
|
// HTML (ISO 639-1) Language Code
|
|
|
|
#define D_HTML_LANGUAGE "nl"
|
|
|
|
|
2017-09-02 13:37:02 +01:00
|
|
|
// "2017-03-07T11:08:02" - ISO8601:2004
|
|
|
|
#define D_YEAR_MONTH_SEPARATOR "-"
|
|
|
|
#define D_MONTH_DAY_SEPARATOR "-"
|
|
|
|
#define D_DATE_TIME_SEPARATOR "T"
|
|
|
|
#define D_HOUR_MINUTE_SEPARATOR ":"
|
|
|
|
#define D_MINUTE_SECOND_SEPARATOR ":"
|
|
|
|
|
|
|
|
#define D_DAY3LIST "Zo Ma Di Wo Do Vr Za "
|
|
|
|
#define D_MONTH3LIST "JanFebMarAprMeiJunJulAugSepOktNovDec"
|
|
|
|
|
|
|
|
// Non JSON decimal separator
|
|
|
|
#define D_DECIMAL_SEPARATOR ","
|
|
|
|
|
|
|
|
// Common
|
|
|
|
#define D_ADMIN "Admin"
|
2018-01-27 16:52:48 +00:00
|
|
|
#define D_AIR_QUALITY "Lucht kwaliteit"
|
2017-09-02 13:37:02 +01:00
|
|
|
#define D_AP "AP" // Access Point
|
|
|
|
#define D_AS "als"
|
|
|
|
#define D_AUTO "AUTO"
|
|
|
|
#define D_BLINK "Knipper"
|
|
|
|
#define D_BLINKOFF "KnipperUit"
|
|
|
|
#define D_BOOT_COUNT "Herstarts"
|
|
|
|
#define D_BRIGHTLIGHT "Fel"
|
|
|
|
#define D_BUTTON "DrukKnop"
|
2017-12-01 14:59:53 +00:00
|
|
|
#define D_BY "door" // Written by me
|
2018-01-06 16:34:42 +00:00
|
|
|
#define D_BYTES "Bytes"
|
2017-09-02 13:37:02 +01:00
|
|
|
#define D_CELSIUS "Celsius"
|
2017-12-22 13:55:24 +00:00
|
|
|
#define D_CO2 "Koolstofdioxide"
|
2017-09-02 13:37:02 +01:00
|
|
|
#define D_CODE "code" // Button code
|
|
|
|
#define D_COLDLIGHT "Koud"
|
|
|
|
#define D_COMMAND "Opdracht"
|
|
|
|
#define D_CONNECTED "Verbonden"
|
|
|
|
#define D_COUNT "Aantal"
|
|
|
|
#define D_COUNTER "Teller"
|
|
|
|
#define D_CURRENT "Stroom" // As in Voltage and Current
|
|
|
|
#define D_DATA "Data"
|
|
|
|
#define D_DARKLIGHT "Donker"
|
|
|
|
#define D_DEBUG "Debug"
|
|
|
|
#define D_DISABLED "Uitgeschakeld"
|
2018-04-20 13:31:09 +01:00
|
|
|
#define D_DISTANCE "Afstand"
|
2017-09-02 13:37:02 +01:00
|
|
|
#define D_DNS_SERVER "DNS Server"
|
|
|
|
#define D_DONE "Klaar"
|
|
|
|
#define D_DST_TIME "ZT"
|
2018-04-01 20:54:15 +01:00
|
|
|
#define D_ECO2 "eCO2"
|
2017-09-02 13:37:02 +01:00
|
|
|
#define D_EMULATION "Emulatie"
|
|
|
|
#define D_ENABLED "Geactiveerd"
|
|
|
|
#define D_ERASE "Wissen"
|
|
|
|
#define D_ERROR "Fout"
|
|
|
|
#define D_FAHRENHEIT "Fahrenheit"
|
|
|
|
#define D_FAILED "Mislukt"
|
|
|
|
#define D_FALLBACK "Fallback"
|
|
|
|
#define D_FALLBACK_TOPIC "Fallback Topic"
|
|
|
|
#define D_FALSE "Onwaar"
|
|
|
|
#define D_FILE "Bestand"
|
|
|
|
#define D_FREE_MEMORY "Vrij geheugen"
|
2017-12-06 16:16:16 +00:00
|
|
|
#define D_GAS "Gas"
|
2017-09-02 13:37:02 +01:00
|
|
|
#define D_GATEWAY "Gateway"
|
|
|
|
#define D_GROUP "Groep"
|
|
|
|
#define D_HOST "Host"
|
|
|
|
#define D_HOSTNAME "Hostnaam"
|
|
|
|
#define D_HUMIDITY "Luchtvochtigheid"
|
|
|
|
#define D_ILLUMINANCE "Verlichtingssterkte"
|
|
|
|
#define D_IMMEDIATE "onmiddelijk" // Button immediate
|
|
|
|
#define D_INDEX "Index"
|
|
|
|
#define D_INFO "Info"
|
|
|
|
#define D_INITIALIZED "Geinitialiseerd"
|
|
|
|
#define D_IP_ADDRESS "IP Adres"
|
2017-12-29 13:35:05 +00:00
|
|
|
#define D_LIGHT "Licht"
|
2017-09-02 13:37:02 +01:00
|
|
|
#define D_LWT "LWT"
|
|
|
|
#define D_MODULE "Module"
|
|
|
|
#define D_MQTT "MQTT"
|
|
|
|
#define D_MULTI_PRESS "meervoudig"
|
|
|
|
#define D_NOISE "Lawaai"
|
|
|
|
#define D_NONE "Geen"
|
|
|
|
#define D_OFF "Uit"
|
|
|
|
#define D_OFFLINE "Offline"
|
|
|
|
#define D_OK "Ok"
|
2018-03-28 17:01:38 +01:00
|
|
|
#define D_ON "Aan"
|
2017-09-02 13:37:02 +01:00
|
|
|
#define D_ONLINE "Online"
|
|
|
|
#define D_PASSWORD "Wachtwoord"
|
|
|
|
#define D_PORT "Poort"
|
|
|
|
#define D_POWER_FACTOR "Arbeidsfactor"
|
|
|
|
#define D_POWERUSAGE "Vermogen"
|
|
|
|
#define D_PRESSURE "Luchtdruk"
|
2017-10-08 15:51:05 +01:00
|
|
|
#define D_PRESSUREATSEALEVEL "ZeeLuchtdruk"
|
2017-09-02 13:37:02 +01:00
|
|
|
#define D_PROGRAM_FLASH_SIZE "Programma Flash Grootte"
|
|
|
|
#define D_PROGRAM_SIZE "Programma Grootte"
|
|
|
|
#define D_PROJECT "Project"
|
|
|
|
#define D_RECEIVED "Ontvangen"
|
|
|
|
#define D_RESTART "Herstart"
|
|
|
|
#define D_RESTARTING "Herstarten"
|
|
|
|
#define D_RESTART_REASON "Reden herstart"
|
|
|
|
#define D_RESTORE "herstellen"
|
|
|
|
#define D_RETAINED "retained"
|
2018-04-12 13:01:43 +01:00
|
|
|
#define D_RULE "Regel"
|
2017-09-02 13:37:02 +01:00
|
|
|
#define D_SAVE "Opslaan"
|
|
|
|
#define D_SENSOR "Sensor"
|
|
|
|
#define D_SSID "SSId"
|
|
|
|
#define D_START "Start"
|
|
|
|
#define D_STD_TIME "WT"
|
|
|
|
#define D_STOP "Stop"
|
|
|
|
#define D_SUBNET_MASK "Subnet Masker"
|
2017-09-26 14:10:58 +01:00
|
|
|
#define D_SUBSCRIBE_TO "Abonneer op"
|
2017-09-02 13:37:02 +01:00
|
|
|
#define D_SUCCESSFUL "Gelukt"
|
2018-04-05 11:49:43 +01:00
|
|
|
#define D_SUNRISE "Zonsopgang"
|
|
|
|
#define D_SUNSET "Zonsondergang"
|
2017-09-02 13:37:02 +01:00
|
|
|
#define D_TEMPERATURE "Temperatuur"
|
|
|
|
#define D_TO "naar"
|
|
|
|
#define D_TOGGLE "Toggle" // Wissel, Tuimel
|
|
|
|
#define D_TOPIC "Topic" // Onderwerp
|
2017-09-14 13:20:27 +01:00
|
|
|
#define D_TRANSMIT "Verzend"
|
2017-09-02 13:37:02 +01:00
|
|
|
#define D_TRUE "Waar"
|
2018-03-31 15:26:00 +01:00
|
|
|
#define D_TVOC "TVOC"
|
2017-09-02 13:37:02 +01:00
|
|
|
#define D_UPGRADE "opwaarderen"
|
|
|
|
#define D_UPLOAD "Verzenden"
|
|
|
|
#define D_UPTIME "Bedrijfstijd"
|
|
|
|
#define D_USER "Gebruiker"
|
2017-10-25 13:27:30 +01:00
|
|
|
#define D_UTC_TIME "UTC"
|
|
|
|
#define D_UV_LEVEL "UV niveau"
|
2017-09-02 13:37:02 +01:00
|
|
|
#define D_VERSION "Versie"
|
|
|
|
#define D_VOLTAGE "Spanning"
|
|
|
|
#define D_WARMLIGHT "Warm"
|
|
|
|
#define D_WEB_SERVER "Webserver"
|
2017-12-29 13:35:05 +00:00
|
|
|
|
2017-09-02 13:37:02 +01:00
|
|
|
// sonoff.ino
|
2018-01-10 13:10:25 +00:00
|
|
|
#define D_WARNING_MINIMAL_VERSION "WAARSCHUWING Deze versie bewaart geen instellingen"
|
2017-09-02 13:37:02 +01:00
|
|
|
#define D_LEVEL_10 "niveau 1-0"
|
|
|
|
#define D_LEVEL_01 "niveau 0-1"
|
|
|
|
#define D_SERIAL_LOGGING_DISABLED "Serieel logging uitgeschakeld"
|
|
|
|
#define D_SYSLOG_LOGGING_REENABLED "Syslog logging weer ingeschakeld"
|
|
|
|
|
|
|
|
#define D_SET_BAUDRATE_TO "Zet baudrate op"
|
|
|
|
#define D_RECEIVED_TOPIC "Ontvangen topic"
|
|
|
|
#define D_DATA_SIZE "Data lengte"
|
2017-11-07 14:57:24 +00:00
|
|
|
#define D_ANALOG_INPUT "Analoog"
|
2017-09-02 13:37:02 +01:00
|
|
|
|
|
|
|
// support.ino
|
|
|
|
#define D_OSWATCH "osWatch"
|
|
|
|
#define D_BLOCKED_LOOP "Blocked Loop"
|
|
|
|
#define D_WPS_FAILED_WITH_STATUS "WPSconfig mislukt met status"
|
2017-12-16 14:51:45 +00:00
|
|
|
#define D_ACTIVE_FOR_3_MINUTES "3 minuten actief"
|
2017-09-02 13:37:02 +01:00
|
|
|
#define D_FAILED_TO_START "mislukt"
|
|
|
|
#define D_PATCH_ISSUE_2186 "Patch issue 2186"
|
|
|
|
#define D_CONNECTING_TO_AP "Verbinden met AP"
|
|
|
|
#define D_IN_MODE "in stand"
|
|
|
|
#define D_CONNECT_FAILED_NO_IP_ADDRESS "Verbinding mislukt omdat geen IP adres werd ontvangen"
|
|
|
|
#define D_CONNECT_FAILED_AP_NOT_REACHED "Verbinding mislukt omdat AP onbereikbaar is"
|
|
|
|
#define D_CONNECT_FAILED_WRONG_PASSWORD "Verbinding mislukt door fout wachtwoord"
|
|
|
|
#define D_CONNECT_FAILED_AP_TIMEOUT "Verbinding mislukt door AP time-out"
|
|
|
|
#define D_ATTEMPTING_CONNECTION "Verbinden..."
|
|
|
|
#define D_CHECKING_CONNECTION "Controleer verbinding..."
|
|
|
|
#define D_QUERY_DONE "Aanvraag klaar. Aantal MQTT diensten gevonden"
|
|
|
|
#define D_MQTT_SERVICE_FOUND "MQTT dienst gevonden op"
|
|
|
|
#define D_FOUND_AT "gevonden op"
|
|
|
|
#define D_SYSLOG_HOST_NOT_FOUND "Syslog Host niet gevonden"
|
|
|
|
|
2018-01-05 11:26:19 +00:00
|
|
|
// settings.ino
|
|
|
|
#define D_SAVED_TO_FLASH_AT "Opgeslagen in flash op"
|
|
|
|
#define D_LOADED_FROM_FLASH_AT "Geladen vanuit flash op"
|
|
|
|
#define D_USE_DEFAULTS "Gebruik standaardwaarden"
|
|
|
|
#define D_ERASED_SECTOR "Wis sector"
|
|
|
|
|
2017-09-02 13:37:02 +01:00
|
|
|
// webserver.ino
|
2017-09-30 12:32:53 +01:00
|
|
|
#define D_MINIMAL_FIRMWARE_PLEASE_UPGRADE "MINIMAL firmware - opwaarderen"
|
2017-09-02 13:37:02 +01:00
|
|
|
#define D_WEBSERVER_ACTIVE_ON "Webserver actief op"
|
|
|
|
#define D_WITH_IP_ADDRESS "met IP adres"
|
|
|
|
#define D_WEBSERVER_STOPPED "Webserver gestopt"
|
|
|
|
#define D_FILE_NOT_FOUND "Bestand niet gevonden"
|
|
|
|
#define D_REDIRECTED "Redirected to captive portal"
|
|
|
|
#define D_WIFIMANAGER_SET_ACCESSPOINT_AND_STATION "Wifimanager start AccessPoint en hou Station"
|
|
|
|
#define D_WIFIMANAGER_SET_ACCESSPOINT "Wifimanager start AccessPoint"
|
|
|
|
#define D_TRYING_TO_CONNECT "Apparaat probeert te verbinden met netwerk"
|
|
|
|
|
|
|
|
#define D_RESTART_IN "Herstart over"
|
|
|
|
#define D_SECONDS "seconden"
|
|
|
|
#define D_DEVICE_WILL_RESTART "Herstart over enkele seconden"
|
|
|
|
#define D_BUTTON_TOGGLE "Toggle" // Wissel, Tuimel
|
|
|
|
#define D_CONFIGURATION "Configuratie"
|
|
|
|
#define D_INFORMATION "Informatie"
|
|
|
|
#define D_FIRMWARE_UPGRADE "Opwaarderen"
|
|
|
|
#define D_CONSOLE "Console"
|
|
|
|
#define D_CONFIRM_RESTART "Bevestig herstart"
|
|
|
|
|
|
|
|
#define D_CONFIGURE_MODULE "Configureer Module"
|
|
|
|
#define D_CONFIGURE_WIFI "Configureer WiFi"
|
|
|
|
#define D_CONFIGURE_MQTT "Configureer MQTT"
|
|
|
|
#define D_CONFIGURE_DOMOTICZ "Configureer Domoticz"
|
|
|
|
#define D_CONFIGURE_LOGGING "Configureer Logging"
|
|
|
|
#define D_CONFIGURE_OTHER "Configureer Overige"
|
|
|
|
#define D_CONFIRM_RESET_CONFIGURATION "Bevestig reset configuratie"
|
|
|
|
#define D_RESET_CONFIGURATION "Reset Configuratie"
|
|
|
|
#define D_BACKUP_CONFIGURATION "Bewaar Configuratie"
|
|
|
|
#define D_RESTORE_CONFIGURATION "Herstel Configuration"
|
|
|
|
#define D_MAIN_MENU "Hoofdmenu"
|
|
|
|
|
|
|
|
#define D_MODULE_PARAMETERS "Module parameters"
|
|
|
|
#define D_MODULE_TYPE "Module soort"
|
|
|
|
#define D_GPIO "GPIO"
|
|
|
|
#define D_SERIAL_IN "Serieel In"
|
|
|
|
#define D_SERIAL_OUT "Serieel Uit"
|
|
|
|
|
|
|
|
#define D_WIFI_PARAMETERS "Wifi parameters"
|
|
|
|
#define D_SCAN_FOR_WIFI_NETWORKS "Zoek wifi netwerken"
|
|
|
|
#define D_SCAN_DONE "Scan klaar"
|
|
|
|
#define D_NO_NETWORKS_FOUND "Geen netwerken gevonden"
|
|
|
|
#define D_REFRESH_TO_SCAN_AGAIN "Vernieuw om opnieuw te zoeken"
|
|
|
|
#define D_DUPLICATE_ACCESSPOINT "Dubbel AccessPoint"
|
|
|
|
#define D_SKIPPING_LOW_QUALITY "Overslaan agv lage ontvangskwaliteit"
|
|
|
|
#define D_RSSI "RSSI"
|
|
|
|
#define D_WEP "WEP"
|
|
|
|
#define D_WPA_PSK "WPA PSK"
|
|
|
|
#define D_WPA2_PSK "WPA2 PSK"
|
|
|
|
#define D_AP1_SSID "AP1 SSId"
|
|
|
|
#define D_AP1_PASSWORD "AP1 Wachtwoord"
|
|
|
|
#define D_AP2_SSID "AP2 SSId"
|
|
|
|
#define D_AP2_PASSWORD "AP2 Wachtwoord"
|
|
|
|
|
|
|
|
#define D_MQTT_PARAMETERS "MQTT parameters"
|
|
|
|
#define D_CLIENT "Client"
|
|
|
|
#define D_FULL_TOPIC "Volledig Topic"
|
|
|
|
|
|
|
|
#define D_LOGGING_PARAMETERS "Logging parameters"
|
2018-01-07 14:08:11 +00:00
|
|
|
#define D_SERIAL_LOG_LEVEL "Serieel log niveau"
|
|
|
|
#define D_WEB_LOG_LEVEL "Web log niveau"
|
|
|
|
#define D_SYS_LOG_LEVEL "Syslog niveau"
|
2017-09-02 13:37:02 +01:00
|
|
|
#define D_MORE_DEBUG "Meer debug"
|
|
|
|
#define D_SYSLOG_HOST "Syslog host"
|
|
|
|
#define D_SYSLOG_PORT "Syslog poort"
|
|
|
|
#define D_TELEMETRY_PERIOD "Telemetry periode"
|
|
|
|
|
|
|
|
#define D_OTHER_PARAMETERS "Overige parameters"
|
|
|
|
#define D_WEB_ADMIN_PASSWORD "Web Admin Wachtwoord"
|
|
|
|
#define D_MQTT_ENABLE "MQTT ingeschakeld"
|
|
|
|
#define D_FRIENDLY_NAME "Beschrijvende naam"
|
|
|
|
#define D_BELKIN_WEMO "Belkin WeMo"
|
|
|
|
#define D_HUE_BRIDGE "Hue Bridge"
|
|
|
|
#define D_SINGLE_DEVICE "een apparaat"
|
|
|
|
#define D_MULTI_DEVICE "meer apparaten"
|
|
|
|
|
|
|
|
#define D_SAVE_CONFIGURATION "Bewaar configuratie"
|
|
|
|
#define D_CONFIGURATION_SAVED "Configuratie opgeslagen"
|
|
|
|
#define D_CONFIGURATION_RESET "Configuratie ge-reset"
|
|
|
|
|
|
|
|
#define D_PROGRAM_VERSION "Programma Versie"
|
|
|
|
#define D_BUILD_DATE_AND_TIME "Compileer Datum & Tijd"
|
|
|
|
#define D_CORE_AND_SDK_VERSION "Core/SDK Versie"
|
|
|
|
#define D_FLASH_WRITE_COUNT "Aantal Flash opslagen"
|
|
|
|
#define D_MAC_ADDRESS "MAC Adres"
|
|
|
|
#define D_MQTT_HOST "MQTT Host"
|
|
|
|
#define D_MQTT_PORT "MQTT Poort"
|
|
|
|
#define D_MQTT_CLIENT "MQTT Client"
|
|
|
|
#define D_MQTT_USER "MQTT Gebruiker"
|
|
|
|
#define D_MQTT_TOPIC "MQTT Topic"
|
|
|
|
#define D_MQTT_GROUP_TOPIC "MQTT Groep Topic"
|
|
|
|
#define D_MQTT_FULL_TOPIC "MQTT Volledig Topic"
|
|
|
|
#define D_MDNS_DISCOVERY "mDNS Discovery"
|
|
|
|
#define D_MDNS_ADVERTISE "mDNS Advertise"
|
|
|
|
#define D_ESP_CHIP_ID "ESP Chip Id"
|
|
|
|
#define D_FLASH_CHIP_ID "Flash Chip Id"
|
|
|
|
#define D_FLASH_CHIP_SIZE "Flash Grootte"
|
2017-09-30 12:32:53 +01:00
|
|
|
#define D_FREE_PROGRAM_SPACE "Programma ruimte over"
|
2017-09-02 13:37:02 +01:00
|
|
|
|
|
|
|
#define D_UPGRADE_BY_WEBSERVER "Opwaarderen dmv webserver"
|
|
|
|
#define D_OTA_URL "OTA Url"
|
|
|
|
#define D_START_UPGRADE "Start opwaarderen"
|
|
|
|
#define D_UPGRADE_BY_FILE_UPLOAD "Opwaarderen dmv verzenden bestand"
|
|
|
|
#define D_UPLOAD_STARTED "Verzending gestart"
|
|
|
|
#define D_UPGRADE_STARTED "Opwaarderen gestart"
|
|
|
|
#define D_UPLOAD_DONE "Opwaarderen klaar"
|
|
|
|
#define D_UPLOAD_ERR_1 "Geen bestand gekozen"
|
|
|
|
#define D_UPLOAD_ERR_2 "Onvoldoende geheugen ruimte"
|
|
|
|
#define D_UPLOAD_ERR_3 "Magische byte is niet 0xE9"
|
|
|
|
#define D_UPLOAD_ERR_4 "Programma flash grootte is groter dan werkelijke flash grootte"
|
|
|
|
#define D_UPLOAD_ERR_5 "Opwaardeer buffer verschil"
|
|
|
|
#define D_UPLOAD_ERR_6 "Opwaarderen mislukt. Schakel logging 3 in"
|
|
|
|
#define D_UPLOAD_ERR_7 "Opwaarderen afgebroken"
|
|
|
|
#define D_UPLOAD_ERR_8 "Ongeldig bestand"
|
|
|
|
#define D_UPLOAD_ERR_9 "Bestand is te groot"
|
|
|
|
#define D_UPLOAD_ERROR_CODE "Opwaardeer foutcode"
|
|
|
|
|
|
|
|
#define D_ENTER_COMMAND "Geef opdracht"
|
|
|
|
#define D_ENABLE_WEBLOG_FOR_RESPONSE "Schakel weblog 2 in indien antwoord verwacht"
|
|
|
|
#define D_NEED_USER_AND_PASSWORD "Benodig user=<gebruiker>&password=<webwachtwoord>"
|
|
|
|
|
2018-03-12 13:56:48 +00:00
|
|
|
// xdrv_00_mqtt.ino
|
|
|
|
#define D_FINGERPRINT "Controleer TLS vingerafdruk..."
|
|
|
|
#define D_TLS_CONNECT_FAILED_TO "TLS Verbinding mislukt naar"
|
|
|
|
#define D_RETRY_IN "Opnieuw proberen over"
|
|
|
|
#define D_VERIFIED "Gecontroleerd met vingerafdruk"
|
|
|
|
#define D_INSECURE "Door ongeldige vingerafdruk een onveilige verbinding"
|
|
|
|
#define D_CONNECT_FAILED_TO "Verbinding mislukt naar"
|
|
|
|
|
2018-01-05 11:26:19 +00:00
|
|
|
// xdrv_wemohue.ino
|
|
|
|
#define D_MULTICAST_DISABLED "Multicast uitgeschakeld"
|
|
|
|
#define D_MULTICAST_REJOINED "Multicast verbonden"
|
|
|
|
#define D_MULTICAST_JOIN_FAILED "Multicast verbinding mislukt"
|
|
|
|
#define D_FAILED_TO_SEND_RESPONSE "Antwoord versturen mislukt"
|
|
|
|
|
|
|
|
#define D_WEMO "WeMo"
|
|
|
|
#define D_WEMO_BASIC_EVENT "WeMo basis gebeurtenis"
|
|
|
|
#define D_WEMO_EVENT_SERVICE "WeMo gebeurtenis dienst"
|
|
|
|
#define D_WEMO_META_SERVICE "WeMo meta service"
|
|
|
|
#define D_WEMO_SETUP "WeMo installatie"
|
|
|
|
#define D_RESPONSE_SENT "Antwoord verstuurd"
|
|
|
|
|
|
|
|
#define D_HUE "Hue"
|
|
|
|
#define D_HUE_BRIDGE_SETUP "Hue installatie"
|
|
|
|
#define D_HUE_API_NOT_IMPLEMENTED "Hue API niet beschikbaar"
|
|
|
|
#define D_HUE_API "Hue API"
|
|
|
|
#define D_HUE_POST_ARGS "Hue POST argumenten"
|
|
|
|
#define D_3_RESPONSE_PACKETS_SENT "3 antwoord paketten verstuurd"
|
2017-09-02 13:37:02 +01:00
|
|
|
|
2018-01-05 11:26:19 +00:00
|
|
|
// xdrv_05_domoticz.ino
|
|
|
|
#define D_DOMOTICZ_PARAMETERS "Domoticz parameters"
|
|
|
|
#define D_DOMOTICZ_IDX "Idx"
|
|
|
|
#define D_DOMOTICZ_KEY_IDX "Toets idx"
|
|
|
|
#define D_DOMOTICZ_SWITCH_IDX "Schakelaar idx"
|
|
|
|
#define D_DOMOTICZ_SENSOR_IDX "Sensor idx"
|
|
|
|
#define D_DOMOTICZ_TEMP "Temp"
|
|
|
|
#define D_DOMOTICZ_TEMP_HUM "Temp,Hum"
|
|
|
|
#define D_DOMOTICZ_TEMP_HUM_BARO "Temp,Hum,Baro"
|
|
|
|
#define D_DOMOTICZ_POWER_ENERGY "Power,Energy"
|
|
|
|
#define D_DOMOTICZ_ILLUMINANCE "Illuminance"
|
2018-03-12 13:56:48 +00:00
|
|
|
#define D_DOMOTICZ_COUNT "Count/PM1"
|
|
|
|
#define D_DOMOTICZ_VOLTAGE "Spanning/PM2,5"
|
|
|
|
#define D_DOMOTICZ_CURRENT "Stroom/PM10"
|
2018-01-05 11:26:19 +00:00
|
|
|
#define D_DOMOTICZ_AIRQUALITY "AirQuality"
|
|
|
|
#define D_DOMOTICZ_UPDATE_TIMER "Bijwerk timer"
|
2017-09-02 13:37:02 +01:00
|
|
|
|
2018-03-28 17:01:38 +01:00
|
|
|
// xdrv_09_timers.ino
|
|
|
|
#define D_CONFIGURE_TIMER "Configureer Tijdschakelaar"
|
|
|
|
#define D_TIMER_PARAMETERS "Tijdschakelaar parameters"
|
|
|
|
#define D_TIMER_ARM "Actief"
|
|
|
|
#define D_TIMER_TIME "Tijd"
|
|
|
|
#define D_TIMER_DAYS "Dagen"
|
|
|
|
#define D_TIMER_REPEAT "Herhaal"
|
2018-03-30 10:15:04 +01:00
|
|
|
#define D_TIMER_OUTPUT "Uitgang"
|
2018-04-12 13:01:43 +01:00
|
|
|
#define D_TIMER_ACTION "Actie"
|
2018-03-28 17:01:38 +01:00
|
|
|
|
2018-04-18 16:24:23 +01:00
|
|
|
// xdrv_10_knx.ino
|
|
|
|
#define D_CONFIGURE_KNX "Configure KNX"
|
|
|
|
#define D_KNX_PARAMETERS "KNX Parameters"
|
|
|
|
#define D_KNX_GENERAL_CONFIG "General"
|
|
|
|
#define D_KNX_PHYSICAL_ADDRESS "Physical Address"
|
|
|
|
#define D_KNX_PHYSICAL_ADDRESS_NOTE "( Must be unique on the KNX network )"
|
|
|
|
#define D_KNX_ENABLE "Enable KNX"
|
|
|
|
#define D_KNX_GROUP_ADDRESS_TO_WRITE "Data to Send to Group Addresses"
|
|
|
|
#define D_ADD "Add"
|
|
|
|
#define D_DELETE "Delete"
|
|
|
|
#define D_REPLY "Reply"
|
|
|
|
#define D_KNX_GROUP_ADDRESS_TO_READ "Group Addresses to Receive Data from"
|
|
|
|
#define D_LOG_KNX "KNX: "
|
|
|
|
#define D_RECEIVED_FROM "Received from"
|
|
|
|
#define D_KNX_COMMAND_WRITE "Write"
|
|
|
|
#define D_KNX_COMMAND_READ "Read"
|
|
|
|
#define D_KNX_COMMAND_OTHER "Other"
|
|
|
|
#define D_SENT_TO "sent to"
|
|
|
|
#define D_KNX_WARNING "The group address ( 0 / 0 / 0 ) is reserved and can not be used."
|
|
|
|
|
2018-01-08 10:44:18 +00:00
|
|
|
// xdrv_03_energy.ino
|
2017-09-02 13:37:02 +01:00
|
|
|
#define D_ENERGY_TODAY "Verbruik vandaag"
|
|
|
|
#define D_ENERGY_YESTERDAY "Verbruik gisteren"
|
|
|
|
#define D_ENERGY_TOTAL "Verbruik totaal"
|
|
|
|
|
v5.9.1j - Add Dual R2, Rewrite DS18x20 and fixes
5.9.1j
* Revert changes to xsns_05_ds18x20.ino and rename to
xsns_05_ds18x20_legacy.ino still needing library OneWire and providing
legacy JSON message:
*
"DS18x20":{"DS1":{"Type":"DS18B20","Address":"284CC48E04000079","Temperature":19.5},"DS2":{"Type":"DS18B20","Address":"283AC28304000052","Temperature":19.6}}
* Add new xdrv_05_ds18x20.ino free from library OneWire and add the
following features:
* Add support for DS1822
* Add forced setting of
12-bit resolution for selected device types (#1222)
* Add read
temperature retry counter (#1215)
* Fix lost sensors by performing
sensor probe at restart only thereby removing dynamic sensor probe
(#1215)
* Fix sensor address sorting using ascending sort on sensor
type followed by sensor address
* Rewrite JSON resulting in shorter
message allowing more sensors in default firmware image:
*
"DS18B20-1":{"Id":"00000483C23A","Temperature":19.5},"DS18B20-2":{"Id":"0000048EC44C","Temperature":19.6}
* Add additional define in user_config.h to select either single sensor
(defines disabled), new multi sensor (USE_DS18X20) or legacy multi
sensor (USE_DS18X20_LEGACY)
* Add support for Sonoff Dual R2 (#1249)
*
Fix ADS1115 detection (#1258)
2017-11-27 16:46:51 +00:00
|
|
|
// xsns_05_ds18b20.ino
|
2017-11-17 16:52:31 +00:00
|
|
|
#define D_SENSOR_BUSY "Sensor bezet"
|
|
|
|
#define D_SENSOR_CRC_ERROR "Sensor CRC fout"
|
2017-11-24 16:26:20 +00:00
|
|
|
#define D_SENSORS_FOUND "Aantal sensoren"
|
2017-11-17 16:52:31 +00:00
|
|
|
|
|
|
|
// xsns_06_dht.ino
|
|
|
|
#define D_TIMEOUT_WAITING_FOR "Te lang wachten op"
|
|
|
|
#define D_START_SIGNAL_LOW "laag start signaal"
|
|
|
|
#define D_START_SIGNAL_HIGH "hoog start signaal"
|
|
|
|
#define D_PULSE "signaal"
|
|
|
|
#define D_CHECKSUM_FAILURE "Controle mislukt"
|
|
|
|
|
|
|
|
// xsns_07_sht1x.ino
|
2017-09-02 13:37:02 +01:00
|
|
|
#define D_SENSOR_DID_NOT_ACK_COMMAND "Geen opdracht ACK van sensor"
|
|
|
|
#define D_SHT1X_FOUND "SHT1X gevonden"
|
|
|
|
|
2018-01-10 13:10:25 +00:00
|
|
|
// xsns_18_pms5003.ino
|
2018-01-28 11:42:42 +00:00
|
|
|
#define D_STANDARD_CONCENTRATION "CF-1 PM" // Standard Particle CF-1 Particle Matter
|
|
|
|
#define D_ENVIRONMENTAL_CONCENTRATION "PM" // Environmetal Particle Matter
|
|
|
|
#define D_PARTICALS_BEYOND "Stofdeeltjes"
|
2018-01-10 13:10:25 +00:00
|
|
|
|
2017-09-02 13:37:02 +01:00
|
|
|
// sonoff_template.h
|
|
|
|
#define D_SENSOR_NONE "Geen"
|
|
|
|
#define D_SENSOR_DHT11 "DHT11"
|
|
|
|
#define D_SENSOR_AM2301 "AM2301"
|
2017-12-03 13:06:15 +00:00
|
|
|
#define D_SENSOR_SI7021 "SI7021"
|
2017-09-02 13:37:02 +01:00
|
|
|
#define D_SENSOR_DS18X20 "DS18x20"
|
|
|
|
#define D_SENSOR_I2C_SCL "I2C SCL"
|
|
|
|
#define D_SENSOR_I2C_SDA "I2C SDA"
|
|
|
|
#define D_SENSOR_WS2812 "WS2812"
|
2017-10-06 16:28:00 +01:00
|
|
|
#define D_SENSOR_IRSEND "IRsend"
|
2017-09-02 13:37:02 +01:00
|
|
|
#define D_SENSOR_SWITCH "Switch" // Suffix "1"
|
|
|
|
#define D_SENSOR_BUTTON "Button" // Suffix "1"
|
2017-10-18 17:22:34 +01:00
|
|
|
#define D_SENSOR_RELAY "Relais" // Suffix "1i"
|
|
|
|
#define D_SENSOR_LED "Led" // Suffix "1i"
|
2017-09-02 13:37:02 +01:00
|
|
|
#define D_SENSOR_PWM "PWM" // Suffix "1"
|
|
|
|
#define D_SENSOR_COUNTER "Teller" // Suffix "1"
|
2017-12-22 13:55:24 +00:00
|
|
|
#define D_SENSOR_IRRECV "IRrecv"
|
2017-12-04 16:25:06 +00:00
|
|
|
#define D_SENSOR_MHZ_RX "MHZ Rx"
|
|
|
|
#define D_SENSOR_MHZ_TX "MHZ Tx"
|
2017-12-16 14:51:45 +00:00
|
|
|
#define D_SENSOR_PZEM_RX "PZEM Rx"
|
|
|
|
#define D_SENSOR_PZEM_TX "PZEM Tx"
|
2017-12-22 13:55:24 +00:00
|
|
|
#define D_SENSOR_SAIR_RX "SAir Rx"
|
|
|
|
#define D_SENSOR_SAIR_TX "SAir Tx"
|
2017-09-23 10:12:16 +01:00
|
|
|
#define D_SENSOR_SPI_CS "SPI CS"
|
|
|
|
#define D_SENSOR_SPI_DC "SPI DC"
|
2018-01-05 11:26:19 +00:00
|
|
|
#define D_SENSOR_BACKLIGHT "BkLight"
|
2018-01-08 10:44:18 +00:00
|
|
|
#define D_SENSOR_PMS5003 "PMS5003"
|
2018-03-03 14:28:30 +00:00
|
|
|
#define D_SENSOR_SDS0X1 "SDS0X1"
|
2018-03-20 13:31:11 +00:00
|
|
|
#define D_SENSOR_SBR_RX "SerBr Rx"
|
|
|
|
#define D_SENSOR_SBR_TX "SerBr Tx"
|
2018-04-20 13:31:09 +01:00
|
|
|
#define D_SENSOR_SR04_TRIG "SR04 Tri"
|
|
|
|
#define D_SENSOR_SR04_ECHO "SR04 Ech"
|
2017-09-02 13:37:02 +01:00
|
|
|
|
|
|
|
// Units
|
|
|
|
#define D_UNIT_AMPERE "A"
|
2018-04-20 13:31:09 +01:00
|
|
|
#define D_UNIT_CENTIMETER "cm"
|
2017-10-18 17:22:34 +01:00
|
|
|
#define D_UNIT_HOUR "h"
|
2017-12-06 16:16:16 +00:00
|
|
|
#define D_UNIT_KILOOHM "kOhm"
|
2017-09-02 13:37:02 +01:00
|
|
|
#define D_UNIT_KILOWATTHOUR "kWh"
|
2017-09-23 10:12:16 +01:00
|
|
|
#define D_UNIT_LUX "lx"
|
2018-01-10 13:10:25 +00:00
|
|
|
#define D_UNIT_MICROGRAM_PER_CUBIC_METER "ug/m3"
|
|
|
|
#define D_UNIT_MICROMETER "um"
|
2017-09-02 13:37:02 +01:00
|
|
|
#define D_UNIT_MICROSECOND "us"
|
|
|
|
#define D_UNIT_MILLIAMPERE "mA"
|
|
|
|
#define D_UNIT_MILLISECOND "ms"
|
|
|
|
#define D_UNIT_MINUTE "Min"
|
2018-03-31 15:26:00 +01:00
|
|
|
#define D_UNIT_PARTS_PER_BILLION "ppb"
|
2018-01-10 13:10:25 +00:00
|
|
|
#define D_UNIT_PARTS_PER_DECILITER "ppd"
|
|
|
|
#define D_UNIT_PARTS_PER_MILLION "ppm"
|
2017-09-02 13:37:02 +01:00
|
|
|
#define D_UNIT_PRESSURE "hPa"
|
|
|
|
#define D_UNIT_SECOND "sec"
|
|
|
|
#define D_UNIT_SECTORS "sectoren"
|
|
|
|
#define D_UNIT_VOLT "V"
|
|
|
|
#define D_UNIT_WATT "W"
|
|
|
|
#define D_UNIT_WATTHOUR "Wh"
|
|
|
|
|
|
|
|
// Log message prefix
|
2017-11-15 22:07:45 +00:00
|
|
|
#define D_LOG_APPLICATION "APP: " // Application
|
|
|
|
#define D_LOG_BRIDGE "BRG: " // Bridge
|
|
|
|
#define D_LOG_CONFIG "CFG: " // Settings
|
|
|
|
#define D_LOG_COMMAND "CMD: " // Command
|
|
|
|
#define D_LOG_DEBUG "DBG: " // Debug
|
|
|
|
#define D_LOG_DHT "DHT: " // DHT sensor
|
|
|
|
#define D_LOG_DOMOTICZ "DOM: " // Domoticz
|
|
|
|
#define D_LOG_DSB "DSB: " // DS18xB20 sensor
|
|
|
|
#define D_LOG_HTTP "HTP: " // HTTP webserver
|
|
|
|
#define D_LOG_I2C "I2C: " // I2C
|
|
|
|
#define D_LOG_IRR "IRR: " // Infra Red Received
|
|
|
|
#define D_LOG_LOG "LOG: " // Logging
|
|
|
|
#define D_LOG_MODULE "MOD: " // Module
|
|
|
|
#define D_LOG_MDNS "DNS: " // mDNS
|
|
|
|
#define D_LOG_MQTT "MQT: " // MQTT
|
|
|
|
#define D_LOG_OTHER "OTH: " // Other
|
|
|
|
#define D_LOG_RESULT "RSL: " // Result
|
|
|
|
#define D_LOG_RFR "RFR: " // RF Received
|
|
|
|
#define D_LOG_SERIAL "SER: " // Serial
|
|
|
|
#define D_LOG_SHT1 "SHT: " // SHT1x sensor
|
|
|
|
#define D_LOG_UPLOAD "UPL: " // Upload
|
|
|
|
#define D_LOG_UPNP "UPP: " // UPnP
|
|
|
|
#define D_LOG_WIFI "WIF: " // Wifi
|
2017-09-02 13:37:02 +01:00
|
|
|
|
2017-12-29 13:35:05 +00:00
|
|
|
#endif // _LANGUAGE_NL_NL_H_
|