Optionally ignore outdated matches during bulk migration

This commit is contained in:
schroda
2026-05-08 15:19:26 +02:00
parent 67bb2248c4
commit 3d514d357a
7 changed files with 87 additions and 3 deletions

View File

@@ -63,6 +63,12 @@ msgstr "{0, plural, one {# Tracker} other {# Tracker}}"
msgid "{0, plural, one {1 entry with no match} other {# entries with no match}}"
msgstr "{0, plural, one {1 entry with no match} other {# entries with no match}}"
#. placeholder {0}: outdatedEntries.length
#: src/features/migration/screens/MigrationExecute.tsx
#: src/features/migration/screens/MigrationSearch.tsx
msgid "{0, plural, one {1 entry with only outdated matches} other {# entries with only outdated matches}}"
msgstr "{0, plural, one {1 entry with only outdated matches} other {# entries with only outdated matches}}"
#. placeholder {0}: excludedEntries.length
#: src/features/migration/screens/MigrationExecute.tsx
msgid "{0, plural, one {1 excluded entry} other {# excluded entries}}"
@@ -1334,6 +1340,10 @@ msgstr "Display file sizes in binary (KiB, MiB, GiB) instead of decimal (KB, MB,
msgid "Display mode"
msgstr "Display mode"
#: src/features/migration/components/MigrationBulkSearchOptionsDialog.tsx
msgid "Do not automatically select matches if they are behind the current source. They will still be shown in the found matches"
msgstr "Do not automatically select matches if they are behind the current source. They will still be shown in the found matches"
#: src/features/settings/components/koreaderSync/KoreaderSyncSettings.tsx
msgid "Document matching method"
msgstr "Document matching method"
@@ -1823,6 +1833,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 without newer chapters"
msgstr "Ignore matches without newer chapters"
#: src/features/downloads/screens/DownloadSettings.tsx
msgid "Ignore re-uploaded chapters"
msgstr "Ignore re-uploaded chapters"
@@ -2520,6 +2534,10 @@ msgstr "Oneshot"
msgid "Ongoing"
msgstr "Ongoing"
#: src/features/migration/Migration.constants.ts
msgid "Only outdated matches found"
msgstr "Only outdated matches found"
#: src/features/downloads/components/DownloadAheadSetting.tsx
msgid "Only works if the current chapter plus the next chapter are already downloaded."
msgstr "Only works if the current chapter plus the next chapter are already downloaded."