mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
add default note type translations to ftl
This commit is contained in:
parent
32bc1e88eb
commit
7811a04df8
1 changed files with 20 additions and 0 deletions
20
rslib/ftl/notetypes.ftl
Normal file
20
rslib/ftl/notetypes.ftl
Normal file
|
@ -0,0 +1,20 @@
|
|||
## Default field names in newly created note types
|
||||
|
||||
notetypes-front-field = Front
|
||||
notetypes-back-field = Back
|
||||
notetypes-add-reverse-field = Add Reverse
|
||||
notetypes-text-field = Text
|
||||
|
||||
## Default note type names
|
||||
|
||||
notetypes-basic-name = Basic
|
||||
notetypes-basic-reversed-name = Basic (and reversed card)
|
||||
notetypes-basic-optional-reversed-name = Basic (optional reversed card)
|
||||
notetypes-basic-type-answer-name = Basic (type in the answer)
|
||||
notetypes-cloze-name = Cloze
|
||||
|
||||
## Default card template names
|
||||
|
||||
notetypes-card-1-name = Card 1
|
||||
notetypes-card-2-name = Card 2
|
||||
|
Loading…
Reference in a new issue