From 5edf377f4b030ebf2dfffcce23c7b081c1cb514e Mon Sep 17 00:00:00 2001 From: Harri Kapanen Date: Fri, 30 Sep 2016 20:44:53 +0300 Subject: [PATCH] Finnish translation --- CHANGELOG.md | 1 + translations/fi.json | 28 ++++++++++++++++++++++++++++ translations/translations.js | 1 + 3 files changed, 30 insertions(+) create mode 100644 translations/fi.json diff --git a/CHANGELOG.md b/CHANGELOG.md index 74cb3f7e..3f40dec2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) diff --git a/translations/fi.json b/translations/fi.json new file mode 100644 index 00000000..f370e41c --- /dev/null +++ b/translations/fi.json @@ -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" +} diff --git a/translations/translations.js b/translations/translations.js index 2a458ef2..09036efc 100644 --- a/translations/translations.js +++ b/translations/translations.js @@ -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