diff --git a/www/common/translations/messages.json b/www/common/translations/messages.json index d63bf7cab..dc70403f7 100644 --- a/www/common/translations/messages.json +++ b/www/common/translations/messages.json @@ -1399,5 +1399,10 @@ "fm_emptyTrashOwned": "Your trash contains documents you own. You can remove them from your drive only, or destroy them for all users.", "fm_restricted": "You do not have access", "fm_noResult": "No results found", - "pad_tocHide": "Outline" + "pad_tocHide": "Outline", + "settings_kanbanTagsTitle": "Kanban tag filter", + "settings_kanbanTagsHint": "Select how you want the tag filter to act when selecting multiple tags: only show cards containing all the selected tags (AND) or show cards containing any of the selected tags (OR)", + "settings_kanbanTagsAnd": "AND", + "settings_kanbanTagsOr": "OR", + "settings_cat_kanban": "Kanban" }