feat: Note search, locale time string

This commit is contained in:
Artemy 2023-04-05 20:10:05 +03:00
parent 482031b1f6
commit a34ae82215
9 changed files with 118 additions and 33 deletions

View file

@ -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;

View file

@ -51,6 +51,8 @@ let ru = {
BroadcastSync: "Получение заметок, настроек с другого устройства",
SyncAll: "Отправить данные",
Sync: "Синхронизация",
Search: "Поиск",
NoNotesFound: "Заметок не найдено",
};
export default ru;