264561cd0d
* Redesign deck config, swap tooltips for help modals, link to manual * Replace canvas-inset with canvas-code for custom scheduling * Make section header link to manual too * Include elevation Sass library * Remove two unused exports * Fix tabbed spinboxes * Update ftl/core/deck-config.ftl * Update ftl/core/deck-config.ftl * Fix format * Make border-radius and box-shadow more subtle * Fix margin for vertical aspect ratio * Make direct hover on info badge apply effect instantly * Add redirect line to manual underneath chapter
27 lines
677 B
Plaintext
27 lines
677 B
Plaintext
### Text shown in Help pages
|
|
|
|
|
|
## Basic terminology
|
|
|
|
help-chapter = chapter
|
|
|
|
## Header
|
|
|
|
# Tooltip for links to the manual
|
|
help-open-manual-chapter = Open chapter { $name } in Anki manual
|
|
# Displayed underneath chapter title
|
|
help-view-chapter-in-manual = View the { $chapter } on this topic in the official manual.
|
|
|
|
## Body
|
|
|
|
# Newly introduced settings may not have an explanation yet
|
|
help-no-explanation =
|
|
Whoops! There doesn't seem to be an explanation for this setting yet.
|
|
|
|
You can help us complete this help page on { $link }.
|
|
|
|
## Footer
|
|
|
|
# Link to more detailed information in the manual
|
|
help-for-more-info = For more information, see { $link } in the manual.
|