Merge pull request #1851 from ZakarFin/fi-translations

Add missing translations for fi
This commit is contained in:
Michael Teeuw 2020-01-02 16:16:00 +01:00 committed by GitHub
commit 69a887fb05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 3 deletions

View File

@ -10,12 +10,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).
*This release is scheduled to be released on 2020-04-01.*
### Added
### Updated
- Finnish translation for "PRECIP", "UPDATE_INFO_MULTIPLE" and "UPDATE_INFO_SINGLE".
### Fixed
- Force declaration of public ip adress in config file (ISSUE #1852)
### Updated
## [2.10.0] - 2020-01-01
Special thanks to @sdetweil for all his great contributions!

View File

@ -28,6 +28,9 @@
"UPDATE_NOTIFICATION": "MagicMirror² päivitys saatavilla.",
"UPDATE_NOTIFICATION_MODULE": "Päivitys saatavilla moduulille {MODULE_NAME}.",
"UPDATE_INFO_SINGLE": "Nykyasennus on {COMMIT_COUNT} muutoksen jäljessä {BRANCH_NAME} haaraan nähden.",
"UPDATE_INFO_MULTIPLE": "Nykyasennus on {COMMIT_COUNT} muutosta jäljessä {BRANCH_NAME} haaraan nähden.",
"FEELS": "Tuntuu kuin"
"FEELS": "Tuntuu kuin",
"PRECIP": "Sateen todennäköisyys"
}