feat: filter and group history entries

This commit is contained in:
Liyas Thomas
2022-10-30 17:05:32 +05:30
parent 79ada82223
commit 2f4c39d310
36 changed files with 450 additions and 59 deletions

View File

@@ -17,8 +17,9 @@
"drag_to_reorder": "拖曳以重新排序",
"duplicate": "複製",
"edit": "編輯",
"filter_response": "篩選回應",
"filter": "篩選回應",
"go_back": "返回",
"group_by": "Group by",
"label": "標籤",
"learn_more": "瞭解更多",
"less": "更少",
@@ -226,6 +227,11 @@
"require_github": "使用 GitHub 登入以建立私密 Gist",
"title": "匯出"
},
"filter": {
"all": "All",
"none": "None",
"starred": "Starred"
},
"folder": {
"created": "已建立資料夾",
"edit": "編輯資料夾",
@@ -239,6 +245,10 @@
"schema": "綱要",
"subscriptions": "訂閱"
},
"group": {
"time": "Time",
"url": "URL"
},
"header": {
"install_pwa": "安裝應用程式",
"login": "登入",