1
0

Show salutation based on the time of day

This commit is contained in:
kolaente
2021-07-06 17:13:13 +02:00
parent f3715c7900
commit c7c9b5ee47
2 changed files with 43 additions and 17 deletions

View File

@ -1,6 +1,9 @@
{
"home": {
"welcome": "Hi {username}",
"welcomeNight": "Good Night {username}",
"welcomeMorning": "Good Morning {username}",
"welcomeDay": "Hi {username}",
"welcomeEvening": "Good Evening {username}",
"list": {
"newText": "You can create a new list for your new tasks:",
"new": "Create a new list",