-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #601 from morozgrafix/russian_translations2
Russian translations2
- Loading branch information
Showing
4 changed files
with
40 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"sysTitle": "MagicMirror Уведомление", | ||
"welcome": "Добро пожаловать, старт был успешным!"" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 коммитов." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters