From 9d1be9a4132533ffd0baa2afa330c0cfc6896cb4 Mon Sep 17 00:00:00 2001 From: Lukas Sommer Date: Mon, 23 Dec 2024 11:47:40 +0000 Subject: [PATCH] Translation comments for actiony-all-selected and actiony-any-selected (#3658) * Translation comments for actiony-all-selected and actiony-any-selected * Update * Update --- CONTRIBUTORS | 1 + ftl/core/actions.ftl | 8 ++++++++ 2 files changed, 9 insertions(+) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 6a83c444d..daf37166e 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -202,6 +202,7 @@ Sawan Sunar hideo aoyama Ross Brown 🦙 +Lukas Sommer ******************** diff --git a/ftl/core/actions.ftl b/ftl/core/actions.ftl index 8fd3df0f7..2b99c47b6 100644 --- a/ftl/core/actions.ftl +++ b/ftl/core/actions.ftl @@ -1,5 +1,13 @@ 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 +# 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-cancel = Cancel actions-choose = Choose