Skip to content

Commit

Permalink
Merge pull request #601 from morozgrafix/russian_translations2
Browse files Browse the repository at this point in the history
Russian translations2
  • Loading branch information
MichMich authored Jan 12, 2017
2 parents fcfe83f + 5cbcded commit bb75f6f
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Add loaded function to modules, providing an async callback.
- Made default newsfeed module aware of gesture events from [MMM-Gestures](https://github.com/thobach/MMM-Gestures)
- Add use pm2 for manager process into Installer RaspberryPi script

- Russian Translation

### Fixed
- Update .gitignore to not ignore default modules folder.
Expand Down
4 changes: 4 additions & 0 deletions modules/default/alert/translations/ru.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"sysTitle": "MagicMirror Уведомление",
"welcome": "Добро пожаловать, старт был успешным!""
}
34 changes: 34 additions & 0 deletions translations/ru.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
/* GENERAL */
"LOADING": "Загрузка …",

/* CALENDAR */
"TODAY": "Сегодня",
"TOMORROW": "Завтра",
"DAYAFTERTOMORROW": "Послезавтра",
"RUNNING": "Заканчивается через",
"EMPTY": "Нет предстоящих событий",

/* WEATHER */
"N": "С",
"NNE": "ССВ",
"NE": "СВ",
"ENE": "ВСВ",
"E": "В",
"ESE": "ВЮВ",
"SE": "ЮВ",
"SSE": "ЮЮВ",
"S": "Ю",
"SSW": "ЮЮЗ",
"SW": "ЮЗ",
"WSW": "ЗЮЗ",
"W": "З",
"WNW": "ЗСЗ",
"NW": "СЗ",
"NNW": "ССЗ",

/* UPDATE INFO */
"UPDATE_NOTIFICATION": "Есть обновление для MagicMirror².",
"UPDATE_NOTIFICATION_MODULE": "Есть обновление для MODULE_NAME модуля.",
"UPDATE_INFO": "Данная инсталляция позади BRANCH_NAME ветки на COMMIT_COUNT коммитов."
}
1 change: 1 addition & 0 deletions translations/translations.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ var translations = {
"gr" : "translations/gr.json", // Greek
"da" : "translations/da.json", // Danish
"tr" : "translations/tr.json", // Turkish
"ru" : "translations/ru.json", // Russian
};

0 comments on commit bb75f6f

Please sign in to comment.