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') 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