Last Read Filter + A lot of bug fixes (#3312)
This commit is contained in:
parent
953d80de1a
commit
6b13db129e
42 changed files with 620 additions and 198 deletions
|
@ -1156,7 +1156,7 @@
|
|||
"reset": "{{common.reset}}",
|
||||
"test": "Test",
|
||||
"host-name-label": "Host Name",
|
||||
"host-name-tooltip": "Domain Name (of Reverse Proxy). If set, email generation will always use this.",
|
||||
"host-name-tooltip": "Domain Name (of Reverse Proxy). Required for email functionality. If no reverse proxy, use any url.",
|
||||
"host-name-validation": "Host name must start with http(s) and not end in /",
|
||||
|
||||
"sender-address-label": "Sender Address",
|
||||
|
@ -1207,6 +1207,7 @@
|
|||
"bulk-action-label": "Bulk Action"
|
||||
},
|
||||
|
||||
|
||||
"copy-settings-from-library-modal": {
|
||||
"close": "{{common.close}}",
|
||||
"select": "Select",
|
||||
|
@ -1831,7 +1832,8 @@
|
|||
"unit-reading-date": "Date",
|
||||
"unit-average-rating": "Kavita+ external rating, percent",
|
||||
"unit-reading-progress": "Percent",
|
||||
"unit-user-rating": "{{metadata-filter-row.unit-reading-progress}}"
|
||||
"unit-user-rating": "{{metadata-filter-row.unit-reading-progress}}",
|
||||
"unit-read-last": "Days from TODAY"
|
||||
},
|
||||
|
||||
"sort-field-pipe": {
|
||||
|
@ -2097,7 +2099,8 @@
|
|||
},
|
||||
|
||||
"next-expected-card": {
|
||||
"title": "~{{date}}"
|
||||
"title": "~{{date}}",
|
||||
"upcoming-title": "Upcoming"
|
||||
},
|
||||
|
||||
"server-stats": {
|
||||
|
@ -2270,6 +2273,7 @@
|
|||
"file-path": "File Path",
|
||||
"want-to-read": "Want to Read",
|
||||
"read-date": "Reading Date",
|
||||
"read-last": "Read Last",
|
||||
"average-rating": "Average Rating"
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue