More Metadata Stuff (#3537)
This commit is contained in:
parent
8d3dcc637e
commit
53b13da0c9
34 changed files with 4123 additions and 129 deletions
|
@ -759,14 +759,17 @@
|
|||
"description": "All applicable Series that can be matched with External Metadata reside here. Kavita will prefetch or refresh series metadata, 50 series per 24 hours daily.",
|
||||
"status-header": "Status",
|
||||
"series-name-header": "Series",
|
||||
"library-name-header": "Library",
|
||||
"valid-until-header": "Next Refresh",
|
||||
"actions-header": "Actions",
|
||||
"matched-status-label": "Matched",
|
||||
"unmatched-status-label": "Not Matched",
|
||||
"blacklist-status-label": "Needs Manual Match",
|
||||
"dont-match-status-label": "{{dont-match-label}}",
|
||||
"all-status-label": "All",
|
||||
"dont-match-label": "Don't Match",
|
||||
"no-data": "{{common.no-data}}"
|
||||
"no-data": "{{common.no-data}}",
|
||||
"match-alt": "Match {{seriesName}}"
|
||||
},
|
||||
|
||||
"manage-user-tokens": {
|
||||
|
@ -785,12 +788,16 @@
|
|||
"enabled-tooltip": "Allow Kavita to download metadata and write to it's database.",
|
||||
"summary-label": "Summary",
|
||||
"summary-tooltip": "Allow Summary to be written when the field is unlocked.",
|
||||
"localized-name-label": "Localized Series Name",
|
||||
"localized-name-tooltip": "Allow Localized Name to be written when the field is unlocked. Kavita will attempt to make the best guess.",
|
||||
"derive-publication-status-label": "Publication Status",
|
||||
"derive-publication-status-tooltip": "Allow Publication Status to be derived from Total Chapter/Volume counts.",
|
||||
"enable-relations-label": "Relationships",
|
||||
"enable-relations-tooltip": "Allow Series Relationships to be <b>added</b>.",
|
||||
"enable-people-label": "People",
|
||||
"enable-people-tooltip": "Allow People (Characters, Writers, etc) to be <b>added</b>. All people include images.",
|
||||
"enable-cover-image-label": "Cover Image",
|
||||
"enable-cover-image-tooltip": "Allow Kavita to write the cover image for the Series",
|
||||
"enable-start-date-label": "Start Date",
|
||||
"enable-start-date-tooltip": "Allow Start Date of Series to be written to the Series",
|
||||
"enable-genres-label": "Genres",
|
||||
|
@ -812,7 +819,10 @@
|
|||
"field-mapping-description": "Setup rules for certain strings found in Genre/Tag field and map it to a new string in Genre/Tag and optionally remove it from the Source list. Only applicable when Genre/Tag are enabled to be written.",
|
||||
"first-last-name-label": "First Last Naming",
|
||||
"first-last-name-tooltip": "Ensure People's names are written First then Last",
|
||||
"person-roles-label": "Roles"
|
||||
"person-roles-label": "Roles",
|
||||
"overrides-label": "Overrides",
|
||||
"overrides-description": "Allow Kavita to write over locked fields"
|
||||
|
||||
},
|
||||
|
||||
"book-line-overlay": {
|
||||
|
@ -2613,6 +2623,19 @@
|
|||
"hours": "Hours"
|
||||
},
|
||||
|
||||
"metadata-setting-field-pipe": {
|
||||
"covers": "Covers",
|
||||
"age-rating": "{{metadata-fields.age-rating-title}}",
|
||||
"people": "{{tabs.people-tab}}",
|
||||
"summary": "{{filter-field-pipe.summary}}",
|
||||
"publication-status": "{{edit-series-modal.publication-status-title}}",
|
||||
"start-date": "{{manage-metadata-settings.enable-start-date-label}}",
|
||||
"genres": "{{metadata-fields.genres-title}}",
|
||||
"tags": "{{metadata-fields.tags-title}}",
|
||||
"localized-name": "{{edit-series-modal.localized-name-label}}"
|
||||
},
|
||||
|
||||
|
||||
"actionable": {
|
||||
"scan-library": "Scan Library",
|
||||
"scan-library-tooltip": "Scan library for changes. Use force scan to force checking every folder",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue