mirror of
https://github.com/artegoser/AnoPaper.git
synced 2025-02-22 20:23:14 +03:00
feat: localisation for about page
This commit is contained in:
parent
02a96f746c
commit
8a76312077
5 changed files with 33 additions and 16 deletions
15
public/localisation/en/about.md
Normal file
15
public/localisation/en/about.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
## Anopaper - anonymous notes service
|
||||
|
||||
## AnoPaper allows you to save and share notes anonymously.
|
||||
|
||||
### Functionality:
|
||||
|
||||
- Notes support markdown format. For example, the entry: `### Level 3 Heading` would look like this:
|
||||
|
||||
> ### Level 3 heading
|
||||
|
||||
**Mathjax syntax is also supported** For example: `$\sum{i=1}^n i^2$` would look like this: $\sum_{i=1}^n i^2$
|
||||
|
||||
- Public notes are available only by link.
|
||||
- When you click on the link, the note is saved locally and deleted from the server.
|
||||
- Non-public notes are saved locally and are not sent to the server.`
|
15
public/localisation/ru/about.md
Normal file
15
public/localisation/ru/about.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
## Anopaper - сервис анонимных записок
|
||||
|
||||
## AnoPaper позволяет анонимно сохранять и публиковать заметки.
|
||||
|
||||
### Функционал:
|
||||
|
||||
- Заметки поддерживают формат markdown. Например запись: `### Заголовок 3-го уровня` будет выглядеть так:
|
||||
|
||||
> ### Заголовок 3-го уровня
|
||||
|
||||
**Так же поддерживается синтаксис mathjax** Например запись: `$\sum_{i=1}^n a_i$` будет выглядеть так: $\sum_{i=1}^n a_i$
|
||||
|
||||
- Публичные заметки доступны только по ссылке.
|
||||
- При переходе по ссылке заметка сохраняется локально и удаляется с сервера.
|
||||
- Не публичные заметки сохраняются локально и не отправляются на сервер.`
|
Loading…
Add table
Reference in a new issue