diff options
author | Zero~Informatique | 2020-02-14 09:19:53 +0100 |
---|---|---|
committer | Zero~Informatique | 2020-02-24 00:04:39 +0100 |
commit | 370e3db3455f548699ff5e046e0f8dcc304991ac (patch) | |
tree | e29fe9e2afb940eea74c8ed510c46a1eb0fa4d84 /viewer/src/locales/en.json | |
parent | e42f4e864bac21ed3b19d1869df2cdd4f8c3433c (diff) | |
download | ldgallery-370e3db3455f548699ff5e046e0f8dcc304991ac.tar.gz |
viewer: major code and search mode overhaul
Updated libraries to the lastest version
SCSS Formatter as suggested VSC extensions
Renamed toolbar-color by scrollbar-color
LD components use Props in favor of touching the stores directly (when possible)
Moved most common algorithms to a "services" folder
Complete search overhaul (lots of code change)
Diffstat (limited to 'viewer/src/locales/en.json')
-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 | } | ||