mirror of https://github.com/arendst/Tasmota.git
Update fr-FR.h
Added some new text UV defines and one unit define W/m2
This commit is contained in:
parent
89e04dafb0
commit
651bdf03c0
|
@ -163,7 +163,14 @@
|
||||||
#define D_USER "Utilisateur"
|
#define D_USER "Utilisateur"
|
||||||
#define D_UTC_TIME "UTC"
|
#define D_UTC_TIME "UTC"
|
||||||
#define D_UV_INDEX "Indice UV"
|
#define D_UV_INDEX "Indice UV"
|
||||||
|
#define D_UV_INDEX_2 "Mid"
|
||||||
|
#define D_UV_INDEX_3 "High"
|
||||||
|
#define D_UV_INDEX_4 "Danger"
|
||||||
|
#define D_UV_INDEX_5 "BurnL1/2"
|
||||||
|
#define D_UV_INDEX_6 "BurnL3"
|
||||||
|
#define D_UV_INDEX_7 "OoR"
|
||||||
#define D_UV_LEVEL "Niveau UV"
|
#define D_UV_LEVEL "Niveau UV"
|
||||||
|
#define D_UV_POWER "UV Power"
|
||||||
#define D_VERSION "Version"
|
#define D_VERSION "Version"
|
||||||
#define D_VOLTAGE "Tension"
|
#define D_VOLTAGE "Tension"
|
||||||
#define D_WARMLIGHT "Chaud"
|
#define D_WARMLIGHT "Chaud"
|
||||||
|
@ -514,6 +521,7 @@
|
||||||
#define D_UNIT_VOLT "V"
|
#define D_UNIT_VOLT "V"
|
||||||
#define D_UNIT_WATT "W"
|
#define D_UNIT_WATT "W"
|
||||||
#define D_UNIT_WATTHOUR "Wh"
|
#define D_UNIT_WATTHOUR "Wh"
|
||||||
|
#define D_UNIT_WATT_METER_QUADRAT "W/m²"
|
||||||
|
|
||||||
// Log message prefix
|
// Log message prefix
|
||||||
#define D_LOG_APPLICATION "APP: " // Application
|
#define D_LOG_APPLICATION "APP: " // Application
|
||||||
|
|
Loading…
Reference in New Issue