mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 19:53:36 +00:00
Merge pull request #1057 from Stromwerk/develop
Add Bulgarian translations for MagicMirror² and Alert module
This commit is contained in:
commit
95f265ebbf
@ -11,6 +11,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||||||
|
|
||||||
### Added
|
### Added
|
||||||
- Add option to use [Nunjucks](https://mozilla.github.io/nunjucks/) templates in modules. (See `helloworld` module as an example.)
|
- Add option to use [Nunjucks](https://mozilla.github.io/nunjucks/) templates in modules. (See `helloworld` module as an example.)
|
||||||
|
- Add Bulgarian translations for MagicMirror² and Alert module
|
||||||
|
|
||||||
### Updated
|
### Updated
|
||||||
|
|
||||||
|
4
modules/default/alert/translations/bg.json
Normal file
4
modules/default/alert/translations/bg.json
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
"sysTitle": "MagicMirror нотификация",
|
||||||
|
"welcome": "Добре дошли, стартирането беше успешно"
|
||||||
|
}
|
32
translations/bg.json
Normal file
32
translations/bg.json
Normal file
@ -0,0 +1,32 @@
|
|||||||
|
{
|
||||||
|
"LOADING": "Зареждане …",
|
||||||
|
|
||||||
|
"TODAY": "Днес",
|
||||||
|
"TOMORROW": "Утре",
|
||||||
|
"DAYAFTERTOMORROW": "Вдругиден",
|
||||||
|
"RUNNING": "Свършва на",
|
||||||
|
"EMPTY": "Няма предстоящи събития.",
|
||||||
|
|
||||||
|
"WEEK": "Седмица {weekNumber}",
|
||||||
|
|
||||||
|
"N": "С",
|
||||||
|
"NNE": "ССИ",
|
||||||
|
"NE": "СИ",
|
||||||
|
"ENE": "ИСИ",
|
||||||
|
"E": "И",
|
||||||
|
"ESE": "ИЮИ",
|
||||||
|
"SE": "ЮИ",
|
||||||
|
"SSE": "ЮЮИ",
|
||||||
|
"S": "Ю",
|
||||||
|
"SSW": "ЮЮЗ",
|
||||||
|
"SW": "ЮЗ",
|
||||||
|
"WSW": "ЗЮЗ",
|
||||||
|
"W": "З",
|
||||||
|
"WNW": "ЗСЗ",
|
||||||
|
"NW": "СЗ",
|
||||||
|
"NNW": "ССЗ",
|
||||||
|
|
||||||
|
"UPDATE_NOTIFICATION": "Налична актуализация за MagicMirror².",
|
||||||
|
"UPDATE_NOTIFICATION_MODULE": "Налична актуализация за MODULE_NAME модул.",
|
||||||
|
"UPDATE_INFO": "Текущата инсталация е изостанала с COMMIT_COUNT къмита на клон BRANCH_NAME."
|
||||||
|
}
|
@ -34,7 +34,8 @@ var translations = {
|
|||||||
"et" : "translations/et.json", // Estonian
|
"et" : "translations/et.json", // Estonian
|
||||||
"kr" : "translations/kr.json", // Korean
|
"kr" : "translations/kr.json", // Korean
|
||||||
"ro" : "translations/ro.json", // Romanian
|
"ro" : "translations/ro.json", // Romanian
|
||||||
"cy" : "translations/cy.json" // Welsh (Cymraeg)
|
"cy" : "translations/cy.json", // Welsh (Cymraeg)
|
||||||
|
"bg" : "translations/bg.json" // Bulgarian
|
||||||
};
|
};
|
||||||
|
|
||||||
if (typeof module !== "undefined") {module.exports = translations;}
|
if (typeof module !== "undefined") {module.exports = translations;}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user