Skip to content

Commit 18179fc

Browse files
authored
Update pt-BR.h (#1628)
I found some missing strings. PS: on TIMERMODE and some others, the order is backwards compared to English, because Portuguese is kind of backwards :)
1 parent ab65e15 commit 18179fc

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

src/locale/pt-BR.h

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
#define D_STR_TIMER "Timer"
3030
#define D_STR_ONTIMER D_STR_TIMER " " D_STR_ON
3131
#define D_STR_OFFTIMER D_STR_TIMER " " D_STR_OFF
32+
#define D_STR_TIMERMODE D_STR_MODE " " D_STR_TIMER
3233
#define D_STR_CLOCK "Relógio"
3334
#define D_STR_COMMAND "Comando"
3435
#define D_STR_HEALTH "Saúde"
@@ -84,14 +85,23 @@
8485
#define D_STR_6THSENSE "Sexto sentido"
8586
#define D_STR_ZONEFOLLOW "Acompanhar ambiente"
8687
#define D_STR_FIXED "Fixo"
88+
#define D_STR_TYPE "Tipo"
89+
#define D_STR_SPECIAL "Especial"
90+
#define D_STR_RECYCLE "Reciclar"
91+
#define D_STR_ID "Id"
92+
#define D_STR_VANE "Vane"
8793

8894
#define D_STR_AUTO "Auto"
8995
#define D_STR_AUTOMATIC "Automático"
9096
#define D_STR_MANUAL "Manual"
9197
#define D_STR_COOL "Esfriar"
9298
#define D_STR_HEAT "Aquecer"
9399
#define D_STR_FAN "Ventilar"
94-
#define D_STR_FANONLY "Apenas ventilar"
100+
#define D_STR_FANONLY "Apenas-ventilar"
101+
#define D_STR_FAN_ONLY "Apenas_ventilar"
102+
#define D_STR_ONLY "Apenas"
103+
#define D_STR_FANSPACEONLY D_STR_ONLY " " D_STR_FAN
104+
#define D_STR_FANONLYNOSPACE D_STR_ONLY D_STR_FAN
95105
#define D_STR_DRY "Secar"
96106
#define D_STR_8C_HEAT D_STR_HEAT " 8C"
97107

0 commit comments

Comments
 (0)