Finnish translation

This commit is contained in:
Harri Kapanen 2016-09-30 20:44:53 +03:00
parent 43a33d267a
commit 5edf377f4b
3 changed files with 30 additions and 0 deletions

View File

@ -6,6 +6,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [2.1.0] - Unreleased ## [2.1.0] - Unreleased
### Added ### Added
- Finnish translation.
- Method to overwrite the module's header. [See documentation.](https://github.com/MichMich/MagicMirror/tree/develop/modules#getheader) - Method to overwrite the module's header. [See documentation.](https://github.com/MichMich/MagicMirror/tree/develop/modules#getheader)
- Option to limit access to certain IP addresses based on the value of `ipWhitelist` in the `config.js`, default is access from localhost only (Issue [#456](https://github.com/MichMich/MagicMirror/issues/456)) - Option to limit access to certain IP addresses based on the value of `ipWhitelist` in the `config.js`, default is access from localhost only (Issue [#456](https://github.com/MichMich/MagicMirror/issues/456))

28
translations/fi.json Normal file
View File

@ -0,0 +1,28 @@
{
/* GENERAL */
"LOADING": "Lataa …",
/* CALENDAR */
"TODAY": "Tänään",
"TOMORROW": "Huomenna",
"RUNNING": "Meneillään",
"EMPTY": "Ei tulevia tapahtumia.",
/* WEATHER */
"N": "P",
"NNE": "PPI",
"NE": "PI",
"ENE": "IPI",
"E": "I",
"ESE": "IEI",
"SE": "EI",
"SSE": "EEI",
"S": "E",
"SSW": "EEL",
"SW": "EL",
"WSW": "LEL",
"W": "L",
"WNW": "LPL",
"NW": "PL",
"NNW": "PPL"
}

View File

@ -9,6 +9,7 @@ var translations = {
"en" : "translations/en.json", // English "en" : "translations/en.json", // English
"nl" : "translations/nl.json", // Dutch "nl" : "translations/nl.json", // Dutch
"de" : "translations/de.json", // German "de" : "translations/de.json", // German
"fi" : "translations/fi.json", // Suomi
"fr" : "translations/fr.json", // French "fr" : "translations/fr.json", // French
"fy" : "translations/fy.json", // Frysk "fy" : "translations/fy.json", // Frysk
"es" : "translations/es.json", // Spanish "es" : "translations/es.json", // Spanish