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:
schroda
2026-05-17 00:18:51 +02:00
parent b7730ffcf9
commit 5b459206cc
5 changed files with 45 additions and 5 deletions

View File

@@ -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"