mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-07-21 11:18:01 +00:00
Hi, want to include a birthday calendar to my mirror which shows upcoming birthdays and as a reminder birthdays of the last two days. I used [MMM-CalendarExt2](https://github.com/MMM-CalendarExt2/MMM-CalendarExt2) for this job in the past but the module is not supported any more and very complicated to configure. I managed to style the default calendar module to my needs but what i am missing is to display already past events within a configurable time range. I included the translations of "YESTERDAY" and "DAYBEFOREYESTERDAY" to all translation files and modified the code to accept a new option `pastDaysCount` which controls of how many days past events should be displayed. --------- Co-authored-by: Veeck <github@veeck.de>
40 lines
1.5 KiB
JSON
40 lines
1.5 KiB
JSON
{
|
|
"LOADING": "लोड हो रहा है …",
|
|
|
|
"DAYBEFOREYESTERDAY": "परसों",
|
|
"YESTERDAY": "कल",
|
|
"TODAY": "आज",
|
|
"TOMORROW": "आने वाला कल",
|
|
"DAYAFTERTOMORROW": "2 दिनों में",
|
|
"RUNNING": "में समाप्त",
|
|
"EMPTY": "कोई आगामी कार्यक्रम नहीं।",
|
|
"WEEK": "सप्ताह {weekNumber}",
|
|
|
|
"N": "उ",
|
|
"NNE": "उउपु",
|
|
"NE": "उपु",
|
|
"ENE": "पुउपु",
|
|
"E": "पु",
|
|
"ESE": "पुदपु",
|
|
"SE": "दपु",
|
|
"SSE": "ददपु",
|
|
"S": "द",
|
|
"SSW": "ददप",
|
|
"SW": "दप",
|
|
"WSW": "पदप",
|
|
"W": "प",
|
|
"WNW": "पउप",
|
|
"NW": "उप",
|
|
"NNW": "उउप",
|
|
|
|
"FEELS": "{DEGREE} की तरह लगना",
|
|
"PRECIP_POP": "PoP",
|
|
|
|
"MODULE_CONFIG_CHANGED": "{MODULE_NAME} मॉड्यूल के लिए कॉन्फ़िगरेशन विकल्प बदल गए हैं। n कृपया दस्तावेज़ देखें।",
|
|
|
|
"UPDATE_NOTIFICATION": "MagicMirror² अपडेट उपलब्ध।",
|
|
"UPDATE_NOTIFICATION_MODULE": "{MODULE_NAME} मॉड्यूल के लिए उपलब्ध अद्यतन।",
|
|
"UPDATE_INFO_SINGLE": "वर्तमान स्थापना {COMMIT_COUNT} {BRANCH_NAME} शाखा के पीछे है।",
|
|
"UPDATE_INFO_MULTIPLE": "वर्तमान स्थापना {COMMIT_COUNT} पीछे {BRANCH_NAME} शाखा पर है।"
|
|
}
|