diff options
author | Zero~Informatique | 2020-09-11 19:47:06 +0200 |
---|---|---|
committer | G.Fouet | 2020-09-11 21:53:18 +0200 |
commit | 12b8f20f3dc1cdbda820808755545a8ce1382123 (patch) | |
tree | 197df37794bf93833f8ee66f55c1552629c1d897 /viewer/src/locales/en.json | |
parent | e6c2a8d9653ffde924632ca2f260c3a8cddc14ed (diff) | |
download | ldgallery-12b8f20f3dc1cdbda820808755545a8ce1382123.tar.gz |
viewer: i18n-ally configuration and locale file sort
Diffstat (limited to 'viewer/src/locales/en.json')
-rw-r--r-- | viewer/src/locales/en.json | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/viewer/src/locales/en.json b/viewer/src/locales/en.json index 915f600..f387a89 100644 --- a/viewer/src/locales/en.json +++ b/viewer/src/locales/en.json | |||
@@ -1,23 +1,23 @@ | |||
1 | { | 1 | { |
2 | "tagInput.placeholder": "Filters", | 2 | "command.back": "Go back", |
3 | "tagInput.nomatch": "No match", | 3 | "command.parent": "Go to parent directory", |
4 | "search.no-result-fmt": "No result<br>({0} match in other folders) | No result<br>({0} matches in other folders)", | ||
5 | "panelLeft.propositions": "Related filters", | ||
6 | "tag-propositions.substraction": "Exclude items with this tag", | ||
7 | "tag-propositions.addition": "Include all items with this tag", | ||
8 | "tag-propositions.intersection": "Search for this tag", | ||
9 | "tag-propositions.item-count": "Item count", | ||
10 | "gallery.unknown-resource": "Resource not found", | ||
11 | "download.download-file-fmt": "Download {0}", | ||
12 | "command.search": "Open/close search panel", | 4 | "command.search": "Open/close search panel", |
13 | "command.search.clear": "Clear", | 5 | "command.search.clear": "Clear", |
14 | "command.search.search": "Search", | 6 | "command.search.search": "Search", |
15 | "command.back": "Go back", | 7 | "command.sort.byDateDesc": "By most recent", |
16 | "command.parent": "Go to parent directory", | 8 | "command.sort.byName": "By name", |
17 | "directory.no-results": "Empty directory", | 9 | "directory.no-results": "Empty directory", |
18 | "panelLeft.propositions.other": "other filters", | 10 | "download.download-file-fmt": "Download {0}", |
11 | "gallery.unknown-resource": "Resource not found", | ||
19 | "panelLeft.information.title": "Information", | 12 | "panelLeft.information.title": "Information", |
13 | "panelLeft.propositions": "Related filters", | ||
14 | "panelLeft.propositions.other": "other filters", | ||
15 | "search.no-result-fmt": "No result<br>({0} match in other folders) | No result<br>({0} matches in other folders)", | ||
16 | "tag-propositions.addition": "Include all items with this tag", | ||
17 | "tag-propositions.intersection": "Search for this tag", | ||
18 | "tag-propositions.item-count": "Item count", | ||
20 | "tag-propositions.showmore": "show more ({0})", | 19 | "tag-propositions.showmore": "show more ({0})", |
21 | "command.sort.byName": "By name", | 20 | "tag-propositions.substraction": "Exclude items with this tag", |
22 | "command.sort.byDateDesc": "By most recent" | 21 | "tagInput.nomatch": "No match", |
22 | "tagInput.placeholder": "Filters" | ||
23 | } | 23 | } |