diff options
author | OzoneGrif | 2020-02-10 14:22:18 +0100 |
---|---|---|
committer | GitHub | 2020-02-10 14:22:18 +0100 |
commit | ca1504a0b4dc457666b4064087e8900c40282973 (patch) | |
tree | b83f065496e71489c0f9e1e15d784d38fd351ac4 /viewer/src/locales | |
parent | c62a026cfe9bc960336d743f8c3e864e5246171f (diff) | |
parent | 6d2cc07e543ae86facc4194108038a3310bc1e7a (diff) | |
download | ldgallery-ca1504a0b4dc457666b4064087e8900c40282973.tar.gz |
Merge pull request #111 from pacien/tag-propositions-hints
viewer: tag propositions hints
Diffstat (limited to 'viewer/src/locales')
-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 | } |