Add info page and version
This commit is contained in:
parent
e10d6112f5
commit
fa292154f6
12 changed files with 122 additions and 11 deletions
|
@ -4,14 +4,21 @@
|
|||
"title.today": "Your day so far",
|
||||
"title.days": "Previous days",
|
||||
"title.notes": "Notes",
|
||||
"title.info": "Info",
|
||||
|
||||
"link.today": "today",
|
||||
"link.tomorrow": "tomorrow",
|
||||
"link.days": "previous days",
|
||||
"link.notes": "notes",
|
||||
"link.info": "app information",
|
||||
|
||||
"description.notes": "/notes/<name> for a new note",
|
||||
"time.date": "Today is",
|
||||
"time.grace": "grace period active",
|
||||
"button.save": "Save"
|
||||
"button.save": "Save",
|
||||
|
||||
"info.version": "Version",
|
||||
"info.version.link": "source and changelog",
|
||||
"info.export": "Export data",
|
||||
"info.readme": "Edit readme.txt"
|
||||
}
|
|
@ -4,14 +4,21 @@
|
|||
"title.today": "Сегодняшний день",
|
||||
"title.days": "Предыдущие дни",
|
||||
"title.notes": "Заметки",
|
||||
"title.info": "Информация",
|
||||
|
||||
"link.today": "сегодня",
|
||||
"link.tomorrow": "завтра",
|
||||
"link.days": "раньше",
|
||||
"link.notes": "заметки",
|
||||
"link.info": "системная информация",
|
||||
|
||||
"description.notes": "/notes/<название> для новой заметки",
|
||||
"time.date": "Сегодня",
|
||||
"time.grace": "льготный период",
|
||||
"button.save": "Сохранить"
|
||||
"button.save": "Сохранить",
|
||||
|
||||
"info.version": "Версия",
|
||||
"info.version.link": "исходный код",
|
||||
"info.export": "Экспорт данных",
|
||||
"info.readme": "Редактировать readme.txt"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue