aboutsummaryrefslogtreecommitdiff
path: root/viewer
diff options
context:
space:
mode:
authorZero~Informatique2020-09-11 19:47:06 +0200
committerG.Fouet2020-09-11 21:53:18 +0200
commit12b8f20f3dc1cdbda820808755545a8ce1382123 (patch)
tree197df37794bf93833f8ee66f55c1552629c1d897 /viewer
parente6c2a8d9653ffde924632ca2f260c3a8cddc14ed (diff)
downloadldgallery-12b8f20f3dc1cdbda820808755545a8ce1382123.tar.gz
viewer: i18n-ally configuration and locale file sort
Diffstat (limited to 'viewer')
-rw-r--r--viewer/src/locales/en.json30
-rw-r--r--viewer/visualstudio.code-workspace2
2 files changed, 17 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}
diff --git a/viewer/visualstudio.code-workspace b/viewer/visualstudio.code-workspace
index 40d8f21..a9f7052 100644
--- a/viewer/visualstudio.code-workspace
+++ b/viewer/visualstudio.code-workspace
@@ -14,6 +14,8 @@
14 "typescript.disableAutomaticTypeAcquisition": true, 14 "typescript.disableAutomaticTypeAcquisition": true,
15 "i18n-ally.localesPaths": "src/locales", 15 "i18n-ally.localesPaths": "src/locales",
16 "i18n-ally.keystyle": "flat", 16 "i18n-ally.keystyle": "flat",
17 "i18n-ally.enabledFrameworks": ["vue"],
18 "i18n-ally.sortKeys": true,
17 // --- 19 // ---
18 // Autoformating is done with eslint-prettier 20 // Autoformating is done with eslint-prettier
19 "eslint.enable": true, 21 "eslint.enable": true,