Add profiles sort option

This commit is contained in:
problematicconsumer
2023-07-26 16:42:31 +03:30
parent d741b7a427
commit 3dd21213ef
10 changed files with 206 additions and 25 deletions

View File

@@ -5,7 +5,9 @@
"toggle": {
"enabled": "enabled",
"disabled": "disabled"
}
},
"sort": "sort",
"sortBy": "sort by"
},
"home": {
"pageTitle": "home",
@@ -29,8 +31,13 @@
"noTraffic": "no traffic",
"gigaByte": "GB"
},
"sortBy": {
"lastUpdate": "Recently updated",
"name": "by Name"
},
"add": {
"buttonText": "add new profile",
"shortBtnTxt": "add new",
"fromClipboard": "add from clipboard",
"scanQr": "Scan QR code",
"manually": "add manually",