Add grace period and fix bugs

This commit is contained in:
Andrew-71 2024-05-05 13:06:20 +03:00
parent e565c7be6d
commit 349e964364
14 changed files with 148 additions and 35 deletions

View file

@ -6,10 +6,12 @@
"title.notes": "Notes",
"link.today": "today",
"link.tomorrow": "tomorrow",
"link.days": "previous days",
"link.notes": "notes",
"description.notes": "/notes/<name> for a new note",
"misc.date": "Today is",
"time.date": "Today is",
"time.grace": "grace period active",
"button.save": "Save"
}

View file

@ -6,10 +6,12 @@
"title.notes": "Заметки",
"link.today": "сегодня",
"link.tomorrow": "завтра",
"link.days": "раньше",
"link.notes": "заметки",
"description.notes": "/notes/<название> для новой заметки",
"misc.date": "Сегодня",
"time.date": "Сегодня",
"time.grace": "льготный период",
"button.save": "Сохранить"
}