diff options
author | pacien | 2020-02-08 19:04:34 +0100 |
---|---|---|
committer | pacien | 2020-02-08 19:04:34 +0100 |
commit | 6d2cc07e543ae86facc4194108038a3310bc1e7a (patch) | |
tree | 4cf0f6e9459c83715664bee968e195e6d0234a29 /viewer/src/locales/en.json | |
parent | e606751ffeb4557cf69f7e24322d3dcc7336fc06 (diff) | |
download | ldgallery-6d2cc07e543ae86facc4194108038a3310bc1e7a.tar.gz |
viewer: ldproposition: add tooltips for actions on suggestions
GitHub: closes #23
Diffstat (limited to 'viewer/src/locales/en.json')
-rw-r--r-- | viewer/src/locales/en.json | 6 |
1 files changed, 5 insertions, 1 deletions
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 @@ | |||
7 | "mode.search": "Search", | 7 | "mode.search": "Search", |
8 | "search.no-results": "No results", | 8 | "search.no-results": "No results", |
9 | "panelLeft.propositions": "Proposed tags", | 9 | "panelLeft.propositions": "Proposed tags", |
10 | "tag-propositions.substraction": "Exclude items with this tag", | ||
11 | "tag-propositions.addition": "Include all items with this tag", | ||
12 | "tag-propositions.intersection": "Search for this tag", | ||
13 | "tag-propositions.item-count": "Item count", | ||
10 | "gallery.unknowntype": "Unknown item type", | 14 | "gallery.unknowntype": "Unknown item type", |
11 | "title.tags": "Tags", | 15 | "title.tags": "Tags", |
12 | "title.home": "Home", | 16 | "title.home": "Home", |
13 | "title.back": "Back", | 17 | "title.back": "Back", |
14 | "title.parent": "Parent" | 18 | "title.parent": "Parent" |
15 | } \ No newline at end of file | 19 | } |