mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
Translation comments for actiony-all-selected and actiony-any-selected (#3658)
* Translation comments for actiony-all-selected and actiony-any-selected * Update * Update
This commit is contained in:
parent
c985acb9fe
commit
9d1be9a413
2 changed files with 9 additions and 0 deletions
|
@ -202,6 +202,7 @@ Sawan Sunar <sawansunar24072002@gmail.com>
|
||||||
hideo aoyama <https://github.com/boukendesho>
|
hideo aoyama <https://github.com/boukendesho>
|
||||||
Ross Brown <rbrownwsws@googlemail.com>
|
Ross Brown <rbrownwsws@googlemail.com>
|
||||||
🦙 <github.com/iamllama>
|
🦙 <github.com/iamllama>
|
||||||
|
Lukas Sommer <sommerluk@gmail.com>
|
||||||
|
|
||||||
********************
|
********************
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,13 @@
|
||||||
actions-add = Add
|
actions-add = Add
|
||||||
|
# In the browser sidebar, when in "Select" mode, you can right-click on
|
||||||
|
# selected criteria elements to create a search term that matches
|
||||||
|
# cards/notes meeting ALL the selected criteria elements.
|
||||||
|
# https://github.com/ankitects/anki/pull/1044
|
||||||
actions-all-selected = All selected
|
actions-all-selected = All selected
|
||||||
|
# In the browser sidebar, when in "Select" mode, you can right-click on
|
||||||
|
# selected criteria elements to create a search term that matches
|
||||||
|
# cards/notes meeting ANY of the selected criteria elements.
|
||||||
|
# https://github.com/ankitects/anki/pull/1044
|
||||||
actions-any-selected = Any selected
|
actions-any-selected = Any selected
|
||||||
actions-cancel = Cancel
|
actions-cancel = Cancel
|
||||||
actions-choose = Choose
|
actions-choose = Choose
|
||||||
|
|
Loading…
Reference in a new issue