mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 19:53:36 +00:00
Finnish translation
This commit is contained in:
parent
43a33d267a
commit
5edf377f4b
@ -6,6 +6,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
||||
## [2.1.0] - Unreleased
|
||||
|
||||
### Added
|
||||
- Finnish translation.
|
||||
- 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))
|
||||
|
||||
|
28
translations/fi.json
Normal file
28
translations/fi.json
Normal 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"
|
||||
}
|
@ -9,6 +9,7 @@ var translations = {
|
||||
"en" : "translations/en.json", // English
|
||||
"nl" : "translations/nl.json", // Dutch
|
||||
"de" : "translations/de.json", // German
|
||||
"fi" : "translations/fi.json", // Suomi
|
||||
"fr" : "translations/fr.json", // French
|
||||
"fy" : "translations/fy.json", // Frysk
|
||||
"es" : "translations/es.json", // Spanish
|
||||
|
Loading…
x
Reference in New Issue
Block a user