Optionally ignore outdated matches during bulk migration
The original "ignore outdated matches" setting added with 3d514d357a is not really ignoring outdated matches but requires matches to be ahead of the current source.
The variable naming is not matching the logic and is confusing.
This commit is contained in:
@@ -1845,6 +1845,10 @@ msgstr "Ignore automatic chapter downloads for entries with unread chapters"
|
||||
msgid "Ignore filters when searching"
|
||||
msgstr "Ignore filters when searching"
|
||||
|
||||
#: src/features/migration/components/MigrationBulkSearchOptionsDialog.tsx
|
||||
msgid "Ignore matches that are behind in chapters"
|
||||
msgstr "Ignore matches that are behind in chapters"
|
||||
|
||||
#: src/features/migration/components/MigrationBulkSearchOptionsDialog.tsx
|
||||
msgid "Ignore matches without newer chapters"
|
||||
msgstr "Ignore matches without newer chapters"
|
||||
@@ -2558,6 +2562,10 @@ msgstr "Ongoing"
|
||||
msgid "Only automatically select matches if they have additional chapters. They will still be shown in the found matches"
|
||||
msgstr "Only automatically select matches if they have additional chapters. They will still be shown in the found matches"
|
||||
|
||||
#: src/features/migration/components/MigrationBulkSearchOptionsDialog.tsx
|
||||
msgid "Only automatically select matches if they have at least the same latest chapter. They will still be shown in the found matches"
|
||||
msgstr "Only automatically select matches if they have at least the same latest chapter. They will still be shown in the found matches"
|
||||
|
||||
#: src/features/migration/Migration.constants.ts
|
||||
msgid "Only outdated matches found"
|
||||
msgstr "Only outdated matches found"
|
||||
|
||||
Reference in New Issue
Block a user