2016-05-11 12:38:41 +02:00
|
|
|
/* Magic Mirror
|
|
|
|
* Translation Definition
|
|
|
|
*
|
|
|
|
* By Michael Teeuw http://michaelteeuw.nl
|
|
|
|
* MIT Licensed.
|
|
|
|
*/
|
|
|
|
|
|
|
|
var translations = {
|
2016-06-04 21:36:03 +02:00
|
|
|
"en" : "translations/en.json", // English
|
|
|
|
"nl" : "translations/nl.json", // Dutch
|
|
|
|
"de" : "translations/de.json", // German
|
2016-09-30 20:44:53 +03:00
|
|
|
"fi" : "translations/fi.json", // Suomi
|
2016-06-04 21:36:03 +02:00
|
|
|
"fr" : "translations/fr.json", // French
|
|
|
|
"fy" : "translations/fy.json", // Frysk
|
|
|
|
"es" : "translations/es.json", // Spanish
|
|
|
|
"nb" : "translations/nb.json", // Norsk bokmål
|
|
|
|
"nn" : "translations/nn.json", // Norsk nynorsk
|
|
|
|
"pt" : "translations/pt.json", // Português
|
2016-07-25 16:11:01 -03:00
|
|
|
"pt_br" : "translations/pt_br.json", // Português Brasileiro
|
2016-06-04 21:36:03 +02:00
|
|
|
"sv" : "translations/sv.json", // Svenska
|
|
|
|
"it" : "translations/it.json", // Italian
|
2017-01-23 14:55:24 +00:00
|
|
|
"zh_cn" : "translations/zh_cn.json", // Simplified Chinese
|
2016-06-07 21:51:35 +08:00
|
|
|
"zh_tw" : "translations/zh_tw.json", // Traditional Chinese
|
2016-06-07 22:23:17 +08:00
|
|
|
"ja" : "translations/ja.json", // Japanese
|
2016-06-09 13:56:41 +02:00
|
|
|
"pl" : "translations/pl.json", // Polish
|
2016-07-26 07:31:31 -03:00
|
|
|
"gr" : "translations/gr.json", // Greek
|
2016-09-24 10:57:02 +02:00
|
|
|
"da" : "translations/da.json", // Danish
|
2016-11-02 22:01:14 +00:00
|
|
|
"tr" : "translations/tr.json", // Turkish
|
2017-01-06 11:21:20 -08:00
|
|
|
"ru" : "translations/ru.json", // Russian
|
2017-01-04 16:26:49 +02:00
|
|
|
"af" : "translations/af.json", // Afrikaans
|
2017-01-24 08:59:37 +01:00
|
|
|
"hu" : "translations/hu.json", // Hungarian
|
|
|
|
"is" : "translations/is.json", // Icelandic
|
|
|
|
};
|