From 6d2cc07e543ae86facc4194108038a3310bc1e7a Mon Sep 17 00:00:00 2001 From: pacien Date: Sat, 8 Feb 2020 19:04:34 +0100 Subject: viewer: ldproposition: add tooltips for actions on suggestions GitHub: closes #23 --- viewer/src/components/LdProposition.vue | 25 ++++++++++++++++++------- viewer/src/locales/en.json | 6 +++++- 2 files changed, 23 insertions(+), 8 deletions(-) diff --git a/viewer/src/components/LdProposition.vue b/viewer/src/components/LdProposition.vue index 0da24ad..395611f 100644 --- a/viewer/src/components/LdProposition.vue +++ b/viewer/src/components/LdProposition.vue @@ -21,17 +21,28 @@ diff --git a/viewer/src/locales/en.json b/viewer/src/locales/en.json index 987d4d1..453fc5f 100644 --- a/viewer/src/locales/en.json +++ b/viewer/src/locales/en.json @@ -7,9 +7,13 @@ "mode.search": "Search", "search.no-results": "No results", "panelLeft.propositions": "Proposed tags", + "tag-propositions.substraction": "Exclude items with this tag", + "tag-propositions.addition": "Include all items with this tag", + "tag-propositions.intersection": "Search for this tag", + "tag-propositions.item-count": "Item count", "gallery.unknowntype": "Unknown item type", "title.tags": "Tags", "title.home": "Home", "title.back": "Back", "title.parent": "Parent" -} \ No newline at end of file +} -- cgit v1.2.3