web: add support for archiving notes (#7810)

* web: archive notes
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com>

* global: arhives -> archived
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com>
This commit is contained in:
01zulfi
2025-04-28 09:45:59 +05:00
committed by Abdullah Atta
parent 20bbb6dd5b
commit e7ec9e2aa3
24 changed files with 317 additions and 13 deletions

View File

@@ -2464,5 +2464,7 @@ Use this if changes from other devices are not appearing on this device. This wi
setAsHomepage: () => t`Set as homepage`,
defaultSidebarTab: () => t`Default sidebar tab`,
defaultSidebarTabDesc: () => t`Select the default sidebar tab`,
unsetAsHomepage: () => t`Reset homepage`
unsetAsHomepage: () => t`Reset homepage`,
archive: () => t`Archive`,
yourArchiveIsEmpty: () => t`Your archive is empty`
};