Add grace period and fix bugs
This commit is contained in:
parent
e565c7be6d
commit
349e964364
14 changed files with 148 additions and 35 deletions
|
@ -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"
|
||||
}
|
|
@ -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": "Сохранить"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue