2022-08-03 11:03:43 +01:00
/*
ca - AD . h - localization for Catalan - Països Catalans for Tasmota
Copyright ( C ) 2022 Albert Gonzalez
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/>.
*/
# ifndef _LANGUAGE_CA_AD_H_
# define _LANGUAGE_CA_AD_H_
/*************************** ATTENTION *******************************\
*
* Due to memory constraints only UTF - 8 is supported .
* To save code space keep text as short as possible .
* 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 .
*
* Updated until v9 .4 .0 .1
\ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
# define LANGUAGE_MODULE_NAME // Enable to display "Module Generic" (ie Spanish), Disable to display "Generic Module" (ie English)
// https://www.science.co.il/language/Locale-codes.php
# define LANGUAGE_LCID 1027
// HTML (ISO 639-1) Language Code
# define D_HTML_LANGUAGE "ca"
// "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 "DiuDllDmaDmeDijDivDis"
# define D_MONTH3LIST "GenFebMarAbrMaiJunJulAgoSetOctNovDec"
// Non JSON decimal separator
# define D_DECIMAL_SEPARATOR ","
// Common
2023-03-22 12:25:55 +00:00
# define D_ABSOLUTE_HUMIDITY "Abs Humidity"
2022-08-03 11:03:43 +01:00
# define D_ADMIN "Admin"
# define D_AIR_QUALITY "Qualitat Aire"
# define D_AP "PA" // Access Point
# define D_AS "com"
# define D_AUTO "AUTO"
2024-01-13 09:00:39 +00:00
# define D_BATTERY "Battery"
2022-08-03 11:03:43 +01:00
# define D_BATT "Bat" // Short for Battery
2023-07-22 12:33:47 +01:00
# define D_BATTERY_CHARGE "Charge" // Battery charge in %
2022-08-03 11:03:43 +01:00
# define D_BLINK "Espurna"
# define D_BLINKOFF "Espurna Fora"
# define D_BOOT_COUNT "Compte Arrencs"
# define D_BRIGHTLIGHT "Brillant"
# define D_BSSID "BSSId"
# define D_BUTTON "Botó"
# define D_BY "per" // Written by me
# define D_BYTES "Bytes"
# define D_CELSIUS "Celsius"
# define D_CHANNEL "Canal"
# define D_CO2 "Diòxid de Carboni"
# define D_CODE "codi" // Button code
# define D_COLDLIGHT "Freda"
# define D_COMMAND "Ordre"
# define D_CONNECTED "Connectat"
# define D_CORS_DOMAIN "Domini CORS"
# define D_COUNT "Compta"
# define D_COUNTER "Comptador"
# define D_CT_POWER "Energia CT"
# define D_CURRENT "Intensitat" // As in Voltage and Current
# define D_CURRENT_NEUTRAL "Intensitat Neutre"
# define D_DATA "Data"
# define D_DARKLIGHT "Fosc"
# define D_DEBUG "Depuració"
# define D_DEWPOINT "Punt de rossada"
# define D_DISABLED "Deshabilitat"
2022-11-26 09:52:42 +00:00
# define D_MOVING_DISTANCE "Moving Distance"
# define D_STATIC_DISTANCE "Static Distance"
# define D_DETECT_DISTANCE "Detect Distance"
2022-08-03 11:03:43 +01:00
# define D_DISTANCE "Distancia"
# define D_DNS_SERVER "Servidor DNS"
# define D_DO "Oxígen dissolt"
# define D_DONE "Fet"
# define D_DST_TIME "DST"
# define D_EC "EC"
# define D_ECO2 "eCO₂"
# define D_EMULATION "Emulació"
# define D_ENABLED "Habilitat"
# define D_ERASE "Esborra"
# define D_ERROR "Error"
# define D_FAHRENHEIT "Fahrenheit"
# define D_FAILED "Fallada"
# define D_FALLBACK "Recuperació"
# define D_FALLBACK_TOPIC "Tema de recuperació"
# define D_FALSE "Fals"
# define D_FILE "Arxiu"
2023-05-07 16:25:18 +01:00
# define D_FILE_SYSTEM_SIZE "File System Size"
2022-08-03 11:03:43 +01:00
# define D_FLOW_RATE "Cabal"
# define D_FRAGMENTATION "frag." // Lower case abbreviated version of fragmentation used in "memory fragmentation"
# define D_FRAME_RATE "Frame rate"
# define D_FREE_MEMORY "Memòria lliure"
# define D_PSR_MAX_MEMORY "Memòria PS-RAM"
# define D_PSR_FREE_MEMORY "Memòria PS-RAM lliure"
# define D_FREQUENCY "Freqüència"
# define D_GAS "Gas"
# define D_GATEWAY "Portal"
# define D_GROUP "Grup"
# define D_HOST "Hoste"
# define D_HALL_EFFECT "Efecte Hall"
2024-02-18 17:00:41 +00:00
# define D_HEATINDEX "Heat index"
2022-08-03 11:03:43 +01:00
# define D_HOSTNAME "Nom de màquina"
# define D_HUMIDITY "Humitat"
# define D_ILLUMINANCE "Iluminància"
# define D_IMMEDIATE "immediat" // Button immediate
# define D_INDEX "Índex"
# define D_INFO "Info"
# define D_INFRARED "Infrarrojos"
# define D_INITIALIZED "Initialitzat"
# define D_IP_ADDRESS "Adreça IP"
# define D_LIGHT "Llum"
# define D_LWT "LWT"
# define D_LQI "LQI" // Zigbee Link Quality Index
# define D_MODULE "Mòdul"
# define D_MOISTURE "Humitat"
# define D_MQTT "MQTT"
# define D_MULTI_PRESS "multi-pressió"
# define D_NOISE "Soroll"
# define D_NONE "Cap"
2023-03-22 12:25:55 +00:00
# define D_NOX "NOx"
2022-08-03 11:03:43 +01:00
# define D_O2 "Oxygen"
# define D_OFF "Apagat"
# define D_OFFLINE "Desconnectat"
# define D_OK "Ok"
# define D_ON "Engegat"
# define D_ONLINE "Conectat"
# define D_ORP "ORP"
# define D_PASSWORD "Mot de pas"
# define D_PH "pH"
# define D_MQ "MQ"
# define D_PARTITION "Partició" // As in flash and firmware partition
# define D_PORT "Port"
# define D_POWER_FACTOR "Factor de poténcia"
# define D_POWERUSAGE "Poténcia"
# define D_POWERUSAGE_ACTIVE "Poténcia Activa"
2023-10-13 12:56:04 +01:00
# define D_POWERUSAGE_ACTIVE_TOTAL "Active Power Total"
2022-08-03 11:03:43 +01:00
# define D_POWERUSAGE_APPARENT "Poténcia Aparent"
# define D_POWERUSAGE_REACTIVE "Poténcia Reactiva"
# define D_PRESSURE "Pressió"
# define D_PRESSUREATSEALEVEL "Pressió al mar"
# define D_PROGRAM_FLASH_SIZE "Mida de codi a Flash"
# define D_PROGRAM_SIZE "Mida de codi"
# define D_PROJECT "Projecte"
# define D_RAIN "Pluja"
# define D_RANGE "Rang"
# define D_RECEIVED "Rebut"
# define D_RESTART "Reinici"
# define D_RESTARTING "Reinciant"
# define D_RESTART_REASON "Raó de resinici"
# define D_RETAINED "retingut"
# define D_RULE "Regla"
# define D_SAVE "Guardar"
# define D_SENSOR "Sensor"
# define D_SSID "SSId"
# define D_START "Iniciar"
# define D_STD_TIME "STD"
# define D_STOP "Aturar"
# define D_SUBNET_MASK "Màscara de sub-xarxa"
# define D_SUBSCRIBE_TO "Subscriu a"
# define D_UNSUBSCRIBE_FROM "Des subscriu de"
# define D_SUCCESSFUL "Resultat correcte"
# define D_SUNRISE "Albada"
# define D_SUNSET "Posta de sol"
# define D_TEMPERATURE "Temperatura"
# define D_TO "a"
# define D_TOGGLE "Canvia"
# define D_TOPIC "Tòpic"
# define D_TOTAL_USAGE "Ús Total"
# define D_TRANSMIT "Transmet"
# define D_TRUE "Cert"
# define D_TVOC "TVOC"
2023-08-27 16:24:33 +01:00
# define D_TWILIGHT_ASTRONOMICAL "Astronomical"
# define D_TWILIGHT_CIVIL "Civil"
# define D_TWILIGHT_NAUTICAL "Nautical"
2022-08-03 11:03:43 +01:00
# define D_UPLOAD "Envia"
# define D_UPTIME "Temps engegat"
# define D_USED "usat"
# define D_USER "Usuari"
# define D_UTC_TIME "UTC"
# define D_UV_INDEX "Índex UV"
# define D_UV_INDEX_1 "Baix"
# define D_UV_INDEX_2 "Mig"
# define D_UV_INDEX_3 "Alt"
# define D_UV_INDEX_4 "Perill"
# define D_UV_INDEX_5 "Cremada L1 / 2"
# define D_UV_INDEX_6 "Cremada L3"
# define D_UV_INDEX_7 "Fora de rang" // Out of Range
# define D_UV_LEVEL "Nivell UV"
# define D_UV_POWER "Potència UV"
# define D_VERSION "Versió"
2023-03-22 12:25:55 +00:00
# define D_VOC "VOC"
2022-08-03 11:03:43 +01:00
# define D_VOLTAGE "Tensió"
# define D_VOLUME "Volum"
# define D_WEIGHT "Pes"
# define D_WARMLIGHT "Calent"
# define D_WEB_SERVER "Servidor Web"
# define D_SOC "Estat de canvi"
# define D_SOH "Estat de salut"
// tasmota.ino
# define D_WARNING_MINIMAL_VERSION "Avís : Aquesta versió no suporta configuració persistent"
# define D_LEVEL_10 "nivell 1-0"
# define D_LEVEL_01 "nivell 0-1"
# define D_SERIAL_LOGGING_DISABLED "Registre Sèrie deshabilitat"
# define D_SYSLOG_LOGGING_REENABLED "Registre Syslog re-habilitat"
# define D_SET_BAUDRATE_TO "Posa bauds a"
# define D_RECEIVED_TOPIC "Tòpic rebut"
# define D_DATA_SIZE "Mida de dades"
# define D_ANALOG_INPUT "Analògic"
// support.ino
# define D_OSWATCH "osWatch"
# define D_BLOCKED_LOOP "Bucle bloquejat"
# define D_WPS_FAILED_WITH_STATUS "Configuració WPS ha fallat per"
# define D_ACTIVE_FOR_3_MINUTES "actiu durant 3 minuts"
# define D_FAILED_TO_START "fNo he pogut iniciar"
# define D_PATCH_ISSUE_2186 "Patch issue 2186"
# define D_CONNECTING_TO_AP "Connectant al PA"
# define D_IN_MODE "en modus"
# define D_CONNECT_FAILED_NO_IP_ADDRESS "Connexió fallida ja que no hem rebut adreça IP"
# define D_CONNECT_FAILED_AP_NOT_REACHED "Connexió fallida ja que no hem localitzar el PA"
# define D_CONNECT_FAILED_WRONG_PASSWORD "Connexió fallida per mot de pas"
# define D_CONNECT_FAILED_AP_TIMEOUT "Connexió fallida per temps d'espera excedit"
# define D_ATTEMPTING_CONNECTION "Provant de fer connexió..."
# define D_CHECKING_CONNECTION "Verificant connexió..."
# define D_QUERY_DONE "Consulta feta. Hem trobat serveis MQTT"
# define D_MQTT_SERVICE_FOUND "Servei MQTT trobat a "
# define D_FOUND_AT "trobat a"
# define D_SYSLOG_HOST_NOT_FOUND "No hem trobat l'hoste de Syslog"
// settings.ino
# define D_SAVED_TO_FLASH_AT "Guardat a flash a"
# define D_LOADED_FROM_FLASH_AT "Carregat des de flash a"
# define D_USE_DEFAULTS "Usa predeterminats"
# define D_ERASED_SECTOR "Sector esborrat"
// xdrv_02_webserver.ino
# define D_NOSCRIPT "Per fer anar Tasmota, si us plau, habilita JavaScript"
# define D_SAFEBOOT "SAFEBOOT"
# define D_MINIMAL_FIRMWARE_PLEASE_UPGRADE "Firmware MÍNIM <br>si us plau, actualitza'm"
# define D_WEBSERVER_ACTIVE_ON "Servei Web actiu a"
# define D_WITH_IP_ADDRESS "amb adreça IP"
# define D_WEBSERVER_STOPPED "Servei Web aturat"
# define D_FILE_NOT_FOUND "Arxiu no trobat"
# define D_REDIRECTED "Redirigit al portal captiu"
# define D_WIFIMANAGER_SET_ACCESSPOINT_AND_STATION "Gestor wifi estableix PA i Estació"
# define D_WIFIMANAGER_SET_ACCESSPOINT "Gestor wifi estableix PA"
# define D_TRYING_TO_CONNECT "Provant de connectar a la xarxa"
# define D_RESTART_IN "Reinici en"
# define D_SECONDS "segons"
# define D_DEVICE_WILL_RESTART "Em reiniciaré en pocs segons"
# define D_BUTTON_TOGGLE "Canvia"
# define D_CONFIGURATION "Configuració"
# define D_INFORMATION "Informació"
# define D_FIRMWARE_UPGRADE "Actualització de programari"
2024-01-08 08:29:02 +00:00
# define D_MANAGEMENT "Tools"
2024-01-07 15:06:31 +00:00
# define D_GPIO_VIEWER "GPIO Viewer"
2022-08-03 11:03:43 +01:00
# define D_CONSOLE "Consola"
# define D_CONFIRM_RESTART "Confirma el Reinici"
# define D_CONFIGURE_MODULE "Configura Mòdul"
# define D_CONFIGURE_WIFI "Configura WiFi"
# define D_CONFIGURE_MQTT "Configura MQTT"
# define D_CONFIGURE_DOMOTICZ "Configura Domoticz"
# define D_CONFIGURE_LOGGING "Configura Logging"
# define D_CONFIGURE_OTHER "Configura Altres"
# define D_CONFIRM_RESET_CONFIGURATION "Confirma reiniciar la Configuració"
# define D_RESET_CONFIGURATION "Reiniciar la Configuració"
# define D_BACKUP_CONFIGURATION "Guardar la Configuració"
# define D_RESTORE_CONFIGURATION "Restaurar la Configuració"
2023-11-17 09:35:29 +00:00
# define D_START_RESTORE "Start restore"
2022-08-03 11:03:43 +01:00
# define D_MAIN_MENU "Menú Principal"
# define D_MODULE_PARAMETERS "Paràmetes del Mòdul"
# define D_MODULE_TYPE "Tupus de Mòdul"
# define D_PULLUP_ENABLE "Habilitar pull-up"
# define D_ADC "ADC"
# define D_GPIO "GPIO"
# define D_SERIAL_IN "Entrada Sèrie"
# define D_SERIAL_OUT "Sortida sèrie"
# define D_WIFI_PARAMETERS "Paràmetes Wifi"
# define D_SCAN_FOR_WIFI_NETWORKS "Cerca xarxes wifi"
# define D_SCAN_DONE "Recerca feta"
# define D_NO_NETWORKS_FOUND "No n'he trobat cap"
# define D_REFRESH_TO_SCAN_AGAIN "Refresca per tornar a cercar"
# define D_DUPLICATE_ACCESSPOINT "Punt d'accès Duplicat"
# define D_SKIPPING_LOW_QUALITY "Massa baixa qualitat"
2023-10-09 10:33:24 +01:00
# define D_MODE "Mode"
2022-08-03 11:03:43 +01:00
# define D_RSSI "RSSI"
# define D_WEP "WEP"
# define D_WPA_PSK "WPA PSK"
# define D_WPA2_PSK "WPA2 PSK"
# define D_AP1_SSID "Xarxa WiFi"
# define D_AP1_SSID_HELP "Escriu o selecciona la xarxa Wifi"
# define D_AP2_SSID "Xarxa WiFi 2"
# define D_AP2_SSID_HELP "Escriu la Xarxa wifi Alternativa"
# define D_AP_PASSWORD "Mot de pas WiFi"
# define D_AP_PASSWORD_HELP "Escriu el mot de pas Wifi"
# define D_SELECT_YOUR_WIFI_NETWORK "Escull la teva xarxa wifi"
# define D_SHOW_MORE_WIFI_NETWORKS "Cerca totes les xarxes wifi"
# define D_SHOW_MORE_OPTIONS "Més opcions"
# define D_CHECK_CREDENTIALS "Prego revisis les credencials de xarxa"
# define D_SUCCESSFUL_WIFI_CONNECTION "Connexió Wifi aconseguida"
# define D_NOW_YOU_CAN_CLOSE_THIS_WINDOW "Ara pots tancar aquesta finestra"
# define D_REDIRECTING_TO_NEW_IP "Redirigint a la nova adreça IP"
# define D_MQTT_PARAMETERS "Paràmetes MQTT"
# define D_CLIENT "Client"
# define D_FULL_TOPIC "Tema compert"
# define D_LOGGING_PARAMETERS "Paràmetes de regsitre"
# define D_SERIAL_LOG_LEVEL "Nivell de registre sèrie"
# define D_MQTT_LOG_LEVEL "Nivell de registre Mqtt"
# define D_WEB_LOG_LEVEL "Nivell de registre Web"
# define D_SYS_LOG_LEVEL "Nivell de registre Syslog"
# define D_MORE_DEBUG "Més depuració"
# define D_SYSLOG_HOST "hoste de Syslog"
# define D_SYSLOG_PORT "port de Syslog"
# define D_TELEMETRY_PERIOD "Període de telemetria"
# define D_OTHER_PARAMETERS "Altres paràmetres"
# define D_TEMPLATE "Plantilla"
# define D_ACTIVATE "Activar"
# define D_DEVICE_NAME "Nom del dispositiu"
# define D_WEB_ADMIN_PASSWORD "Mot de pas Admin Web"
# define D_MQTT_ENABLE "Habilitar MQTT"
# define D_MQTT_TLS_ENABLE "TLS MQTT"
# define D_HTTP_API "API HTTP"
# define D_HTTP_API_ENABLE "Habilitar HTTP API"
# define D_FRIENDLY_NAME "Nom senzill"
# define D_BELKIN_WEMO "Belkin WeMo"
# define D_HUE_BRIDGE "Hue Bridge"
# define D_SINGLE_DEVICE "dispositiu senzill"
# define D_MULTI_DEVICE "dispositiu múltiple"
# define D_CONFIGURE_TEMPLATE "Plantilla de configuració"
# define D_TEMPLATE_PARAMETERS "Paràmetes de la plantilla"
# define D_TEMPLATE_NAME "Nom"
# define D_BASE_TYPE "Basada en"
# define D_TEMPLATE_FLAGS "Opcions"
# define D_SAVE_CONFIGURATION "Guarda la configuració"
# define D_CONFIGURATION_SAVED "Configuració guardada"
# define D_CONFIGURATION_RESET "Configuració inicialitzada"
# define D_PROGRAM_VERSION "Versió del programari"
# define D_BUILD_DATE_AND_TIME "Data i hora de construcció"
# define D_CORE_AND_SDK_VERSION "Versió del Nucli / SDK"
# define D_FLASH_WRITE_COUNT "Nombre d'escriptrues a la Flash"
# define D_MAC_ADDRESS "Adreça MAC"
# define D_MQTT_HOST "Hoste MQTT"
# define D_MQTT_PORT "Port MQTT"
# define D_MQTT_CLIENT "Client MQTT"
# define D_MQTT_USER "Usuari MQTT"
# define D_MQTT_TOPIC "Tema MQTT"
# define D_MQTT_GROUP_TOPIC "Tema de grup MQTT"
# define D_MQTT_FULL_TOPIC "Tema complert MQTT"
# define D_MQTT_NO_RETAIN "Sense retenció MQTT"
# define D_MDNS_DISCOVERY "Descobriment mDNS"
# define D_MDNS_ADVERTISE "Anunciar mDNS"
# define D_ESP_CHIP_ID "Id de xip ESP"
# define D_FLASH_CHIP_ID "Id de xip Flash"
# define D_FLASH_CHIP_SIZE "Mida de la Flash"
# define D_FREE_PROGRAM_SPACE "Espai lliure per programari"
# define D_UPGRADE_BY_WEBSERVER "Actualitza amb servidor Web"
# define D_OTA_URL "URL OTA"
# define D_START_UPGRADE "Iniciar actualització"
# define D_UPGRADE_BY_FILE_UPLOAD "Actualització amb fitxer"
# define D_UPLOAD_FACTORY "Canviant a la partició d'arrenc segur"
# define D_UPLOAD_STARTED "Pujada iniciada"
# define D_UPGRADE_STARTED "Actualització iniciada"
# define D_UPLOAD_DONE "Actualització feta"
# define D_UPLOAD_TRANSFER "Transferència d'actualització"
# define D_TRANSFER_STARTED "Transferència iniciada"
# define D_UPLOAD_ERR_1 "No has sel·laccionat cap fitxer"
# define D_UPLOAD_ERR_2 "No queda prou espai"
# define D_UPLOAD_ERR_3 "Signatura de fitxer invàlida"
# define D_UPLOAD_ERR_4 "La mida del programa és superior a la flash, no hi entra"
# define D_UPLOAD_ERR_5 "Error de dades al buffer de pujada"
# define D_UPLOAD_ERR_6 "Pujada fallida. Habilita el registre de nivell 3"
# define D_UPLOAD_ERR_7 "Pujada abortada"
# define D_UPLOAD_ERR_8 "Arxiu invàlid"
# define D_UPLOAD_ERR_9 "Arxiu massa gran"
# define D_UPLOAD_ERR_10 "No he pogut incialitzar el xip de radiofreqüència"
# define D_UPLOAD_ERR_11 "No he pogut esborrar el xip de radiofreqüència"
# define D_UPLOAD_ERR_12 "No he pogut rescriure al xip de radiofreqüència"
# define D_UPLOAD_ERR_13 "No he pogut decodificar el programari de radiofreqüència"
# define D_UPLOAD_ERR_14 "No compatible"
# define D_UPLOAD_ERROR_CODE "Codi d'error de pujada"
# define D_ENTER_COMMAND "Escriu ordre"
# define D_ENABLE_WEBLOG_FOR_RESPONSE "Habilitat weblog 2 si esperes resposta"
# define D_NEED_USER_AND_PASSWORD "Neecessito user=<username>&password=<password>"
// xdrv_01_mqtt.ino
# define D_FINGERPRINT "Verifica la petjada TLS ..."
# define D_TLS_CONNECT_FAILED_TO "TLS Connect no ha pogut"
# define D_RETRY_IN "Reintent en"
# define D_VERIFIED "Verificat fet servir petjada"
# define D_INSECURE "Connexió no segura per que la petjada és invàlida"
# define D_CONNECT_FAILED_TO "Connectar ha fallat de"
// xplg_wemohue.ino
# define D_MULTICAST_DISABLED "Multicast deshabilitat"
# define D_MULTICAST_REJOINED "Multicast (re)unit"
# define D_MULTICAST_JOIN_FAILED "Unió a Multicast falalda"
# define D_FAILED_TO_SEND_RESPONSE "No he pogut enviar resposta"
# define D_WEMO "WeMo"
# define D_WEMO_BASIC_EVENT "event bàsic WeMo"
# define D_WEMO_EVENT_SERVICE "event de servei WeMo"
# define D_WEMO_META_SERVICE "meta servei WeMo"
# define D_WEMO_SETUP "Configuració WeMo"
# define D_RESPONSE_SENT "Responsta enviada"
# define D_HUE "Hue"
# define D_HUE_BRIDGE_SETUP "Hue setup"
# define D_HUE_API_NOT_IMPLEMENTED "Hue API not implemented"
# define D_HUE_API "Hue API"
# define D_HUE_POST_ARGS "Hue POST args"
# define D_3_RESPONSE_PACKETS_SENT "3 response packets sent"
// xdrv_07_domoticz.ino
# define D_DOMOTICZ_PARAMETERS "Domoticz parameters"
# define D_DOMOTICZ_IDX "Idx"
# define D_DOMOTICZ_KEY_IDX "Key idx"
# define D_DOMOTICZ_SWITCH_IDX "Switch 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"
# define D_DOMOTICZ_COUNT "Count / PM1"
# define D_DOMOTICZ_VOLTAGE "Voltage / PM2.5"
# define D_DOMOTICZ_CURRENT "Current / PM10"
# define D_DOMOTICZ_AIRQUALITY "AirQuality"
# define D_DOMOTICZ_P1_SMART_METER "P1SmartMeter"
# define D_DOMOTICZ_UPDATE_TIMER "Update timer"
// xdrv_09_timers.ino
# define D_CONFIGURE_TIMER "Configure Timer"
# define D_TIMER_PARAMETERS "Timer parameters"
# define D_TIMER_ENABLE "Enable Timers"
# define D_TIMER_ARM "Enable"
# define D_TIMER_TIME "Time"
# define D_TIMER_DAYS "Days"
# define D_TIMER_REPEAT "Repeat"
# define D_TIMER_OUTPUT "Output"
# define D_TIMER_ACTION "Action"
// 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_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."
# define D_KNX_ENHANCEMENT "Communication Enhancement"
# define D_KNX_TX_SLOT "KNX TX"
# define D_KNX_RX_SLOT "KNX RX"
# define D_KNX_TX_SCENE "KNX SCENE TX"
# define D_KNX_RX_SCENE "KNX SCENE RX"
// xdrv_23_zigbee
# define D_ZIGBEE_PERMITJOIN_ACTIVE "Devices allowed to join"
# define D_ZIGBEE_MAPPING_TITLE "Tasmota Zigbee Mapping"
# define D_ZIGBEE_NOT_STARTED "Zigbee not started"
# define D_ZIGBEE_MAPPING_IN_PROGRESS_SEC "Mapping in progress (%d s. remaining)"
# define D_ZIGBEE_MAPPING_NOT_PRESENT "No mapping"
# define D_ZIGBEE_MAP_REFRESH "Zigbee Map Refresh"
# define D_ZIGBEE_MAP "Zigbee Map"
# define D_ZIGBEE_PERMITJOIN "Zigbee Permit Join"
# define D_ZIGBEE_GENERATE_KEY "generating random Zigbee network key"
# define D_ZIGBEE_UNKNOWN_DEVICE "Unknown device"
# define D_ZIGBEE_UNKNOWN_ATTRIBUTE "Unknown attribute"
2022-10-02 19:54:49 +01:00
# define D_ZIGBEE_UNKNOWN_ENDPOINT "Unknown endpoint"
2022-08-03 11:03:43 +01:00
# define D_ZIGBEE_INVALID_PARAM "Invalid parameter"
# define D_ZIGBEE_MISSING_PARAM "Missing parameters"
# define D_ZIGBEE_UNKNWON_ATTRIBUTE "Unknown attribute name (ignored): %s"
# define D_ZIGBEE_TOO_MANY_CLUSTERS "No more than one cluster id per command"
2022-10-02 19:54:49 +01:00
# define D_ZIGBEE_CONFLICTING_ENDPOINTS "Conflicting destination endpoints"
2022-08-03 11:03:43 +01:00
# define D_ZIGBEE_WRONG_DELIMITER "Wrong delimiter for payload"
# define D_ZIGBEE_UNRECOGNIZED_COMMAND "Unrecognized zigbee command: %s"
# define D_ZIGBEE_TOO_MANY_COMMANDS "Only 1 command allowed (%d)"
# define D_ZIGBEE_NO_ATTRIBUTE "No attribute in list"
# define D_ZIGBEE_UNSUPPORTED_ATTRIBUTE_TYPE "Unsupported attribute type"
# define D_ZIGBEE_JSON_REQUIRED "Config requires JSON objects"
# define D_ZIGBEE_RESET_1_OR_2 "1 or 2 to reset"
# define D_ZIGBEE_EEPROM_FOUND_AT_ADDRESS "ZBBridge EEPROM found at address"
# define D_ZIGBEE_RANDOMIZING_ZBCONFIG "Randomizing Zigbee parameters, please check with 'ZbConfig'"
2022-10-28 15:08:02 +01:00
// xdrv_89_dali.ino
# define D_SENSOR_DALI_RX "Dali RX"
# define D_SENSOR_DALI_TX "Dali TX"
# define D_CONFIGURE_DALI "Config DALI"
2022-08-03 11:03:43 +01:00
// xdrv_03_energy.ino
# define D_ENERGY_TODAY "Energy Today"
# define D_ENERGY_YESTERDAY "Energy Yesterday"
# define D_ENERGY_TOTAL "Energy Total"
// xdrv_27_shutter.ino
# define D_OPEN "Open"
# define D_CLOSE "Close"
# define D_DOMOTICZ_SHUTTER "Shutter"
// xdrv_28_pcf8574.ino
# define D_CONFIGURE_PCF8574 "Configure PCF8574"
# define D_PCF8574_PARAMETERS "PCF8574 parameters"
# define D_INVERT_PORTS "Invert Ports"
# define D_DEVICE "Device"
# define D_DEVICE_INPUT "Input"
# define D_DEVICE_OUTPUT "Output"
2024-01-14 16:39:15 +00:00
// xdrv_39_thermostat.ino, xdrv_85_esp32_ble_eq3_trv.ino
2023-11-12 10:26:45 +00:00
# define D_THERMOSTAT "Thermostat"
# define D_THERMOSTAT_SET_POINT "Set Point Temperature"
# define D_THERMOSTAT_SENSOR "Current Temperature"
# define D_THERMOSTAT_GRADIENT "Gradient Temperature"
# define D_THERMOSTAT_DUTY_CYCLE "Duty cycle"
2024-02-19 10:29:14 +00:00
# define D_THERMOSTAT_VALVE_POSITION "Valve Position"
2023-11-12 10:26:45 +00:00
# define D_THERMOSTAT_CYCLE_TIME "Cycle time"
# define D_THERMOSTAT_PI_AUTOTUNE "PI Auto tuning"
# define D_THERMOSTAT_CONTROL_METHOD "Control method"
# define D_THERMOSTAT_RAMP_UP "Ramp up"
# define D_THERMOSTAT_PI "PI"
# define D_THERMOSTAT_AUTOTUNE "Autotune"
# define D_THERMOSTAT_RAMP_UP_HYBRID "Ramp up (Hybrid)"
# define D_THERMOSTAT_PI_HYBRID "PI (Hybrid)"
# define D_THERMOSTAT_AUTOTUNE_HYBRID "Autotune (Hybrid)"
2022-08-03 11:03:43 +01:00
// xsns_05_ds18b20.ino
# define D_SENSOR_BUSY "Sensor busy"
# define D_SENSOR_CRC_ERROR "Sensor CRC error"
# define D_SENSORS_FOUND "Sensors found"
// xsns_06_dht.ino
# define D_TIMEOUT_WAITING_FOR "Timeout waiting for"
# define D_START_SIGNAL_LOW "start signal low"
# define D_START_SIGNAL_HIGH "start signal high"
# define D_PULSE "pulse"
# define D_CHECKSUM_FAILURE "Checksum failure"
// xsns_07_sht1x.ino
# define D_SENSOR_DID_NOT_ACK_COMMAND "Sensor did not ACK command"
# define D_SHT1X_FOUND "SHT1X found"
// xsns_18_pms5003.ino
# 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 "Particles"
// xsns_27_apds9960.ino
# define D_GESTURE "Gesture"
# define D_COLOR_RED "Red"
# define D_COLOR_GREEN "Green"
# define D_COLOR_BLUE "Blue"
# define D_CCT "CCT"
# define D_PROXIMITY "Proximity"
// xsns_32_mpu6050.ino
# define D_AX_AXIS "Accel. X-Axis"
# define D_AY_AXIS "Accel. Y-Axis"
# define D_AZ_AXIS "Accel. Z-Axis"
# define D_GX_AXIS "Gyro X-Axis"
# define D_GY_AXIS "Gyro Y-Axis"
# define D_GZ_AXIS "Gyro Z-Axis"
2022-10-02 22:44:40 +01:00
// xsns_33_QMC5883L.ino
2022-10-04 14:48:27 +01:00
# define D_MX "Induction X-Axis"
# define D_MY "Induction Y-Axis"
# define D_MZ "Induction Z-Axis"
# define D_MAGNETICFLD "Magnetic Induction"
2022-10-02 22:44:40 +01:00
2022-08-03 11:03:43 +01:00
// xsns_34_hx711.ino
2022-08-03 12:35:22 +01:00
# define D_HX_CAL_REMOVE "Treu el pes"
# define D_HX_CAL_REFERENCE "Posa el pes de referència"
# define D_HX_CAL_DONE "Calibrat"
# define D_HX_CAL_FAIL "Error a la Calibració"
# define D_RESET_HX711 "Reinicia la bàscula"
# define D_CONFIGURE_HX711 "Configura la bàscula"
# define D_HX711_PARAMETERS "Paràmetres de la bàscula"
# define D_ITEM_WEIGHT "Pes de l'element"
# define D_REFERENCE_WEIGHT "Pes de referència"
# define D_CALIBRATE "Calibrar"
# define D_CALIBRATION "Calibració"
2022-08-03 11:03:43 +01:00
//xsns_35_tx20.ino
2022-08-03 12:35:22 +01:00
# define D_TX20_WIND_DIRECTION "Direcció del vent"
# define D_TX20_WIND_SPEED "Velocitat del vent"
# define D_TX20_WIND_SPEED_MIN "Velocitat del vent Mín"
# define D_TX20_WIND_SPEED_MAX "Velocitat del vent Màx"
2022-08-03 11:03:43 +01:00
# define D_TX20_NORTH "N"
# define D_TX20_EAST "E"
# define D_TX20_SOUTH "S"
# define D_TX20_WEST "O"
// xsns_53_sml.ino
2022-08-03 12:35:22 +01:00
# define D_TPWRIN "Potència Total-entrada"
# define D_TPWRIN0 "Potència Total-In T0"
# define D_TPWRIN1 "Potència Total-In T1"
# define D_TPWROUT "Potència Total-Out"
# define D_TPWRCURR "Potència Actual-In / Out"
# define D_TPWRCURR1 "Potència Actual-In p1"
# define D_TPWRCURR2 "Potència Actual-In p2"
# define D_TPWRCURR3 "Potència Actual-In p3"
# define D_Strom_L1 "Intensitat L1"
# define D_Strom_L2 "Intensitat L2"
# define D_Strom_L3 "Intensitat L3"
# define D_Spannung_L1 "Tensió L1"
# define D_Spannung_L2 "Tensió L2"
# define D_Spannung_L3 "Tensió L3"
# define D_METERNR "Núm. comptador"
# define D_METERSID "ID de servei"
# define D_GasIN "Comptador" // Gas-Verbrauch
# define D_H2oIN "Comptador" // H2o-Verbrauch
# define D_StL1L2L3 "Intensitat L1+L2+L3"
# define D_SpL1L2L3 "Tensió L1+L2+L3 / 3"
2022-08-03 11:03:43 +01:00
// xsns_86_tfminiplus.ino
2022-08-03 12:35:22 +01:00
# define D_SIGNALSTRENGTH "Nivell del senyal"
# define D_CHIPTEMPERATURE "Temperatura del Xip"
2022-08-03 11:03:43 +01:00
// tasmota_template.h - keep them as short as possible to be able to fit them in GUI drop down box
# define D_SENSOR_NONE "Cap"
# define D_SENSOR_USER "Usuari"
# define D_SENSOR_OPTION "Option"
# define D_SENSOR_DHT11 "DHT11"
# define D_SENSOR_AM2301 "AM2301"
# define D_SENSOR_SI7021 "SI7021"
# define D_SENSOR_MS01 "MS01"
# define D_SENSOR_DS18X20 "DS18x20"
# define D_SENSOR_I2C_SCL "I2C SCL"
# define D_SENSOR_I2C_SDA "I2C SDA"
2022-08-03 12:35:22 +01:00
# define D_SENSOR_I2S_MCLK "I2S MCLK"
# define D_SENSOR_I2S_BCLK "I2S BCLK"
# define D_SENSOR_I2S_WS_IN "I2S BCLK IN"
# define D_SENSOR_I2S_WS "I2S WS"
# define D_SENSOR_I2S_BCLK_IN "I2S WS IN"
# define D_SENSOR_I2S_DIN "I2S DIN"
# define D_SENSOR_I2S_DOUT "I2S DOUT"
2023-10-15 10:22:20 +01:00
# define D_SENSOR_I2S_DAC "I2S DAC"
2023-09-01 20:46:18 +01:00
# define D_SENSOR_HDMI_CEC "HDMI CEC"
2022-08-03 11:03:43 +01:00
# define D_SENSOR_WS2812 "WS2812"
# define D_SENSOR_DFR562 "Reproductor MP3"
2022-08-03 12:35:22 +01:00
# define D_SENSOR_DFR562_BUSY "MP3 Ocupat"
2022-08-03 11:03:43 +01:00
# define D_SENSOR_IRSEND "IRsend"
# define D_SENSOR_SWITCH "Interruptor" // Suffix "1"
# define D_SENSOR_BUTTON "Botó" // Suffix "1"
# define D_SENSOR_RELAY "Relé" // Suffix "1i"
# define D_SENSOR_LED "Led" // Suffix "1i"
2022-08-03 12:35:22 +01:00
# define D_SENSOR_LED_LINK "Enllaç Led" // Suffix "i"
2022-08-03 11:03:43 +01:00
# define D_SENSOR_PWM "PWM" // Suffix "1"
# define D_SENSOR_COUNTER "Comptador" // Suffix "1"
# define D_SENSOR_INTERRUPT "Interrupció"
# define D_SENSOR_INPUT "Entrada"
# define D_SENSOR_IRRECV "Receptor IR"
# define D_SENSOR_MHZ_RX "MHZ Rx"
# define D_SENSOR_MHZ_TX "MHZ Tx"
2023-10-13 10:28:41 +01:00
# define D_SENSOR_HC8_RX "HC8 Rx"
2022-08-03 11:03:43 +01:00
# define D_SENSOR_PZEM004_RX "PZEM004 Rx"
# define D_SENSOR_PZEM016_RX "PZEM016 Rx"
# define D_SENSOR_PZEM017_RX "PZEM017 Rx"
# define D_SENSOR_PZEM0XX_TX "PZEM0XX Tx"
# define D_SENSOR_SAIR_RX "SAir Rx"
# define D_SENSOR_SAIR_TX "SAir Tx"
# define D_SENSOR_SPI_CS "SPI CS"
# define D_SENSOR_SPI_DC "SPI DC"
# define D_SENSOR_SPI_MISO "SPI MISO"
# define D_SENSOR_SPI_MOSI "SPI MOSI"
# define D_SENSOR_SPI_CLK "SPI CLK"
# define D_SENSOR_SDIO_CMD "SDIO CMD"
# define D_SENSOR_SDIO_CLK "SDIO CLK"
# define D_SENSOR_SDIO_D0 "SDIO D0"
# define D_SENSOR_SDIO_D1 "SDIO D1"
# define D_SENSOR_SDIO_D2 "SDIO D2"
# define D_SENSOR_SDIO_D3 "SDIO D3"
# define D_SENSOR_BACKLIGHT "Llum de fons"
# define D_SENSOR_PMS5003_TX "PMS5003 Tx"
# define D_SENSOR_PMS5003_RX "PMS5003 Rx"
# define D_SENSOR_SDS0X1_RX "SDS0X1 Rx"
# define D_SENSOR_SDS0X1_TX "SDS0X1 Tx"
# define D_SENSOR_HPMA_RX "HPMA Rx"
# define D_SENSOR_HPMA_TX "HPMA Tx"
# define D_SENSOR_SBR_RX "SerBr Rx"
# define D_SENSOR_SBR_TX "SerBr Tx"
2022-08-03 12:35:22 +01:00
# define D_SENSOR_MBR_TX "ModBr Tx"
# define D_SENSOR_MBR_RX "ModBr Rx"
2022-12-03 11:33:42 +00:00
# define D_SENSOR_MBR_TX_ENA "ModBr Tx Ena"
2022-08-03 11:03:43 +01:00
# define D_SENSOR_SR04_TRIG "SR04 Tri / TX"
# define D_SENSOR_SR04_ECHO "SR04 Ech / RX"
2022-12-03 11:33:42 +00:00
# define D_SENSOR_NRG_MBS_TX "NrgMbs Tx"
# define D_SENSOR_NRG_MBS_RX "NrgMbs Rx"
# define D_SENSOR_NRG_MBS_TX_ENA "NrgMbs Tx Ena"
2022-08-03 11:03:43 +01:00
# define D_SENSOR_SDM72_TX "SDM72 Tx"
# define D_SENSOR_SDM72_RX "SDM72 Rx"
# define D_SENSOR_SDM120_TX "SDMx20 Tx"
# define D_SENSOR_SDM120_RX "SDMx20 Rx"
# define D_SENSOR_SDM230_TX "SDM230 Tx"
# define D_SENSOR_SDM230_RX "SDM230 Rx"
# define D_SENSOR_SDM630_TX "SDM630 Tx"
# define D_SENSOR_SDM630_RX "SDM630 Rx"
# define D_SENSOR_WE517_TX "WE517 Tx"
# define D_SENSOR_WE517_RX "WE517 Rx"
2022-11-22 11:35:30 +00:00
# define D_SENSOR_LD2410_TX "LD2410 Tx"
# define D_SENSOR_LD2410_RX "LD2410 Rx"
2022-08-03 12:35:22 +01:00
# define D_GPIO_TM1621_CS "TM1621 CS"
# define D_GPIO_TM1621_WR "TM1621 WR"
# define D_GPIO_TM1621_RD "TM1621 RD"
# define D_GPIO_TM1621_DAT "TM1621 DAT"
2022-08-03 11:03:43 +01:00
# define D_SENSOR_TM1637_CLK "TM1637 CLK"
# define D_SENSOR_TM1637_DIO "TM1637 DIO"
# define D_SENSOR_TM1638_CLK "TM1638 CLK"
# define D_SENSOR_TM1638_DIO "TM1638 DIO"
# define D_SENSOR_TM1638_STB "TM1638 STB"
# define D_SENSOR_MAX7219_DIN "MAX7219 DIN"
# define D_SENSOR_MAX7219_CS "MAX7219 CS"
# define D_SENSOR_MAX7219_CLK "MAX7219 CLK"
# define D_SENSOR_HX711_SCK "HX711 SCK"
# define D_SENSOR_HX711_DAT "HX711 DAT"
# define D_SENSOR_FTC532 "FTC532"
# define D_SENSOR_BS814_CLK "BS814 CLK"
# define D_SENSOR_BS814_DAT "BS814 DAT"
# define D_SENSOR_TX2X_TX "TX2x"
# define D_SENSOR_RFSEND "RFSend"
# define D_SENSOR_RFRECV "RFrecv"
# define D_SENSOR_TUYA_TX "Tuya Tx"
# define D_SENSOR_TUYA_RX "Tuya Rx"
# define D_SENSOR_MGC3130_XFER "MGC3130 Xfr"
# define D_SENSOR_MGC3130_RESET "MGC3130 Rst"
# define D_SENSOR_SSPI_MISO "SSPI MISO"
# define D_SENSOR_SSPI_MOSI "SSPI MOSI"
# define D_SENSOR_SSPI_SCLK "SSPI SCLK"
# define D_SENSOR_SSPI_CS "SSPI CS"
# define D_SENSOR_SSPI_DC "SSPI DC"
# define D_SENSOR_RF_SENSOR "RF Sensor"
# define D_SENSOR_AZ_RX "AZ Rx"
# define D_SENSOR_AZ_TX "AZ Tx"
# define D_SENSOR_MAX31855_CS "MX31855 CS"
# define D_SENSOR_MAX31855_CLK "MX31855 CLK"
# define D_SENSOR_MAX31855_DO "MX31855 DO"
# define D_SENSOR_MAX31865_CS "MX31865 CS"
# define D_SENSOR_NRG_SEL "HLWBL SEL" // Suffix "i"
# define D_SENSOR_NRG_CF1 "HLWBL CF1"
# define D_SENSOR_HLW_CF "HLW8012 CF"
# define D_SENSOR_HJL_CF "BL0937 CF"
# define D_SENSOR_MCP39F5_TX "MCP39F5 Tx"
# define D_SENSOR_MCP39F5_RX "MCP39F5 Rx"
# define D_SENSOR_MCP39F5_RST "MCP39F5 Rst"
# define D_SENSOR_CSE7761_TX "CSE7761 Tx"
# define D_SENSOR_CSE7761_RX "CSE7761 Rx"
# define D_SENSOR_CSE7766_TX "CSE7766 Tx"
# define D_SENSOR_CSE7766_RX "CSE7766 Rx"
# define D_SENSOR_BL0939_RX "BL0939 Rx"
# define D_SENSOR_BL0942_RX "BL0942 Rx"
# define D_SENSOR_HM330X_SET "HM330X SET"
# define D_SENSOR_PN532_TX "PN532 Tx"
# define D_SENSOR_PN532_RX "PN532 Rx"
# define D_SENSOR_SM16716_CLK "SM16716 CLK"
# define D_SENSOR_SM16716_DAT "SM16716 DAT"
# define D_SENSOR_SM16716_POWER "SM16716 PWR"
# define D_SENSOR_P9813_CLK "P9813 Clk"
# define D_SENSOR_P9813_DAT "P9813 Dat"
# define D_SENSOR_MY92X1_DI "MY92x1 DI"
# define D_SENSOR_MY92X1_DCKI "MY92x1 DCKI"
# define D_SENSOR_ARIRFRCV "ALux IrRcv"
# define D_SENSOR_ARIRFSEL "ALux IrSel"
# define D_SENSOR_TXD "Serial Tx"
# define D_SENSOR_RXD "Serial Rx"
# define D_SENSOR_ROTARY "Rotary" // Suffix "1A"
# define D_SENSOR_HRE_CLOCK "HRE Clock"
# define D_SENSOR_HRE_DATA "HRE Data"
# define D_SENSOR_ADE7880_IRQ "ADE7880 IRQ"
# define D_SENSOR_ADE7953_IRQ "ADE7953 IRQ"
2022-10-03 16:13:01 +01:00
# define D_SENSOR_ADE7953_RST "ADE7953 RST"
2022-10-21 14:06:52 +01:00
# define D_SENSOR_ADE7953_CS "ADE7953 CS"
2022-08-03 11:03:43 +01:00
# define D_SENSOR_BUZZER "Brunzidor"
# define D_SENSOR_DISP_RESET "Display Rst"
# define D_SENSOR_ZIGBEE_TXD "Zigbee Tx"
# define D_SENSOR_ZIGBEE_RXD "Zigbee Rx"
# define D_SENSOR_ZIGBEE_RST "Zigbee Rst"
# define D_SENSOR_SOLAXX1_TX "SolaxX1 Tx"
# define D_SENSOR_SOLAXX1_RX "SolaxX1 Rx"
# define D_SENSOR_SOLAXX1_RTS "SolaxX1 RTS"
# define D_SENSOR_IBEACON_TX "iBeacon TX"
# define D_SENSOR_IBEACON_RX "iBeacon RX"
# define D_SENSOR_RDM6300_RX "RDM6300 RX"
# define D_SENSOR_CC1101_CS "CC1101 CS"
# define D_SENSOR_A4988_DIR "A4988 DIR"
# define D_SENSOR_A4988_STP "A4988 STP"
# define D_SENSOR_A4988_ENA "A4988 ENA"
# define D_SENSOR_A4988_MS1 "A4988 MS1"
2022-08-03 12:35:22 +01:00
# define D_SENSOR_OUTPUT_HI "Sortida alta"
# define D_SENSOR_OUTPUT_LO "Sortida baixa"
2022-08-03 11:03:43 +01:00
# define D_SENSOR_AS608_TX "AS608 Tx"
# define D_SENSOR_AS608_RX "AS608 Rx"
2023-04-27 16:44:33 +01:00
# define D_SENSOR_GM861_TX "GM861 Tx"
# define D_SENSOR_GM861_RX "GM861 Rx"
2022-08-03 11:03:43 +01:00
# define D_SENSOR_DDS2382_TX "DDS238-2 Tx"
# define D_SENSOR_DDS2382_RX "DDS238-2 Rx"
# define D_SENSOR_DDSU666_TX "DDSU666 Tx"
# define D_SENSOR_DDSU666_RX "DDSU666 Rx"
# define D_SENSOR_SM2135_CLK "SM2135 Clk"
# define D_SENSOR_SM2135_DAT "SM2135 Dat"
2022-08-03 12:35:22 +01:00
# define D_SENSOR_SM2335_CLK "SM2335 Clk"
# define D_SENSOR_SM2335_DAT "SM2335 Dat"
2022-11-06 15:26:37 +00:00
# define D_SENSOR_BP1658CJ_CLK "BP1658CJ Clk"
# define D_SENSOR_BP1658CJ_DAT "BP1658CJ Dat"
2022-08-03 11:03:43 +01:00
# define D_SENSOR_BP5758D_CLK "BP5758D Clk"
# define D_SENSOR_BP5758D_DAT "BP5758D Dat"
# define D_SENSOR_DEEPSLEEP "DeepSleep"
# define D_SENSOR_EXS_ENABLE "EXS Enable"
# define D_SENSOR_CLIENT_TX "Client TX"
# define D_SENSOR_CLIENT_RX "Client RX"
# define D_SENSOR_CLIENT_RESET "Client RST"
# define D_SENSOR_GPS_RX "GPS RX"
# define D_SENSOR_GPS_TX "GPS TX"
# define D_SENSOR_HM10_RX "HM10 RX"
# define D_SENSOR_HM10_TX "HM10 TX"
# define D_SENSOR_LE01MR_RX "LE-01MR Rx"
# define D_SENSOR_LE01MR_TX "LE-01MR Tx"
# define D_SENSOR_BL0940_RX "BL0940 Rx"
# define D_SENSOR_CC1101_GDO0 "CC1101 GDO0"
# define D_SENSOR_CC1101_GDO2 "CC1101 GDO2"
# define D_SENSOR_HRXL_RX "HRXL Rx"
# define D_SENSOR_DYP_RX "DYP Rx"
# define D_SENSOR_ELECTRIQ_MOODL "MOODL Tx"
# define D_SENSOR_AS3935 "AS3935"
# define D_SENSOR_WINDMETER_SPEED "WindMeter Spd"
# define D_SENSOR_TELEINFO_RX "TInfo Rx"
# define D_SENSOR_TELEINFO_ENABLE "TInfo EN"
2022-08-03 12:35:22 +01:00
# define D_SENSOR_LMT01_PULSE "Puls LMT01"
# define D_SENSOR_ADC_INPUT "Entrada ADC"
# define D_SENSOR_ADC_TEMP "Temp ADC"
# define D_SENSOR_ADC_LIGHT "Llum ADC"
# define D_SENSOR_ADC_BUTTON "Botó ADC"
# define D_SENSOR_ADC_RANGE "Rang ADC"
2022-08-03 11:03:43 +01:00
# define D_SENSOR_ADC_CT_POWER "ADC CT Power"
# define D_SENSOR_ADC_JOYSTICK "ADC Joystick"
# define D_SENSOR_ADC_PH "ADC pH"
# define D_SENSOR_ADC_MQ "ADC MQ"
# define D_GPIO_WEBCAM_PWDN "CAM_PWDN"
# define D_GPIO_WEBCAM_RESET "CAM_RESET"
# define D_GPIO_WEBCAM_XCLK "CAM_XCLK"
# define D_GPIO_WEBCAM_SIOD "CAM_SIOD"
# define D_GPIO_WEBCAM_SIOC "CAM_SIOC"
# define D_GPIO_WEBCAM_DATA "CAM_DATA"
# define D_GPIO_WEBCAM_VSYNC "CAM_VSYNC"
# define D_GPIO_WEBCAM_HREF "CAM_HREF"
# define D_GPIO_WEBCAM_PCLK "CAM_PCLK"
# define D_GPIO_WEBCAM_PSCLK "CAM_PSCLK"
# define D_GPIO_WEBCAM_HSD "CAM_HSD"
# define D_GPIO_WEBCAM_PSRCS "CAM_PSRCS"
# define D_SENSOR_ETH_PHY_POWER "ETH POWER"
# define D_SENSOR_ETH_PHY_MDC "ETH MDC"
# define D_SENSOR_ETH_PHY_MDIO "ETH MDIO"
# define D_SENSOR_TCP_TXD "TCP Tx"
# define D_SENSOR_TCP_RXD "TCP Rx"
# define D_SENSOR_IEM3000_TX "iEM3000 TX"
# define D_SENSOR_IEM3000_RX "iEM3000 RX"
# define D_SENSOR_MIEL_HVAC_TX "MiEl HVAC Tx"
# define D_SENSOR_MIEL_HVAC_RX "MiEl HVAC Rx"
# define D_SENSOR_PROJECTOR_CTRL_TX "DLP Tx"
# define D_SENSOR_PROJECTOR_CTRL_RX "DLP Rx"
# define D_SENSOR_SHELLY_DIMMER_BOOT0 "SHD Boot 0"
# define D_SENSOR_SHELLY_DIMMER_RST_INV "SHD Reset"
# define D_SENSOR_RC522_RST "RC522 Rst"
# define D_SENSOR_RC522_CS "RC522 CS"
# define D_SENSOR_NRF24_CS "NRF24 CS"
# define D_SENSOR_NRF24_DC "NRF24 DC"
# define D_SENSOR_XPT2046_CS "XPT2046 CS"
# define D_SENSOR_ILI9341_CS "ILI9341 CS"
# define D_SENSOR_ILI9341_DC "ILI9341 DC"
# define D_SENSOR_ILI9488_CS "ILI9488 CS"
# define D_SENSOR_EPAPER29_CS "EPaper29 CS"
# define D_SENSOR_EPAPER42_CS "EPaper42 CS"
# define D_SENSOR_SSD1351_CS "SSD1351 CS"
# define D_SENSOR_SSD1351_DC "SSD1351 DC"
# define D_SENSOR_RA8876_CS "RA8876 CS"
# define D_SENSOR_ST7789_CS "ST7789 CS"
# define D_SENSOR_ST7789_DC "ST7789 DC"
# define D_SENSOR_SSD1331_CS "SSD1331 CS"
# define D_SENSOR_SSD1331_DC "SSD1331 DC"
# define D_SENSOR_SDCARD_CS "SDCard CS"
# define D_SENSOR_WIEGAND_D0 "Wiegand D0"
# define D_SENSOR_WIEGAND_D1 "Wiegand D1"
# define D_SENSOR_NEOPOOL_TX "NeoPool Tx"
# define D_SENSOR_NEOPOOL_RX "NeoPool Rx"
# define D_SENSOR_VL53LXX_XSHUT "VL53LXX XSHUT"
# define D_SENSOR_TFMINIPLUS_TX "TFmini+ TX"
# define D_SENSOR_TFMINIPLUS_RX "TFmini+ RX"
# define D_SENSOR_ZEROCROSS "ZC Pulse"
# define D_SENSOR_HALLEFFECT "HallEffect"
# define D_SENSOR_EPD_DATA "EPD Data"
2023-03-03 15:54:57 +00:00
# define D_SENSOR_PCF8574_INT "PCF8574 Int"
2023-02-18 21:56:53 +00:00
# define D_SENSOR_MCP23XXX_INT "MCP23xxx Int"
2023-03-01 09:12:47 +00:00
# define D_SENSOR_MCP23SXX_CS "MCP23Sxx CS"
2022-08-03 11:03:43 +01:00
# define D_SENSOR_MCP2515_CS "MCP2515 CS"
# define D_SENSOR_HRG15_RX "HRG15 Rx"
# define D_SENSOR_HRG15_TX "HRG15 Tx"
# define D_SENSOR_VINDRIKTNING_RX "VINDRIKTNING"
# define D_SENSOR_BL6523_TX "BL6523 Tx"
# define D_SENSOR_BL6523_RX "BL6523 Rx"
# define D_SENSOR_HEARTBEAT "Pulsació"
# define D_SENSOR_RESET "Reset"
# define D_GPIO_SHIFT595_SRCLK "74x595 SRCLK"
# define D_GPIO_SHIFT595_RCLK "74x595 RCLK"
# define D_GPIO_SHIFT595_OE "74x595 OE"
# define D_GPIO_SHIFT595_SER "74x595 SER"
2022-10-29 20:38:22 +01:00
# define D_GPIO_DINGTIAN_CLK "Dingtian CLK"
# define D_GPIO_DINGTIAN_SDI "Dingtian SDI"
# define D_GPIO_DINGTIAN_Q7 "Dingtian Q7"
# define D_GPIO_DINGTIAN_PL "Dingtian PL"
2023-05-01 13:51:02 +01:00
# define D_GPIO_DINGTIAN_OE "Dingtian OE"
2022-10-29 20:38:22 +01:00
# define D_GPIO_DINGTIAN_RCK "Dingtian RCK"
2022-08-03 11:03:43 +01:00
# define D_SENSOR_CM11_TX "CM110x TX"
# define D_SENSOR_CM11_RX "CM110x RX"
# define D_SENSOR_FLOWRATEMETER "Cabal"
2022-12-14 10:52:26 +00:00
# define D_SENSOR_ME007_TRIG "ME007 Tri"
# define D_SENSOR_ME007_RX "ME007 Rx"
2023-01-08 16:35:45 +00:00
# define D_SENSOR_TUYAMCUBR_TX "TuyaMCUBr Tx"
# define D_SENSOR_TUYAMCUBR_RX "TuyaMCUBr Rx"
2023-02-02 18:09:24 +00:00
# define D_SENSOR_BIOPDU_PZEM0XX_TX "BioPDU PZEM0XX Tx"
# define D_SENSOR_BIOPDU_PZEM016_RX "BioPDU PZEM016 Rx"
# define D_SENSOR_BIOPDU_BIT "BioPDU Bit"
2023-04-06 08:52:15 +01:00
# define D_SENSOR_LOX_O2_RX "LoxO2 RX"
2023-12-16 17:23:51 +00:00
# define D_GPIO_MAGIC_SWITCH "MagicSwitch"
2022-08-03 11:03:43 +01:00
// Units
# define D_UNIT_AMPERE "A"
# define D_UNIT_CELSIUS "C"
# define D_UNIT_CENTIMETER "cm"
# define D_UNIT_DEGREE "°"
# define D_UNIT_FAHRENHEIT "F"
# define D_UNIT_FPS "FPS"
# define D_UNIT_HERTZ "Hz"
# define D_UNIT_HOUR "h"
# define D_UNIT_GALLONS "gal"
# define D_UNIT_GALLONS_PER_MIN "g / m"
2023-03-22 12:25:55 +00:00
# define D_UNIT_GRAM_PER_CUBIC_METER "g / m³"
2022-08-03 11:03:43 +01:00
# define D_UNIT_INCH_MERCURY "inHg"
# define D_UNIT_INCREMENTS "inc"
# define D_UNIT_KELVIN "K"
# define D_UNIT_KILOMETER "km"
# define D_UNIT_KILOGRAM "kg"
# define D_UNIT_KILOMETER_PER_HOUR "km / h" // or "km/h"
# define D_UNIT_KILOOHM "kΩ"
# define D_UNIT_KILOWATTHOUR "kWh"
# define D_UNIT_LITERS "L"
# define D_UNIT_LITERS_PER_MIN "L / m"
# define D_UNIT_LUX "lx"
# define D_UNIT_MICROGRAM_PER_CUBIC_METER "µg / m³"
# define D_UNIT_MICROMETER "µm"
# define D_UNIT_MICROSECOND "µs"
# define D_UNIT_MICROSIEMENS_PER_CM "µS / cm"
2022-10-02 22:44:40 +01:00
# define D_UNIT_MICROTESLA "µT"
2022-08-03 11:03:43 +01:00
# define D_UNIT_MILLIAMPERE "mA"
# define D_UNIT_MILLILITERS "ml"
# define D_UNIT_MILLIMETER "mm"
# define D_UNIT_MILLIMETER_MERCURY "mmHg"
# define D_UNIT_MILLISECOND "ms"
# define D_UNIT_MILLIVOLT "mV"
# define D_UNIT_MINUTE "Min"
# define D_UNIT_PARTS_PER_BILLION "ppb"
# define D_UNIT_PARTS_PER_DECILITER "ppd"
# define D_UNIT_PARTS_PER_MILLION "ppm"
# define D_UNIT_MILIGRAMS_PER_LITER "mg / L"
# define D_UNIT_PERCENT "%%"
# define D_UNIT_PRESSURE "hPa"
# define D_UNIT_SECOND "sec"
# define D_UNIT_SECTORS "sectors"
# define D_UNIT_VA "VA"
# define D_UNIT_VAR "VAr"
# define D_UNIT_VOLT "V"
# define D_UNIT_WATT "W"
# define D_UNIT_WATTHOUR "Wh"
# define D_UNIT_WATT_METER_QUADRAT "W / m²"
# define D_UNIT_LITER_PER_MINUTE "l / min"
# define D_UNIT_CUBICMETER_PER_HOUR "m³ / h"
2022-08-30 10:46:19 +01:00
# define D_UNIT_CUBIC_METER "m³"
2022-08-03 11:03:43 +01:00
2022-08-03 12:35:22 +01:00
# define D_NEW_ADDRESS "Posant l'adreça a"
# define D_OUT_OF_RANGE "Fora de rang"
# define D_SENSOR_DETECTED "detectat"
2022-08-03 11:03:43 +01:00
//SDM220, SDM120, SDM72, LE01MR, SDM230
2022-08-03 12:35:22 +01:00
# define D_EXPORT_POWER "Potència Exportada"
# define D_IMPORT_POWER "Potència Importada"
# define D_PHASE_ANGLE "Angle de fase"
# define D_IMPORT_ACTIVE "Importat Activa"
# define D_EXPORT_ACTIVE "Exportat Activa"
# define D_IMPORT_REACTIVE "Importat Reactiva"
# define D_EXPORT_REACTIVE "Exportat Reactiva"
# define D_TOTAL_REACTIVE "Total Reactiva"
2022-08-03 11:03:43 +01:00
# define D_UNIT_KWARH "kVArh"
2022-08-03 12:35:22 +01:00
# define D_UNIT_ANGLE "Graus"
# define D_TOTAL_ACTIVE "Total Activa"
# define D_RESETTABLE_TOTAL_ACTIVE "Total Activa (RST)"
2022-08-03 11:03:43 +01:00
//SOLAXX1
2022-08-03 12:35:22 +01:00
# define D_PV1_VOLTAGE "Tensió PV1"
# define D_PV1_CURRENT "Intensitat PV1"
# define D_PV1_POWER "Potència PV1"
# define D_PV2_VOLTAGE "Tensió PV2"
# define D_PV2_CURRENT "Intensitat PV2"
# define D_PV2_POWER "Potència PV2"
# define D_SOLAR_POWER "Potència Solar"
# define D_INVERTER_POWER "Potència Inversor"
# define D_STATUS "Estat"
# define D_SOLAX_MODE_0 "Esperant"
# define D_SOLAX_MODE_1 "Comprovant"
# define D_SOLAX_MODE_2 "Treballant"
# define D_SOLAX_MODE_3 "Fallada"
# define D_SOLAX_MODE_4 "Fallada Permanent"
# define D_SOLAX_MODE_5 "Actualització de programari"
# define D_SOLAX_MODE_6 "Autotest"
# define D_SOLAX_ERROR_0 "Cap Error"
# define D_SOLAX_ERROR_1 "Error : Xarxa perduda"
# define D_SOLAX_ERROR_2 "Error de Tensió de Xarxa"
# define D_SOLAX_ERROR_3 "Error de freqüència de Xarxa"
# define D_SOLAX_ERROR_4 "Tensió de PVmassa alta"
# define D_SOLAX_ERROR_5 "Error d'aïllament al PV"
# define D_SOLAX_ERROR_6 "M'he sobre escalfat"
# define D_SOLAX_ERROR_7 "Error al ventilador"
# define D_SOLAX_ERROR_8 "Altre error intern"
2022-08-03 11:03:43 +01:00
//xdrv_10_scripter.ino
2022-08-03 12:35:22 +01:00
# define D_CONFIGURE_SCRIPT "Edita Script"
# define D_SCRIPT "edita script"
# define D_SDCARD_UPLOAD "puja arxiu"
# define D_UFSDIR "directori UFS"
# define D_UPL_DONE "Fet"
# define D_SCRIPT_CHARS_LEFT "caràcters lliures"
# define D_SCRIPT_CHARS_NO_MORE "no caben més caràcters"
# define D_SCRIPT_DOWNLOAD "Baixar"
# define D_SCRIPT_ENABLE "Habilitar Script"
# define D_SCRIPT_UPLOAD "Pujar"
# define D_SCRIPT_UPLOAD_FILES "Pujar arxius"
2022-08-03 11:03:43 +01:00
//xdrv_50_filesystem.ino
2022-08-03 12:35:22 +01:00
# define D_MANAGE_FILE_SYSTEM "Gestionar el sistema d'arxius"
# define D_FS_SIZE "Mida"
# define D_FS_FREE "Lliure"
# define D_NEW_FILE "nouarxiu.txt"
# define D_CREATE_NEW_FILE "Crear i editar un nou arxiu"
# define D_EDIT_FILE "Edita Arxiu"
# define D_CONFIRM_FILE_DEL "Confirma esborrar arxiu"
# define D_SHOW_HIDDEN_FILES "Mostra arxius ocults"
2022-08-03 11:03:43 +01:00
//xsns_67_as3935.ino
2022-08-03 12:35:22 +01:00
# define D_AS3935_GAIN "guany:"
# define D_AS3935_ENERGY "energia:"
# define D_AS3935_DISTANCE "distància:"
# define D_AS3935_DISTURBER "pertorbador:"
2022-08-03 11:03:43 +01:00
# define D_AS3935_VRMS "µVrms:"
# define D_AS3935_APRX "aprx.:"
# define D_AS3935_AWAY "away"
2022-08-03 12:35:22 +01:00
# define D_AS3935_LIGHT "llamp"
# define D_AS3935_OUT "llamp fora de rang"
# define D_AS3935_NOT "distància no determinada"
# define D_AS3935_ABOVE "llamp al damunt"
# define D_AS3935_NOISE "soroll detectat"
# define D_AS3935_DISTDET "pertorbador detectat"
# define D_AS3935_INTNOEV "Interrupció sense Event!"
# define D_AS3935_FLICKER "Transició a IRQ!"
# define D_AS3935_POWEROFF "Apagat"
# define D_AS3935_NOMESS "escoltant..."
# define D_AS3935_ON "Engegat"
# define D_AS3935_OFF "Apagat"
# define D_AS3935_INDOORS "Interior"
# define D_AS3935_OUTDOORS "Exterior"
# define D_AS3935_CAL_FAIL "error de calibració"
# define D_AS3935_CAL_OK "calibració posada a:"
2022-08-03 11:03:43 +01:00
//xsns_68_opentherm.ino
# define D_SENSOR_BOILER_OT_RX "OpenTherm RX"
# define D_SENSOR_BOILER_OT_TX "OpenTherm TX"
// xnrg_15_teleinfo Denky (Teleinfo)
2022-08-03 12:35:22 +01:00
# define D_CONTRACT "Contracte"
# define D_POWER_LOAD "Càrrega de potència"
# define D_CURRENT_TARIFF "Tarifa actual"
# define D_TARIFF "Tarifa"
2022-08-03 11:03:43 +01:00
# define D_OVERLOAD "ADPS"
2022-08-03 12:35:22 +01:00
# define D_MAX_POWER "Potència Màxima"
# define D_MAX_CURRENT "Intensitat màxima"
2022-08-03 11:03:43 +01:00
// xsns_79_as608.ino
2022-08-03 12:35:22 +01:00
# define D_FP_ENROLL_PLACEFINGER "Posa el dit"
# define D_FP_ENROLL_REMOVEFINGER "Treu el dit"
# define D_FP_ENROLL_PLACESAMEFINGER "Posa el mateix dit un altre cop"
# define D_FP_ENROLL_RETRY "Error : Has de reintentar"
# define D_FP_ENROLL_RESTART "Reinici"
2022-08-03 11:03:43 +01:00
# define D_FP_ENROLL_ERROR "Error"
2022-08-03 12:35:22 +01:00
# define D_FP_ENROLL_RESET "Esborrat"
# define D_FP_ENROLL_ACTIVE "Actiu"
# define D_FP_ENROLL_INACTIVE "Inactiu"
2022-08-03 11:03:43 +01:00
// Indexed by Adafruit_Fingerprint.h defines
2022-08-03 12:35:22 +01:00
# define D_FP_PACKETRECIEVEERR "Error de Comunicació" // 0x01 Error when receiving data package
2022-08-03 11:03:43 +01:00
# define D_FP_NOFINGER "" // 0x02 No finger on the sensor
2022-08-03 12:35:22 +01:00
# define D_FP_IMAGEFAIL "Error d'imatge" // 0x03 Failed to enroll the finger
# define D_FP_IMAGEMESS "Imatge massa complexa" // 0x06 Failed to generate character file due to overly disorderly fingerprint image
# define D_FP_FEATUREFAIL "Petjada massa petita" // 0x07 Failed to generate character file due to the lack of character point or small fingerprint image
# define D_FP_NOMATCH "Cap coincidència" // 0x08 Finger doesn't match
# define D_FP_NOTFOUND "No he tronat Cap coincidència" // 0x09 Failed to find matching finger
# define D_FP_ENROLLMISMATCH "La petjada no coincideix" // 0x0A Failed to combine the character files
# define D_FP_BADLOCATION "Mal lloc" // 0x0B Addressed PageID is beyond the finger library
# define D_FP_DBRANGEFAIL "Error de rang a la base de dades" // 0x0C Error when reading template from library or invalid template
# define D_FP_UPLOADFEATUREFAIL "Error de pujada de patró" // 0x0D Error when uploading template
# define D_FP_PACKETRESPONSEFAIL "Error de Paquet de resposta" // 0x0E Module failed to receive the following data packages
# define D_FP_UPLOADFAIL "Error de pujada" // 0x0F Error when uploading image
# define D_FP_DELETEFAIL "Error esborrant" // 0x10 Failed to delete the template
# define D_FP_DBCLEARFAIL "Error en netejar la base de dades" // 0x11 Failed to clear finger library
# define D_FP_PASSFAIL "Error de mot de pas" // 0x13 Find whether the fingerprint passed or failed
# define D_FP_INVALIDIMAGE "Imatge invàlida" // 0x15 Failed to generate image because of lac of valid primary image
# define D_FP_FLASHERR "Error escrivint a la Flash" // 0x18 Error when writing flash
# define D_FP_INVALIDREG "Nombre invàlid" // 0x1A Invalid register number
# define D_FP_ADDRCODE "Codi d'adreça" // 0x20 Address code
# define D_FP_PASSVERIFY "Mot de pas verificat" // 0x21 Verify the fingerprint passed
2022-08-03 11:03:43 +01:00
# define D_FP_UNKNOWNERROR "Error" // Any other error
// xsns_96_flowratemeter.ino
2022-08-03 12:35:22 +01:00
# define D_FLOWRATEMETER_NAME "Cabal"
2022-08-30 10:46:19 +01:00
# define D_FLOWRATEMETER_AMOUNT_TODAY "Amount Today"
# define D_FLOWRATEMETER_DURATION_TODAY "Duration Today"
2022-08-03 11:03:43 +01:00
// xsns_83_neopool.ino
# define D_NEOPOOL_MACH_NONE "NeoPool" // Machine names
# define D_NEOPOOL_MACH_HIDROLIFE "Hidrolife"
# define D_NEOPOOL_MACH_AQUASCENIC "Aquascenic"
# define D_NEOPOOL_MACH_OXILIFE "Oxilife"
# define D_NEOPOOL_MACH_BIONET "Bionet"
# define D_NEOPOOL_MACH_HIDRONISER "Hidroniser"
# define D_NEOPOOL_MACH_UVSCENIC "UVScenic"
# define D_NEOPOOL_MACH_STATION "Station"
# define D_NEOPOOL_MACH_BRILIX "Brilix"
# define D_NEOPOOL_MACH_GENERIC "Generic"
# define D_NEOPOOL_MACH_BAYROL "Bayrol"
# define D_NEOPOOL_MACH_HAY "Hay"
# define D_NEOPOOL_FILTRATION_MANUAL "Manual" // Filtration modes
# define D_NEOPOOL_FILTRATION_AUTO "Auto"
2022-08-03 12:35:22 +01:00
# define D_NEOPOOL_FILTRATION_HEATING "Escalfant"
# define D_NEOPOOL_FILTRATION_SMART "Llesta"
# define D_NEOPOOL_FILTRATION_INTELLIGENT "Intel·ligent"
# define D_NEOPOOL_FILTRATION_BACKWASH "Rentat"
2022-08-03 11:03:43 +01:00
# define D_NEOPOOL_FILTRATION_NONE "" // Filtration speed level
2022-08-03 12:35:22 +01:00
# define D_NEOPOOL_FILTRATION_SLOW "lent"
# define D_NEOPOOL_FILTRATION_MEDIUM "mitjà"
# define D_NEOPOOL_FILTRATION_FAST "ràpid"
# define D_NEOPOOL_TYPE "Tipus" // Sensor & relais names
2022-08-03 11:03:43 +01:00
# define D_NEOPOOL_REDOX "Redox"
2022-08-03 12:35:22 +01:00
# define D_NEOPOOL_CHLORINE "Clor"
# define D_NEOPOOL_CONDUCTIVITY "Conductivitat"
# define D_NEOPOOL_IONIZATION "Ionització"
# define D_NEOPOOL_HYDROLYSIS "Hidròlisi"
# define D_NEOPOOL_RELAY "Relé"
# define D_NEOPOOL_RELAY_FILTRATION "Filtrat" // Relay assignment
# define D_NEOPOOL_RELAY_LIGHT "Llum"
# define D_NEOPOOL_RELAY_PH_ACID "Aportador d'Àcid"
# define D_NEOPOOL_RELAY_PH_BASE "Aportador de Base"
# define D_NEOPOOL_RELAY_RX "Nivell Redox"
# define D_NEOPOOL_RELAY_CL "Bomba de clor"
# define D_NEOPOOL_RELAY_CD "Conductivitat"
# define D_NEOPOOL_RELAY_HEATING "Escalfant"
2022-08-03 11:03:43 +01:00
# define D_NEOPOOL_RELAY_UV "UV"
2022-08-03 12:35:22 +01:00
# define D_NEOPOOL_RELAY_VALVE "Vàlvula"
# define D_NEOPOOL_RELAY_AUX "Auxiliar"
# define D_NEOPOOL_TIME "Temps"
# define D_NEOPOOL_FILT_MODE "Mode de filtrar"
# define D_NEOPOOL_CELL_RUNTIME "Temps de marxa de la cel·la"
2022-08-03 11:03:43 +01:00
# define D_NEOPOOL_POLARIZATION "Pol" // Sensor status
# define D_NEOPOOL_PR_OFF "PrOff"
# define D_NEOPOOL_SETPOINT_OK "Ok"
# define D_NEOPOOL_COVER "Cover"
# define D_NEOPOOL_SHOCK "Boost"
# define D_NEOPOOL_STATUS_ON "ON"
# define D_NEOPOOL_STATUS_OFF "OFF"
2022-08-03 12:35:22 +01:00
# define D_NEOPOOL_STATUS_WAIT "ESPERA"
# define D_NEOPOOL_STATUS_TANK "TANC"
# define D_NEOPOOL_STATUS_FLOW "Cabal"
# define D_NEOPOOL_LOW "Baix"
2022-08-03 11:03:43 +01:00
# define D_NEOPOOL_FLOW1 "FL1"
# define D_NEOPOOL_FLOW2 "FL2"
2022-08-03 12:35:22 +01:00
# define D_NEOPOOL_PH_HIGH "massa alt" // ph Alarms
# define D_NEOPOOL_PH_LOW "massa baix"
# define D_NEOPOOL_PUMP_TIME_EXCEEDED "temps de bomba excedit"
2022-08-03 11:03:43 +01:00
2023-04-14 14:29:00 +01:00
// xsns_106_gdk101.ino
# define D_AVG_RAD_DOSE "dosi mitjana de radiació"
2023-04-21 15:55:09 +01:00
# define D_UNIT_US_H "µSv / h"
2023-04-14 14:29:00 +01:00
2024-01-10 08:21:02 +00:00
// ixrv92_pipsolar.ino
# define D_SENSOR_PIPSOLAR_TX "Pipsolar TX"
# define D_SENSOR_PIPSOLAR_RX "Pipsolar RX"
2022-08-03 11:03:43 +01:00
# endif // _LANGUAGE_CA_AD_H_