A boatload of Bugs (#3704)
Co-authored-by: Amelia <77553571+Fesaa@users.noreply.github.com>
This commit is contained in:
parent
ea9b7ad0d1
commit
37734554ba
102 changed files with 2051 additions and 1115 deletions
|
@ -1074,8 +1074,10 @@
|
|||
"donate": "Donate",
|
||||
"donate-tooltip": "You can remove this by subscribing to Kavita+",
|
||||
"back": "Back",
|
||||
"cancel-edit": "Cancel Edit",
|
||||
"more": "More",
|
||||
"customize": "{{settings.customize}}"
|
||||
"customize": "{{settings.customize}}",
|
||||
"edit": "{{common.edit}}"
|
||||
},
|
||||
|
||||
"browse-authors": {
|
||||
|
@ -1217,7 +1219,8 @@
|
|||
|
||||
"card-detail-layout": {
|
||||
"total-items": "{{count}} total items",
|
||||
"jumpkey-count": "{{count}} Series"
|
||||
"jumpkey-count": "{{count}} Series",
|
||||
"no-data": "{{common.no-data}}"
|
||||
},
|
||||
|
||||
"card-item": {
|
||||
|
@ -1608,13 +1611,13 @@
|
|||
"change-password-alt": "Change Password {{user}}",
|
||||
"resend": "Resend",
|
||||
"setup": "Setup",
|
||||
"admin": "Admin",
|
||||
"last-active-header": "Last Active",
|
||||
"roles-header": "Roles",
|
||||
"name-header": "Name",
|
||||
"none": "None",
|
||||
"never": "Never",
|
||||
"online-now-tooltip": "Online Now",
|
||||
"all-libraries": "All Libraries",
|
||||
"too-many-libraries": "A lot",
|
||||
"sharing-header": "Sharing",
|
||||
"no-data": "There are no other users.",
|
||||
|
@ -1623,6 +1626,17 @@
|
|||
"pending-tooltip": "This user has not validated their email"
|
||||
},
|
||||
|
||||
"role-localized-pipe": {
|
||||
"admin": "Admin",
|
||||
"download": "Download",
|
||||
"change-password": "Change Password",
|
||||
"bookmark": "Bookmark",
|
||||
"change-restriction": "Change Restriction",
|
||||
"login": "Login",
|
||||
"read-only": "Read Only",
|
||||
"promote": "Promote"
|
||||
},
|
||||
|
||||
"edit-collection-tags": {
|
||||
"title": "Edit {{collectionName}} Collection",
|
||||
"required-field": "{{validation.required-field}}",
|
||||
|
@ -1739,6 +1753,7 @@
|
|||
|
||||
"stream-list-item": {
|
||||
"remove": "{{common.remove}}",
|
||||
"delete": "{{common.delete}}",
|
||||
"load-filter": "Load Filter",
|
||||
"provided": "Provided",
|
||||
"smart-filter": "Smart Filter",
|
||||
|
@ -2392,7 +2407,8 @@
|
|||
"save": "{{common.save}}",
|
||||
"add": "{{common.add}}",
|
||||
"filter": "{{common.filter}}",
|
||||
"clear": "{{common.clear}}"
|
||||
"clear": "{{common.clear}}",
|
||||
"smart-filter-title": "{{customize-dashboard-modal.title-smart-filters}}"
|
||||
},
|
||||
|
||||
"customize-sidenav-streams": {
|
||||
|
@ -2423,7 +2439,15 @@
|
|||
"no-data": "No Smart Filters created",
|
||||
"filter": "{{common.filter}}",
|
||||
"clear": "{{common.clear}}",
|
||||
"errored": "There is an encoding error in the filter. You need to recreate it."
|
||||
"errored": "There is an encoding error in the filter. You need to recreate it.",
|
||||
"cancel": "{{common.cancel}}",
|
||||
"close": "{{common.close}}",
|
||||
"edit": "{{common.edit}}",
|
||||
"save": "{{common.save}}",
|
||||
"edit-smart-filter": "Edit {{name}}",
|
||||
"name-label": "Name",
|
||||
"required-field": "Smart Filters need a name",
|
||||
"filter-name-unique": "Smart Filter names must be unique"
|
||||
},
|
||||
|
||||
"edit-external-source-item": {
|
||||
|
@ -2509,6 +2533,14 @@
|
|||
"is-empty": "Is Empty"
|
||||
},
|
||||
|
||||
"log-level-pipe": {
|
||||
"debug": "Debug",
|
||||
"information": "Information",
|
||||
"trace": "Trace",
|
||||
"warning": "Warning",
|
||||
"critical": "Critical"
|
||||
},
|
||||
|
||||
"confirm": {
|
||||
"alert": "Alert",
|
||||
"confirm": "Confirm",
|
||||
|
@ -2723,7 +2755,8 @@
|
|||
"title": "Actions",
|
||||
"copy-settings": "Copy Settings From",
|
||||
"match": "Match",
|
||||
"match-tooltip": "Match Series with Kavita+ manually"
|
||||
"match-tooltip": "Match Series with Kavita+ manually",
|
||||
"reorder": "Reorder"
|
||||
},
|
||||
|
||||
"preferences": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue