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": "Duplica",
"edit": "Modifica",
"filter_response": "Filter response",
"filter": "Filter",
"go_back": "Torna indietro",
"group_by": "Group by",
"label": "Etichetta",
"learn_more": "Per saperne di più",
"less": "Less",
@@ -226,6 +227,11 @@
"require_github": "Accedi con GitHub per creare un Gist segreto",
"title": "Export"
},
"filter": {
"all": "All",
"none": "None",
"starred": "Starred"
},
"folder": {
"created": "Cartella creata",
"edit": "Modifica cartella",
@@ -239,6 +245,10 @@
"schema": "Schema",
"subscriptions": "Sottoscrizioni"
},
"group": {
"time": "Time",
"url": "URL"
},
"header": {
"install_pwa": "Installa l'applicazione",
"login": "Accedi",