Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update pt-BR.h #1628

Merged
merged 2 commits into from
Oct 4, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion src/locale/pt-BR.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
#define D_STR_TIMER "Timer"
#define D_STR_ONTIMER D_STR_TIMER " " D_STR_ON
#define D_STR_OFFTIMER D_STR_TIMER " " D_STR_OFF
#define D_STR_TIMERMODE D_STR_MODE " " D_STR_TIMER
#define D_STR_CLOCK "Relógio"
#define D_STR_COMMAND "Comando"
#define D_STR_HEALTH "Saúde"
Expand Down Expand Up @@ -84,14 +85,23 @@
#define D_STR_6THSENSE "Sexto sentido"
#define D_STR_ZONEFOLLOW "Acompanhar ambiente"
#define D_STR_FIXED "Fixo"
#define D_STR_TYPE "Tipo"
#define D_STR_SPECIAL "Especial"
#define D_STR_RECYCLE "Reciclar"
#define D_STR_ID "Id"
#define D_STR_VANE "Vane"

#define D_STR_AUTO "Auto"
#define D_STR_AUTOMATIC "Automático"
#define D_STR_MANUAL "Manual"
#define D_STR_COOL "Esfriar"
#define D_STR_HEAT "Aquecer"
#define D_STR_FAN "Ventilar"
#define D_STR_FANONLY "Apenas ventilar"
#define D_STR_FANONLY "Apenas-ventilar"
#define D_STR_FAN_ONLY "Apenas_ventilar"
#define D_STR_ONLY "Apenas"
#define D_STR_FANSPACEONLY D_STR_ONLY " " D_STR_FAN
#define D_STR_FANONLYNOSPACE D_STR_ONLY D_STR_FAN
#define D_STR_DRY "Secar"
#define D_STR_8C_HEAT D_STR_HEAT " 8C"

Expand Down