aboutsummaryrefslogtreecommitdiff
path: root/viewer/src/locales/en.json
diff options
context:
space:
mode:
authorOzoneGrif2020-02-10 14:22:18 +0100
committerGitHub2020-02-10 14:22:18 +0100
commitca1504a0b4dc457666b4064087e8900c40282973 (patch)
treeb83f065496e71489c0f9e1e15d784d38fd351ac4 /viewer/src/locales/en.json
parentc62a026cfe9bc960336d743f8c3e864e5246171f (diff)
parent6d2cc07e543ae86facc4194108038a3310bc1e7a (diff)
downloadldgallery-ca1504a0b4dc457666b4064087e8900c40282973.tar.gz
Merge pull request #111 from pacien/tag-propositions-hints
viewer: tag propositions hints
Diffstat (limited to 'viewer/src/locales/en.json')
-rw-r--r--viewer/src/locales/en.json6
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}