mirror of
https://github.com/artegoser/AnoPaper.git
synced 2025-02-23 12:43:14 +03:00
feat: Note search, locale time string
This commit is contained in:
parent
482031b1f6
commit
a34ae82215
9 changed files with 118 additions and 33 deletions
|
@ -50,6 +50,8 @@ let en = {
|
|||
BroadcastSync: "Getting notes, settings from another device",
|
||||
SyncAll: "Send data to all devices",
|
||||
Sync: "Sync",
|
||||
Search: "Search",
|
||||
NoNotesFound: "No notes found",
|
||||
};
|
||||
|
||||
export default en;
|
||||
|
|
|
@ -51,6 +51,8 @@ let ru = {
|
|||
BroadcastSync: "Получение заметок, настроек с другого устройства",
|
||||
SyncAll: "Отправить данные",
|
||||
Sync: "Синхронизация",
|
||||
Search: "Поиск",
|
||||
NoNotesFound: "Заметок не найдено",
|
||||
};
|
||||
|
||||
export default ru;
|
||||
|
|
Loading…
Add table
Reference in a new issue