855dc9d75b
* Add Rust bin to deprecate unused ftl entries * Align function names with bin names * Support passing in multiple ftl roots * Use source instead of jsons for deprecating * Fix CargoRun not working more than once (dae) * Add ftl:deprecate (dae) * Deprecate some strings (dae) This is not all of the strings that are currently unused * Check json files before deprecating; add allowlist (dae) The scheduler messages we'll probably want to reuse for the v2->v3 transition, so I'd prefer to keep them undeprecated for now. * Deprecate old bury options (dae) * Support gathering usages from Kotlin files for AnkiDroid (dae) * Update json scripts (dae) * Remove old deprecation headers * Parameterize JSON roots to keep * Tweak deprecation message (dae)
24 lines
1.3 KiB
Plaintext
24 lines
1.3 KiB
Plaintext
errors-parse-number-fail = A number was invalid or out of range.
|
|
errors-filtered-parent-deck = Filtered decks can not have child decks.
|
|
errors-filtered-deck-required = This action can only be used on a filtered deck.
|
|
errors-100-tags-max =
|
|
A maximum of 100 tags can be selected. Listing the
|
|
tags you want instead of the ones you don't want is usually simpler, and there
|
|
is no need to select child tags if you have selected a parent tag.
|
|
errors-multiple-notetypes-selected = Please select notes from only one notetype.
|
|
errors-please-check-database = Please use the Check Database action, then try again.
|
|
errors-please-check-media = Please use the Check Media action, then try again.
|
|
errors-collection-too-new = This collection requires a newer version of Anki to open.
|
|
errors-invalid-ids = This deck contains timestamps in the future. Please contact the deck author and ask them to fix the issue.
|
|
errors-inconsistent-db-state = Your database appears to be in an inconsistent state. Please use the Check Database action.
|
|
|
|
## Card Rendering
|
|
|
|
errors-bad-directive = Error in directive '{ $directive }': { $error }
|
|
errors-option-not-set = '{ $option }' not set
|
|
|
|
## NO NEED TO TRANSLATE. This text is no longer used by Anki, and will be removed in the future.
|
|
|
|
errors-invalid-input-empty = Invalid input.
|
|
errors-invalid-input-details = Invalid input: { $details }
|