Skip to content

Commit

Permalink
Update pl_PL.h
Browse files Browse the repository at this point in the history
Fix typo and gramma
  • Loading branch information
grzegorz914 authored Nov 15, 2024
1 parent 996ea17 commit 6decdc8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tasmota/language/pl_PL.h
Original file line number Diff line number Diff line change
Expand Up @@ -617,8 +617,8 @@

// xsns_33_QMC5883L.ino
#define D_MX "Indukcja X-Axis"
#define D_MY "Inducja Y-Axis"
#define D_MZ "Inducja Z-Axis"
#define D_MY "Indukcja Y-Axis"
#define D_MZ "Indukcja Z-Axis"
#define D_MAGNETICFLD "Indukcja magnetyczna"

// xsns_34_hx711.ino
Expand Down Expand Up @@ -721,7 +721,7 @@
#define D_SENSOR_LED_LINK "Led link" // Suffix "i"
#define D_SENSOR_PWM "Obroty" // Suffix "1"
#define D_SENSOR_COUNTER "Licznik" // Suffix "1"
#define D_SENSOR_INTERRUPT "Zakłucenia"
#define D_SENSOR_INTERRUPT "Zakłócenia"
#define D_SENSOR_INPUT "Input"
#define D_SENSOR_IRRECV "IRrecv"
#define D_SENSOR_MHZ_RX "MHZ Rx"
Expand Down

0 comments on commit 6decdc8

Please sign in to comment.