mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-07-24 12:20:59 +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>
39 lines
1.5 KiB
JSON
39 lines
1.5 KiB
JSON
{
|
|
"LOADING": "લોડ થઈ રહ્યું છે …",
|
|
|
|
"YESTERDAY": "ગઇકાલે",
|
|
"TODAY": "આજે",
|
|
"TOMORROW": "આવતી કાલે",
|
|
"DAYAFTERTOMORROW": "પરમ દિવસે",
|
|
"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": "વર્તમાન ઇન્સ્ટોલેશન એ {BRANCH_NAME} શાખા ની {COMMIT_COUNT} કમીટ પાછળ છે. ",
|
|
"UPDATE_INFO_MULTIPLE": "વર્તમાન ઇન્સ્ટોલેશન એ {BRANCH_NAME} શાખા ની {COMMIT_COUNT} કમીટ પાછળ છે. "
|
|
}
|