Add migration config screen to select and prioritize target sources (#2144)

This commit is contained in:
AntsyLich
2025-05-28 21:04:44 +06:00
committed by GitHub
parent 0f59fc1dd4
commit 2e180005a0
11 changed files with 475 additions and 46 deletions

View File

@@ -995,4 +995,12 @@
<!-- Notes screen -->
<string name="notes_placeholder">Enjoyed the part where…</string>
<string name="migrationConfigScreen.selectedHeader">Selected</string>
<string name="migrationConfigScreen.availableHeader">Available</string>
<string name="migrationConfigScreen.selectAllLabel">Select all</string>
<string name="migrationConfigScreen.selectNoneLabel">Select none</string>
<string name="migrationConfigScreen.selectEnabledLabel">Select enabled sources</string>
<string name="migrationConfigScreen.selectPinnedLabel">Select pinned sources</string>
<string name="migrationConfigScreen.continueButtonText">Continue</string>
</resources>