diff options
Diffstat (limited to 'viewer/src/locales')
-rw-r--r-- | viewer/src/locales/en.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/viewer/src/locales/en.json b/viewer/src/locales/en.json index 9440103..878204e 100644 --- a/viewer/src/locales/en.json +++ b/viewer/src/locales/en.json | |||
@@ -1,8 +1,6 @@ | |||
1 | { | 1 | { |
2 | "tagInput.placeholder": "Filters", | 2 | "tagInput.placeholder": "Filters", |
3 | "tagInput.nomatch": "No match", | 3 | "tagInput.nomatch": "No match", |
4 | "mode.navigation": "Navigation", | ||
5 | "mode.search": "Search", | ||
6 | "search.no-results": "No results", | 4 | "search.no-results": "No results", |
7 | "panelLeft.propositions": "Related filters", | 5 | "panelLeft.propositions": "Related filters", |
8 | "tag-propositions.substraction": "Exclude items with this tag", | 6 | "tag-propositions.substraction": "Exclude items with this tag", |
@@ -11,7 +9,9 @@ | |||
11 | "tag-propositions.item-count": "Item count", | 9 | "tag-propositions.item-count": "Item count", |
12 | "gallery.unknowntype": "Unknown item type", | 10 | "gallery.unknowntype": "Unknown item type", |
13 | "command.search": "Open/close search panel", | 11 | "command.search": "Open/close search panel", |
14 | "command.home": "Go to gallery home", | 12 | "command.search.clear": "Clear", |
13 | "command.search.search": "Search", | ||
15 | "command.back": "Go back", | 14 | "command.back": "Go back", |
16 | "command.parent": "Go to parent directory" | 15 | "command.parent": "Go to parent directory", |
17 | } \ No newline at end of file | 16 | "directory.no-results": "Empty directory" |
17 | } | ||