mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 19:53:36 +00:00
Merge branch 'develop' into deprecate-old-weather
This commit is contained in:
commit
3696d45e94
@ -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 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 `start:dev` command to the npm scripts for starting electron with devTools open.
|
||||||
- Added logging when using deprecated modules weatherforecast or currentweather.
|
- Added logging when using deprecated modules weatherforecast or currentweather.
|
||||||
|
- Portuguese translations for "MODULE_CONFIG_CHANGED" and PRECIP.
|
||||||
|
|
||||||
### Updated
|
### Updated
|
||||||
|
|
||||||
|
@ -25,10 +25,13 @@
|
|||||||
"NW": "NO",
|
"NW": "NO",
|
||||||
"NNW": "NNO",
|
"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": "Atualização do MagicMirror² disponível.",
|
||||||
"UPDATE_NOTIFICATION_MODULE": "Atualização para o módulo {MODULE_NAME} 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_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}.",
|
"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"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user