diff --git a/CHANGELOG.md b/CHANGELOG.md index 883ce448..ac58e077 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ _This release is scheduled to be released on 2021-04-01._ - Added CURRENTWEATHER_TYPE notification to currentweather and weather module, use it in compliments module. - Added `start:dev` command to the npm scripts for starting electron with devTools open. - Added logging when using deprecated modules weatherforecast or currentweather. +- Portuguese translations for "MODULE_CONFIG_CHANGED" and PRECIP. ### Updated diff --git a/translations/pt.json b/translations/pt.json index 76574742..aa118370 100644 --- a/translations/pt.json +++ b/translations/pt.json @@ -25,10 +25,13 @@ "NW": "NO", "NNW": "NNO", + "MODULE_CONFIG_CHANGED": "As opções na configuração do módulo {MODULE_NAME} foram alteradas.\nPor favor, verifica a documentação.", + "UPDATE_NOTIFICATION": "Atualização do MagicMirror² disponível.", "UPDATE_NOTIFICATION_MODULE": "Atualização para o módulo {MODULE_NAME} disponível.", "UPDATE_INFO_SINGLE": "A instalação atual está {COMMIT_COUNT} commit atrasada no branch {BRANCH_NAME}.", "UPDATE_INFO_MULTIPLE": "A instalação atual está {COMMIT_COUNT} commits atrasada no branch {BRANCH_NAME}.", - "FEELS": "Sentida {DEGREE}" + "FEELS": "Sentida {DEGREE}", + "PRECIP": "Prob. Precipitação" }