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": "Drag to reorder",
"duplicate": "Duplicate",
"edit": "Redigera",
"filter_response": "Filter response",
"filter": "Filter",
"go_back": "Gå tillbaka",
"group_by": "Group by",
"label": "Märka",
"learn_more": "Läs mer",
"less": "Less",
@@ -226,6 +227,11 @@
"require_github": "Logga in med GitHub för att skapa hemlig information",
"title": "Export"
},
"filter": {
"all": "All",
"none": "None",
"starred": "Starred"
},
"folder": {
"created": "Mapp skapad",
"edit": "Redigera mapp",
@@ -239,6 +245,10 @@
"schema": "Schema",
"subscriptions": "Prenumerationer"
},
"group": {
"time": "Time",
"url": "URL"
},
"header": {
"install_pwa": "Installera app",
"login": "Logga in",