aboutsummaryrefslogtreecommitdiff
path: root/viewer/src/locales/en.json
diff options
context:
space:
mode:
Diffstat (limited to 'viewer/src/locales/en.json')
-rw-r--r--viewer/src/locales/en.json14
1 files changed, 9 insertions, 5 deletions
diff --git a/viewer/src/locales/en.json b/viewer/src/locales/en.json
index 987d4d1..dcdf5c5 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 "command.search": "Open search panel",
12 "title.home": "Home", 16 "command.home": "Go to gallery home",
13 "title.back": "Back", 17 "command.back": "Go back",
14 "title.parent": "Parent" 18 "command.parent": "Go to parent directory"
15} \ No newline at end of file 19}