diff options
author | Zéro~Informatique | 2022-07-26 08:44:34 +0200 |
---|---|---|
committer | pacien | 2022-09-03 01:30:42 +0200 |
commit | 00510820a2794efcadbc83f7f8b54318fe198ecb (patch) | |
tree | a894d99c22a601197869c7a6928d40bb4ae2c392 /viewer/src/locales/en.yml | |
parent | 88aa098c07e067f9f737fbeba1f52a9bd5042e53 (diff) | |
download | ldgallery-00510820a2794efcadbc83f7f8b54318fe198ecb.tar.gz |
viewer: migrate to vue 3, general refactoring and cleanup
Non-exhaustive list of fixes and improvements done at the same time:
- html default background to grey (avoids white flash during init)
- unified links behavior
- added more theme variables
- removed the flex-expand transition (it wasn't working) and replaced it
with a slide
- fixed LdLoading not centered on the content
- title on removable tags
- fixed an issue with encoded URI from vue-router
- unified Item resource URLs
- removed the iframe for PlainTextViewer (it wasn't working properly)
and replaced it with a pre
- fixed clear and search buttons tabindex
- fixed the information panel bumping up during the fade animation of
tag's dropdown
- fixed some focus outlines not appearing correctly
- moved CSS variables to the :root context
- Code cleaning
GitHub: closes #217
GitHub: closes #300
GitHub: closes #297
GitHub: closes #105
GitHub: closes #267
GitHub: closes #275
GitHub: closes #228
GitHub: closes #215
GitHub: closes #112
Diffstat (limited to 'viewer/src/locales/en.yml')
-rw-r--r-- | viewer/src/locales/en.yml | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/viewer/src/locales/en.yml b/viewer/src/locales/en.yml new file mode 100644 index 0000000..acbe24b --- /dev/null +++ b/viewer/src/locales/en.yml | |||
@@ -0,0 +1,44 @@ | |||
1 | command: | ||
2 | back: Go back | ||
3 | parent: Go to parent directory | ||
4 | search: | ||
5 | clear: Clear | ||
6 | search: Search | ||
7 | slider: Open/close search panel | ||
8 | sort: | ||
9 | byDateAsc: By date (oldest first) | ||
10 | byDateDesc: By date (most recent first) | ||
11 | byTitleAsc: By title (A to Z) | ||
12 | title: Sort by... | ||
13 | directory: | ||
14 | no-results: Empty directory | ||
15 | download: | ||
16 | download-file-fmt: Download {0} | ||
17 | gallery: | ||
18 | resource-loading-error: Error loading resource | ||
19 | unknown-resource: Resource not found | ||
20 | panelLeft: | ||
21 | information: | ||
22 | title: Information | ||
23 | propositions: | ||
24 | other: other filters | ||
25 | related: Related filters | ||
26 | taglist: | ||
27 | activetag: | ||
28 | title: Remove tag | ||
29 | search: | ||
30 | no-result-fmt: >- | ||
31 | No result<br>({0} match in other folders) | No result<br>({0} matches in | ||
32 | other folders) | ||
33 | splashScreen: | ||
34 | button: | ||
35 | acknowledge: Acknowledge | ||
36 | tag-propositions: | ||
37 | addition: Include all items with this tag | ||
38 | intersection: Search for this tag | ||
39 | item-count: Item count | ||
40 | showmore: show more ({0}) | ||
41 | substraction: Exclude items with this tag | ||
42 | tagInput: | ||
43 | nomatch: No match | ||
44 | placeholder: Filters | ||