diff options
author | pacien | 2020-05-02 04:11:24 +0200 |
---|---|---|
committer | pacien | 2020-05-02 04:11:24 +0200 |
commit | 8e3ac8fe44bebb38e1882ca7f06b8100078ad88d (patch) | |
tree | a748fa1e639cb3b5e1f24a8150e89dbb28c980cb /viewer/src/locales | |
parent | 7042ffc06326fa8ffe70f5a59747709250166c16 (diff) | |
parent | 0e0b5b0ae44da7c1d67983dedd8f8d8d3516236f (diff) | |
download | ldgallery-8e3ac8fe44bebb38e1882ca7f06b8100078ad88d.tar.gz |
Merge branch 'develop': release v1.0v1.0
Diffstat (limited to 'viewer/src/locales')
-rw-r--r-- | viewer/src/locales/en.json | 24 |
1 files changed, 16 insertions, 8 deletions
diff --git a/viewer/src/locales/en.json b/viewer/src/locales/en.json index d44a116..9e0fd4b 100644 --- a/viewer/src/locales/en.json +++ b/viewer/src/locales/en.json | |||
@@ -1,11 +1,19 @@ | |||
1 | { | 1 | { |
2 | "tagInput.placeholder": "Tags", | 2 | "tagInput.placeholder": "Filters", |
3 | "panelLeft.filters": "Filters", | ||
4 | "tagInput.nomatch": "No match", | 3 | "tagInput.nomatch": "No match", |
5 | "panelLeft.mode": "Mode", | ||
6 | "mode.navigation": "Navigation", | ||
7 | "mode.search": "Search", | ||
8 | "search.no-results": "No results", | 4 | "search.no-results": "No results", |
9 | "panelLeft.propositions": "Proposed tags", | 5 | "search.no-results.otherfolders": "No results • {0} result{1} in other folders", |
10 | "gallery.unknowntype": "Unknown item type" | 6 | "panelLeft.propositions": "Related filters", |
11 | } \ No newline at end of file | 7 | "tag-propositions.substraction": "Exclude items with this tag", |
8 | "tag-propositions.addition": "Include all items with this tag", | ||
9 | "tag-propositions.intersection": "Search for this tag", | ||
10 | "tag-propositions.item-count": "Item count", | ||
11 | "gallery.unknowntype": "Unknown item type", | ||
12 | "command.search": "Open/close search panel", | ||
13 | "command.search.clear": "Clear", | ||
14 | "command.search.search": "Search", | ||
15 | "command.back": "Go back", | ||
16 | "command.parent": "Go to parent directory", | ||
17 | "directory.no-results": "Empty directory", | ||
18 | "panelLeft.propositions.other": "other filters" | ||
19 | } | ||