From 09624c0089f0e29ffb1abc578525b6a07fd95e81 Mon Sep 17 00:00:00 2001 From: pacien Date: Sun, 3 May 2020 23:05:38 +0200 Subject: viewer/GallerySearch: use proper i18n pluralisation --- viewer/src/locales/en.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'viewer/src/locales') diff --git a/viewer/src/locales/en.json b/viewer/src/locales/en.json index 9e0fd4b..e6c1df2 100644 --- a/viewer/src/locales/en.json +++ b/viewer/src/locales/en.json @@ -1,8 +1,7 @@ { "tagInput.placeholder": "Filters", "tagInput.nomatch": "No match", - "search.no-results": "No results", - "search.no-results.otherfolders": "No results • {0} result{1} in other folders", + "search.no-result-fmt": "No result
({0} match in other folders) | No result
({0} matches in other folders)", "panelLeft.propositions": "Related filters", "tag-propositions.substraction": "Exclude items with this tag", "tag-propositions.addition": "Include all items with this tag", -- cgit v1.2.3 From 665139f7d25a64f66e1149a6403fc26efcbabb2a Mon Sep 17 00:00:00 2001 From: pacien Date: Sun, 3 May 2020 23:07:51 +0200 Subject: viewer/GalleryNavigation: better error messages Introducing a generic error page with some icon and a different error for unknown resources GitHub: closes #190 --- viewer/src/locales/en.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'viewer/src/locales') diff --git a/viewer/src/locales/en.json b/viewer/src/locales/en.json index e6c1df2..c011552 100644 --- a/viewer/src/locales/en.json +++ b/viewer/src/locales/en.json @@ -7,7 +7,8 @@ "tag-propositions.addition": "Include all items with this tag", "tag-propositions.intersection": "Search for this tag", "tag-propositions.item-count": "Item count", - "gallery.unknowntype": "Unknown item type", + "gallery.unknown-type": "Could not display item of unknown type", + "gallery.unknown-resource": "Resource not found", "command.search": "Open/close search panel", "command.search.clear": "Clear", "command.search.search": "Search", -- cgit v1.2.3 From 35456c6183c199b23ded85838414eb28a6d4b60f Mon Sep 17 00:00:00 2001 From: pacien Date: Mon, 4 May 2020 00:11:31 +0200 Subject: viewer/LdDownload: add generic file download handler GitHub: closes #209 --- viewer/src/locales/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'viewer/src/locales') diff --git a/viewer/src/locales/en.json b/viewer/src/locales/en.json index c011552..824064e 100644 --- a/viewer/src/locales/en.json +++ b/viewer/src/locales/en.json @@ -7,8 +7,8 @@ "tag-propositions.addition": "Include all items with this tag", "tag-propositions.intersection": "Search for this tag", "tag-propositions.item-count": "Item count", - "gallery.unknown-type": "Could not display item of unknown type", "gallery.unknown-resource": "Resource not found", + "download.download-file-fmt": "Download {0}", "command.search": "Open/close search panel", "command.search.clear": "Clear", "command.search.search": "Search", -- cgit v1.2.3 From 4c839e0f30fad9e5df29f1f0682380581c582713 Mon Sep 17 00:00:00 2001 From: Zero~Informatique Date: Thu, 20 Aug 2020 00:14:27 +0200 Subject: viewer: information panel with markdown github: resolves #214 github: resolves #37 --- viewer/src/locales/en.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'viewer/src/locales') diff --git a/viewer/src/locales/en.json b/viewer/src/locales/en.json index 824064e..0bbc2cc 100644 --- a/viewer/src/locales/en.json +++ b/viewer/src/locales/en.json @@ -15,5 +15,6 @@ "command.back": "Go back", "command.parent": "Go to parent directory", "directory.no-results": "Empty directory", - "panelLeft.propositions.other": "other filters" + "panelLeft.propositions.other": "other filters", + "panelLeft.information.title": "Information" } -- cgit v1.2.3 From d72e317896bcc2a675d21cec6f286e0b2730d77c Mon Sep 17 00:00:00 2001 From: Zero~Informatique Date: Thu, 10 Sep 2020 19:58:41 +0200 Subject: viewer: limit + show more tags github: resolves #184 --- viewer/src/locales/en.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'viewer/src/locales') diff --git a/viewer/src/locales/en.json b/viewer/src/locales/en.json index 0bbc2cc..b36ac57 100644 --- a/viewer/src/locales/en.json +++ b/viewer/src/locales/en.json @@ -16,5 +16,6 @@ "command.parent": "Go to parent directory", "directory.no-results": "Empty directory", "panelLeft.propositions.other": "other filters", - "panelLeft.information.title": "Information" + "panelLeft.information.title": "Information", + "tag-propositions.showmore": "show more ({0})" } -- cgit v1.2.3 From e6c2a8d9653ffde924632ca2f260c3a8cddc14ed Mon Sep 17 00:00:00 2001 From: Zero~Informatique Date: Fri, 11 Sep 2020 00:15:04 +0200 Subject: viewer: item display order github: resolves #28 --- viewer/src/locales/en.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'viewer/src/locales') diff --git a/viewer/src/locales/en.json b/viewer/src/locales/en.json index b36ac57..915f600 100644 --- a/viewer/src/locales/en.json +++ b/viewer/src/locales/en.json @@ -17,5 +17,7 @@ "directory.no-results": "Empty directory", "panelLeft.propositions.other": "other filters", "panelLeft.information.title": "Information", - "tag-propositions.showmore": "show more ({0})" + "tag-propositions.showmore": "show more ({0})", + "command.sort.byName": "By name", + "command.sort.byDateDesc": "By most recent" } -- cgit v1.2.3 From 12b8f20f3dc1cdbda820808755545a8ce1382123 Mon Sep 17 00:00:00 2001 From: Zero~Informatique Date: Fri, 11 Sep 2020 19:47:06 +0200 Subject: viewer: i18n-ally configuration and locale file sort --- viewer/src/locales/en.json | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'viewer/src/locales') 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 @@ { - "tagInput.placeholder": "Filters", - "tagInput.nomatch": "No match", - "search.no-result-fmt": "No result
({0} match in other folders) | No result
({0} matches in other folders)", - "panelLeft.propositions": "Related filters", - "tag-propositions.substraction": "Exclude items with this tag", - "tag-propositions.addition": "Include all items with this tag", - "tag-propositions.intersection": "Search for this tag", - "tag-propositions.item-count": "Item count", - "gallery.unknown-resource": "Resource not found", - "download.download-file-fmt": "Download {0}", + "command.back": "Go back", + "command.parent": "Go to parent directory", "command.search": "Open/close search panel", "command.search.clear": "Clear", "command.search.search": "Search", - "command.back": "Go back", - "command.parent": "Go to parent directory", + "command.sort.byDateDesc": "By most recent", + "command.sort.byName": "By name", "directory.no-results": "Empty directory", - "panelLeft.propositions.other": "other filters", + "download.download-file-fmt": "Download {0}", + "gallery.unknown-resource": "Resource not found", "panelLeft.information.title": "Information", + "panelLeft.propositions": "Related filters", + "panelLeft.propositions.other": "other filters", + "search.no-result-fmt": "No result
({0} match in other folders) | No result
({0} matches in other folders)", + "tag-propositions.addition": "Include all items with this tag", + "tag-propositions.intersection": "Search for this tag", + "tag-propositions.item-count": "Item count", "tag-propositions.showmore": "show more ({0})", - "command.sort.byName": "By name", - "command.sort.byDateDesc": "By most recent" + "tag-propositions.substraction": "Exclude items with this tag", + "tagInput.nomatch": "No match", + "tagInput.placeholder": "Filters" } -- cgit v1.2.3 From f89ed0bd94ea570d9e6533301783d13b13033db0 Mon Sep 17 00:00:00 2001 From: Zero~Informatique Date: Fri, 11 Sep 2020 20:10:56 +0200 Subject: viewer: PR #238 code review changes --- viewer/src/locales/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'viewer/src/locales') diff --git a/viewer/src/locales/en.json b/viewer/src/locales/en.json index f387a89..ce5b8b2 100644 --- a/viewer/src/locales/en.json +++ b/viewer/src/locales/en.json @@ -4,8 +4,8 @@ "command.search": "Open/close search panel", "command.search.clear": "Clear", "command.search.search": "Search", - "command.sort.byDateDesc": "By most recent", - "command.sort.byName": "By name", + "command.sort.byDateDesc": "By date (most recent first)", + "command.sort.byNameAsc": "By name (A to Z)", "directory.no-results": "Empty directory", "download.download-file-fmt": "Download {0}", "gallery.unknown-resource": "Resource not found", -- cgit v1.2.3 From ab97f64575f1b51bacced6ce1bc6bf22e0354615 Mon Sep 17 00:00:00 2001 From: zeroinformatique Date: Thu, 17 Sep 2020 15:51:42 +0200 Subject: viewer: sort by date ascending (#249) * viewer: sort by date ascending * viewer: sort by date ascending--- viewer/src/locales/en.json | 1 + 1 file changed, 1 insertion(+) (limited to 'viewer/src/locales') diff --git a/viewer/src/locales/en.json b/viewer/src/locales/en.json index ce5b8b2..41088da 100644 --- a/viewer/src/locales/en.json +++ b/viewer/src/locales/en.json @@ -4,6 +4,7 @@ "command.search": "Open/close search panel", "command.search.clear": "Clear", "command.search.search": "Search", + "command.sort.byDateAsc": "By date (oldest first)", "command.sort.byDateDesc": "By date (most recent first)", "command.sort.byNameAsc": "By name (A to Z)", "directory.no-results": "Empty directory", -- cgit v1.2.3 From d9e51ff55ef494d37c5e23ef8fb79500fa5585c5 Mon Sep 17 00:00:00 2001 From: pacien Date: Sat, 19 Sep 2020 22:25:54 +0200 Subject: viewer: rename title sort order To avoid confusion with filenames. --- viewer/src/locales/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'viewer/src/locales') diff --git a/viewer/src/locales/en.json b/viewer/src/locales/en.json index 41088da..b21262a 100644 --- a/viewer/src/locales/en.json +++ b/viewer/src/locales/en.json @@ -6,7 +6,7 @@ "command.search.search": "Search", "command.sort.byDateAsc": "By date (oldest first)", "command.sort.byDateDesc": "By date (most recent first)", - "command.sort.byNameAsc": "By name (A to Z)", + "command.sort.byTitleAsc": "By title (A to Z)", "directory.no-results": "Empty directory", "download.download-file-fmt": "Download {0}", "gallery.unknown-resource": "Resource not found", -- cgit v1.2.3