mirror of https://github.com/arendst/Tasmota.git
commit
8a6331e6f9
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
it-IT.h - localization for Italian - Italy for Tasmota
|
||||
|
||||
Copyright (C) 2020 Gennaro Tortone - some mods by Antonio Fragola - Updated by bovirus - rev. 21.12.2020
|
||||
Copyright (C) 2020 Gennaro Tortone - some mods by Antonio Fragola - Updated by bovirus - rev. 24.12.2020
|
||||
|
||||
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
|
||||
|
@ -461,30 +461,30 @@
|
|||
#define D_KNX_RX_SCENE "Scena - 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"
|
||||
#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"
|
||||
#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'"
|
||||
#define D_ZIGBEE_PERMITJOIN_ACTIVE "Dispositivo abilitato al collegamento"
|
||||
#define D_ZIGBEE_MAPPING_TITLE "Mappatura Zigbee Tasmota"
|
||||
#define D_ZIGBEE_NOT_STARTED "Zigbee non avviato"
|
||||
#define D_ZIGBEE_MAPPING_IN_PROGRESS_SEC "Mappatura in corso (rimanente %d s.)"
|
||||
#define D_ZIGBEE_MAPPING_NOT_PRESENT "Nessuna mappatura"
|
||||
#define D_ZIGBEE_MAP_REFRESH "Aggiornamento mappa Zigbee"
|
||||
#define D_ZIGBEE_MAP "Mappa Zigbee"
|
||||
#define D_ZIGBEE_PERMITJOIN "Consenti collegamento Zigbee"
|
||||
#define D_ZIGBEE_GENERATE_KEY "Generazione chiave casuale rete Zigbee"
|
||||
#define D_ZIGBEE_UNKNOWN_DEVICE "Dispositivo sconosciuto"
|
||||
#define D_ZIGBEE_UNKNOWN_ATTRIBUTE "Attributo sconosciuto"
|
||||
#define D_ZIGBEE_INVALID_PARAM "Parametro non valido"
|
||||
#define D_ZIGBEE_MISSING_PARAM "Parametro mancante"
|
||||
#define D_ZIGBEE_UNKNWON_ATTRIBUTE "Nome sconosciuto attributo (ignorato): %s"
|
||||
#define D_ZIGBEE_TOO_MANY_CLUSTERS "Non più di un ID cluster per comando"
|
||||
#define D_ZIGBEE_WRONG_DELIMITER "Delimitatore errato carico utile"
|
||||
#define D_ZIGBEE_UNRECOGNIZED_COMMAND "Comando Zigbee non riconosciuto: %s"
|
||||
#define D_ZIGBEE_TOO_MANY_COMMANDS "È consentito solo 1 comando (%d)"
|
||||
#define D_ZIGBEE_NO_ATTRIBUTE "Nessun attributo in elenco"
|
||||
#define D_ZIGBEE_UNSUPPORTED_ATTRIBUTE_TYPE "Tipo attributo non supportato"
|
||||
#define D_ZIGBEE_JSON_REQUIRED "Configurazione richiede oggetti JSON"
|
||||
#define D_ZIGBEE_RESET_1_OR_2 "1 o 2 per ripristino"
|
||||
#define D_ZIGBEE_EEPROM_FOUND_AT_ADDRESS "Trovata EEPROM ZBBridge all'indirizzo"
|
||||
#define D_ZIGBEE_RANDOMIZING_ZBCONFIG "Randomizzazione parametri Zigbee, controlla con "ZbConfig""
|
||||
|
||||
// xdrv_03_energy.ino
|
||||
#define D_ENERGY_TODAY "Energia - oggi"
|
||||
|
|
Loading…
Reference in New Issue