Conflict handling -> Updates
This commit is contained in:
parent
55134435f2
commit
4a3785c03c
@ -51,7 +51,7 @@ importing-notes-skipped-update-due-to-notetype = Notes not updated, as notetype
|
|||||||
importing-notes-updated-as-file-had-newer = Notes updated, as file had newer version: { $val }
|
importing-notes-updated-as-file-had-newer = Notes updated, as file had newer version: { $val }
|
||||||
importing-include-reviews = Include reviews
|
importing-include-reviews = Include reviews
|
||||||
importing-also-import-progress = Also import any learning progress
|
importing-also-import-progress = Also import any learning progress
|
||||||
importing-conflict-handling = Conflict handling
|
importing-updates = Updates
|
||||||
importing-include-reviews-help =
|
importing-include-reviews-help =
|
||||||
If enabled, any previous reviews that the deck sharer included will also be imported.
|
If enabled, any previous reviews that the deck sharer included will also be imported.
|
||||||
Otherwise, all cards will be imported as new cards.
|
Otherwise, all cards will be imported as new cards.
|
||||||
|
@ -85,7 +85,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|||||||
</SwitchRow>
|
</SwitchRow>
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary>{tr.importingConflictHandling()}</summary>
|
<summary>{tr.importingUpdates()}</summary>
|
||||||
<SwitchRow bind:value={options.mergeNotetypes} defaultValue={false}>
|
<SwitchRow bind:value={options.mergeNotetypes} defaultValue={false}>
|
||||||
<SettingTitle
|
<SettingTitle
|
||||||
on:click={() =>
|
on:click={() =>
|
||||||
|
Loading…
Reference in New Issue
Block a user