Event Widget Updates + Format Downloads + Scanner Work (#3024)

This commit is contained in:
Joe Milazzo 2024-06-27 16:35:50 -05:00 committed by GitHub
parent 30a8a2555f
commit a427d02ed1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
34 changed files with 971 additions and 694 deletions

View file

@ -1513,7 +1513,8 @@
"users-online-count": "{{num}} Users online",
"active-events-title": "Active Events:",
"no-data": "Not much going on here",
"left-to-process": "Left to Process: {{leftToProcess}}"
"left-to-process": "Left to Process: {{leftToProcess}}",
"download-in-queue": "{{num}} downloads in Queue"
},
"shortcuts-modal": {
@ -1868,7 +1869,9 @@
"total-size-header": "Total Size",
"total-files-header": "Total Files",
"not-classified": "Not Classified",
"total-file-size-title": "Total File Size:"
"total-file-size-title": "Total File Size:",
"download-file-for-extension-header": "Download Report",
"download-file-for-extension-alt": "Download files Report for {{extension}}"
},
"reading-activity": {
@ -2326,7 +2329,10 @@
"issue-hash-num": "Issue #",
"issue-num": "Issue",
"chapter-num": "Chapter",
"volume-num": "Volume"
"volume-num": "Volume",
"chapter-num-shorthand": "Ch {{num}}",
"issue-num-shorthand": "#{{num}}",
"volume-num-shorthand": "Vol {{num}}"
}
}