@edrlab/thorium-web 1.1.0 → 1.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (58) hide show
  1. package/dist/{chunk-D24O64OP.mjs → chunk-2JHEFF46.mjs} +123 -105
  2. package/dist/chunk-2JHEFF46.mjs.map +1 -0
  3. package/dist/chunk-B3WDMWCT.mjs +9 -0
  4. package/dist/chunk-B3WDMWCT.mjs.map +1 -0
  5. package/dist/chunk-EY4D4BZN.mjs +35 -0
  6. package/dist/chunk-EY4D4BZN.mjs.map +1 -0
  7. package/dist/{chunk-SPAC7T57.mjs → chunk-IRA4ZKAX.mjs} +10 -2
  8. package/dist/chunk-IRA4ZKAX.mjs.map +1 -0
  9. package/dist/chunk-IYAFKTPL.mjs +69 -0
  10. package/dist/chunk-IYAFKTPL.mjs.map +1 -0
  11. package/dist/{chunk-OWJCESNF.mjs → chunk-VETE7ULS.mjs} +16 -17
  12. package/dist/chunk-VETE7ULS.mjs.map +1 -0
  13. package/dist/components/Epub/index.mjs +11 -10
  14. package/dist/components/Epub/index.mjs.map +1 -1
  15. package/dist/components/Misc/index.mjs +2 -1
  16. package/dist/components/Misc/index.mjs.map +1 -1
  17. package/dist/components/WebPub/index.mjs +10 -9
  18. package/dist/components/WebPub/index.mjs.map +1 -1
  19. package/dist/core/Hooks/index.mjs +1 -1
  20. package/dist/i18n/index.d.mts +3 -3
  21. package/dist/i18n/index.mjs +4 -3
  22. package/dist/locales/ar/thorium-shared.json +10 -0
  23. package/dist/locales/ar/thorium-web.json +0 -10
  24. package/dist/locales/da/thorium-shared.json +138 -0
  25. package/dist/locales/da/thorium-web.json +16 -153
  26. package/dist/locales/el/thorium-web.json +12 -0
  27. package/dist/locales/en/thorium-shared.json +230 -0
  28. package/dist/locales/en/thorium-web.json +4 -141
  29. package/dist/locales/et/thorium-shared.json +38 -0
  30. package/dist/locales/et/thorium-web.json +95 -1
  31. package/dist/locales/fi/thorium-shared.json +189 -0
  32. package/dist/locales/fi/thorium-web.json +4 -141
  33. package/dist/locales/fr/thorium-shared.json +151 -0
  34. package/dist/locales/fr/thorium-web.json +2 -166
  35. package/dist/locales/it/thorium-shared.json +180 -0
  36. package/dist/locales/it/thorium-web.json +95 -1
  37. package/dist/locales/lt/thorium-shared.json +180 -0
  38. package/dist/locales/lt/thorium-web.json +13 -150
  39. package/dist/locales/pl/thorium-shared.json +122 -0
  40. package/dist/locales/pl/thorium-web.json +5 -169
  41. package/dist/locales/pt-BR/thorium-shared.json +180 -0
  42. package/dist/locales/pt-BR/thorium-web.json +2 -126
  43. package/dist/locales/pt-PT/thorium-shared.json +180 -0
  44. package/dist/locales/pt-PT/thorium-web.json +5 -142
  45. package/dist/locales/sv/thorium-shared.json +178 -0
  46. package/dist/locales/sv/thorium-web.json +18 -155
  47. package/dist/locales/ta/thorium-shared.json +120 -0
  48. package/dist/locales/ta/thorium-web.json +2 -126
  49. package/dist/locales/tr/thorium-shared.json +69 -0
  50. package/dist/preferences/index.mjs +2 -1
  51. package/package.json +7 -3
  52. package/dist/chunk-D24O64OP.mjs.map +0 -1
  53. package/dist/chunk-FG6BJGVE.mjs +0 -64
  54. package/dist/chunk-FG6BJGVE.mjs.map +0 -1
  55. package/dist/chunk-KKJA56IZ.mjs +0 -27
  56. package/dist/chunk-KKJA56IZ.mjs.map +0 -1
  57. package/dist/chunk-OWJCESNF.mjs.map +0 -1
  58. package/dist/chunk-SPAC7T57.mjs.map +0 -1
@@ -0,0 +1,230 @@
1
+ {
2
+ "common": {
3
+ "actions": {
4
+ "cancel": "Cancel",
5
+ "clear": "Clear",
6
+ "close": "Close",
7
+ "collapse": "Collapse",
8
+ "collapseAll": "Collapse all",
9
+ "decrease": "Decrease",
10
+ "disable": "Disable",
11
+ "enable": "Enable",
12
+ "exit": "Exit",
13
+ "expand": "Expand",
14
+ "expandAll": "Expand all",
15
+ "filter": "Filter",
16
+ "hide": "Hide",
17
+ "hideAll": "Hide all",
18
+ "increase": "Increase",
19
+ "open": "Open",
20
+ "reset": "Reset",
21
+ "search": "Search",
22
+ "show": "Show",
23
+ "showAll": "Show all",
24
+ "sortBy": "Sort by",
25
+ "toggle": "Toggle"
26
+ }
27
+ },
28
+ "reader": {
29
+ "actions": {
30
+ "goBackward": "Go backward",
31
+ "goForward": "Go forward",
32
+ "goToNextChapter": {
33
+ "compact": "Next",
34
+ "descriptive": "Next chapter"
35
+ },
36
+ "goToNextPage": {
37
+ "compact": "Next",
38
+ "descriptive": "Next page"
39
+ },
40
+ "goToNextSentence": {
41
+ "compact": "Next",
42
+ "descriptive": "Next sentence"
43
+ },
44
+ "goToPosition": {
45
+ "compact": "Go to…",
46
+ "descriptive": "Go to position"
47
+ },
48
+ "goToPreviousChapter": {
49
+ "compact": "Previous",
50
+ "descriptive": "Previous chapter"
51
+ },
52
+ "goToPreviousPage": {
53
+ "compact": "Previous",
54
+ "descriptive": "Previous page"
55
+ },
56
+ "goToPreviousSentence": {
57
+ "compact": "Previous",
58
+ "descriptive": "Previous sentence"
59
+ }
60
+ },
61
+ "preferences": {
62
+ "brightness": "Brightness",
63
+ "columns": {
64
+ "auto": "Auto",
65
+ "dual": {
66
+ "compact": "2 cols",
67
+ "descriptive": "Two columns"
68
+ },
69
+ "single": {
70
+ "compact": "1 col",
71
+ "descriptive": "Single column"
72
+ },
73
+ "title": "Columns"
74
+ },
75
+ "fit": {
76
+ "auto": {
77
+ "compact": "Auto"
78
+ },
79
+ "page": {
80
+ "compact": "Page"
81
+ },
82
+ "title": "Fit",
83
+ "width": {
84
+ "compact": "Width"
85
+ }
86
+ },
87
+ "fontFamily": {
88
+ "humanist": {
89
+ "compact": "Humanist",
90
+ "descriptive": "Humanist sans-serif"
91
+ },
92
+ "modern": {
93
+ "compact": "Modern",
94
+ "descriptive": "Modern serif"
95
+ },
96
+ "monospace": "Monospace",
97
+ "oldStyle": {
98
+ "compact": "Old style",
99
+ "descriptive": "Old style serif"
100
+ },
101
+ "publisher": "Publisher's font",
102
+ "sans": "Sans-serif",
103
+ "title": "Font family"
104
+ },
105
+ "fontSize": "Font size",
106
+ "fontWeight": {
107
+ "bold": "Bolder",
108
+ "normal": "Normal",
109
+ "title": "Font weight"
110
+ },
111
+ "hyphens": {
112
+ "label": "Enable hyphens",
113
+ "title": "Hyphenation"
114
+ },
115
+ "layout": {
116
+ "paginated": "Paginated",
117
+ "scrolled": "Scrollable",
118
+ "title": "Layout"
119
+ },
120
+ "letterSpacing": "Letter spacing",
121
+ "lineHeight": {
122
+ "default": "Default",
123
+ "large": "Loose",
124
+ "medium": "Balanced",
125
+ "small": "Tight",
126
+ "title": "Line height"
127
+ },
128
+ "offsetFirstPage": "Display first page on its own",
129
+ "paragraphIndent": "Paragraph indent",
130
+ "paragraphSpacing": "Paragraph spacing",
131
+ "publisherStyles": {
132
+ "label": "Use original formatting",
133
+ "title": "Publisher styles"
134
+ },
135
+ "readingDirection": {
136
+ "default": {
137
+ "compact": "Default",
138
+ "descriptive": "Use original reading direction"
139
+ },
140
+ "ltr": {
141
+ "compact": "Right",
142
+ "descriptive": "Left to right"
143
+ },
144
+ "rtl": {
145
+ "compact": "Left",
146
+ "descriptive": "Right to left"
147
+ },
148
+ "title": "Reading direction"
149
+ },
150
+ "spacing": {
151
+ "presets": {
152
+ "accessible": "Accessible",
153
+ "balanced": "Balanced",
154
+ "custom": "Custom",
155
+ "default": "Default",
156
+ "loose": "Loose",
157
+ "tight": "Tight",
158
+ "title": "Presets"
159
+ },
160
+ "title": "Spacing"
161
+ },
162
+ "spread": {
163
+ "always": {
164
+ "compact": "Dual page"
165
+ },
166
+ "auto": {
167
+ "compact": "Auto"
168
+ },
169
+ "never": {
170
+ "compact": "Single page"
171
+ },
172
+ "title": "Spread"
173
+ },
174
+ "text": "Text",
175
+ "textAlign": {
176
+ "default": "Default",
177
+ "justify": "Justify",
178
+ "left": "Left",
179
+ "right": "Right",
180
+ "title": "Text alignment"
181
+ },
182
+ "textNormalization": {
183
+ "label": "Remove all text formatting",
184
+ "title": "Text normalization"
185
+ },
186
+ "themes": {
187
+ "auto": "Auto",
188
+ "contrast1": "Contrast 1",
189
+ "contrast2": "Contrast 2",
190
+ "contrast3": "Contrast 3",
191
+ "dark": "Dark",
192
+ "gray": "Gray",
193
+ "light": "Light",
194
+ "paper": "Paper",
195
+ "sepia": "Sepia",
196
+ "title": "Themes"
197
+ },
198
+ "title": "Display Settings",
199
+ "wordSpacing": "Word spacing",
200
+ "zoom": "Zoom"
201
+ },
202
+ "progression": {
203
+ "pagesLeftInChapter_one": "{{ count }} page left in chapter",
204
+ "pagesLeftInChapter_other": "{{ count }} pages left in chapter",
205
+ "pagesLeftInPublication_one": "{{ count }} page left in publication",
206
+ "pagesLeftInPublication_other": "{{ count }} pages left in publication",
207
+ "pagesLeft_one": "{{ count }} page left",
208
+ "pagesLeft_other": "{{ count }} pages left",
209
+ "percentage": "{{ percentage }}%",
210
+ "positionsLeftInChapter_one": "{{ count }} position left in chapter",
211
+ "positionsLeftInChapter_other": "{{ count }} positions left in chapter",
212
+ "positionsLeftInPublication_one": "{{ count }} position left in publication",
213
+ "positionsLeftInPublication_other": "{{ count }} positions left in publication",
214
+ "positionsLeft_one": "{{ count }} position left",
215
+ "positionsLeft_other": "{{ count }} positions left",
216
+ "range": "{{ start }}–{{ end }}",
217
+ "xOfY": {
218
+ "compact": "{{ x }} of {{ y }}",
219
+ "descriptive": "{{ x }} of {{ y }} ({{ z }})"
220
+ }
221
+ },
222
+ "tableOfContents": {
223
+ "emptyState": {
224
+ "description": "The table of contents was not provided for this publication.",
225
+ "title": "No table of contents"
226
+ },
227
+ "title": "Table of contents"
228
+ }
229
+ }
230
+ }
@@ -24,8 +24,6 @@
24
24
  },
25
25
  "progression": {
26
26
  "wrapper": "Current progression",
27
- "of": "{{ current }} of {{ reference }}",
28
- "positionsLeft": "{{ count }} left in {{ reference }}",
29
27
  "referenceFallback": "current chapter",
30
28
  "pubFallback": "the publication"
31
29
  },
@@ -46,10 +44,6 @@
46
44
  "fullscreen": {
47
45
  "trigger": "Display over contents",
48
46
  "tooltip": "Overlay"
49
- },
50
- "close": {
51
- "trigger": "Close",
52
- "tooltip": "Close"
53
47
  }
54
48
  },
55
49
  "back": {
@@ -57,14 +51,8 @@
57
51
  }
58
52
  },
59
53
  "navigation": {
60
- "goForward": "Go forward",
61
- "goBackward": "Go backward",
62
54
  "scroll": {
63
- "wrapper": "Navigate through the publication",
64
- "prevLabel": "Previous",
65
- "nextLabel": "Next",
66
- "prevA11yLabel": "Go to the previous resource",
67
- "nextA11yLabel": "Go to the next resource"
55
+ "wrapper": "Navigate through the publication"
68
56
  }
69
57
  },
70
58
  "fullscreen": {
@@ -73,25 +61,11 @@
73
61
  "close": "Exit fullscreen mode"
74
62
  },
75
63
  "toc": {
76
- "tooltip": "Table of contents",
77
- "trigger": "Table of contents",
78
- "close": "Close table of contents",
79
- "heading": "Table of contents",
80
- "entries": "Entries in the table",
81
- "empty": "The table of contents was not provided for this publication.",
82
- "search": {
83
- "label": "Search",
84
- "placeholder": "Search",
85
- "clear": "Clear"
86
- }
64
+ "entries": "Entries in the table"
87
65
  },
88
66
  "jumpToPosition": {
89
- "tooltip": "Jump to…",
90
- "trigger": "Jump to position",
91
- "heading": "Jump to position",
92
- "go": "Go",
93
- "close": "Close jump to position",
94
- "label": "Select a position from {{ positionStart }} to {{ positionEnd }}:"
67
+ "go": "Go",
68
+ "label": "Select a position from {{ positionStart }} to {{ positionEnd }}:"
95
69
  },
96
70
  "overflowMenu": {
97
71
  "active": {
@@ -104,128 +78,17 @@
104
78
  }
105
79
  },
106
80
  "settings": {
107
- "reset": "Reset",
108
- "tooltip": "Settings",
109
- "trigger": "Settings menu",
110
- "close": "Close settings menu",
111
- "heading": "Display settings",
112
- "themes": {
113
- "title": "Themes",
114
- "auto": "Auto",
115
- "light": "Light",
116
- "sepia": "Sepia",
117
- "paper": "Paper",
118
- "dark": "Dark",
119
- "contrast1": "Contrast 1",
120
- "contrast2": "Contrast 2",
121
- "contrast3": "Contrast 3"
122
- },
123
- "zoom": {
124
- "title": "Zoom",
125
- "increase": "Increase zoom",
126
- "decrease": "Decrease zoom"
127
- },
128
- "fontSize": {
129
- "title": "Font size",
130
- "increase": "Increase font size",
131
- "decrease": "Decrease font size"
132
- },
133
- "fontFamily": {
134
- "title": "Font family",
135
- "labels": {
136
- "publisher": "Publisher’s font",
137
- "oldStyle": "Old style serif",
138
- "modern": "Modern serif",
139
- "sans": "Sans-serif",
140
- "humanist": "Humanist sans-serif",
141
- "monospace": "Monospace"
142
- }
143
- },
144
- "fontWeight": {
145
- "title": "Font weight",
146
- "default": "Normal",
147
- "bolder": "Bolder",
148
- "increase": "Increase font weight",
149
- "decrease": "Decrease font weight"
150
- },
151
- "normalizeText": {
152
- "title": "Text normalization",
153
- "label": "Remove all text formatting"
154
- },
155
- "align": {
156
- "title": "Text alignment",
157
- "publisher": "Default",
158
- "left": "Left",
159
- "justify": "Justify",
160
- "right": "Right"
161
- },
162
- "hyphens": {
163
- "title": "Hyphenation",
164
- "label": "Enable hyphens"
165
- },
166
81
  "text": {
167
- "title": "Text",
168
82
  "advanced": {
169
83
  "tooltip": "More options",
170
84
  "trigger": "More formatting options"
171
85
  }
172
86
  },
173
- "lineHeight": {
174
- "title": "Line height",
175
- "publisher": "Default",
176
- "small": "Tight",
177
- "medium": "Balanced",
178
- "large": "Loose"
179
- },
180
- "paraSpacing": {
181
- "title": "Paragraph spacing",
182
- "increase": "Increase paragraph spacing",
183
- "decrease": "Decrease paragraph spacing"
184
- },
185
- "paraIndent": {
186
- "title": "Paragraph indent",
187
- "increase": "Increase paragraph indent",
188
- "decrease": "Decrease paragraph indent"
189
- },
190
- "wordSpacing": {
191
- "title": "Word spacing",
192
- "increase": "Increase word spacing",
193
- "decrease": "Decrease word spacing"
194
- },
195
- "letterSpacing": {
196
- "title": "Letter spacing",
197
- "increase": "Increase letter spacing",
198
- "decrease": "Decrease letter spacing"
199
- },
200
- "publisherStyles": {
201
- "label": "Use original formatting"
202
- },
203
87
  "spacing": {
204
- "title": "Spacing",
205
88
  "advanced": {
206
89
  "tooltip": "More options",
207
90
  "trigger": "More spacing options"
208
- },
209
- "presets": {
210
- "title": "Presets",
211
- "publisher": "Default",
212
- "tight": "Tight",
213
- "balanced": "Balanced",
214
- "loose": "Loose",
215
- "accessible": "Accessible",
216
- "custom": "Custom"
217
91
  }
218
- },
219
- "layout": {
220
- "title": "Layout",
221
- "scrolled": "Scrollable",
222
- "paginated": "Paginated"
223
- },
224
- "column": {
225
- "title": "Columns",
226
- "auto": "Auto",
227
- "one": "1 col",
228
- "two": "2 cols"
229
92
  }
230
93
  }
231
94
  }
@@ -0,0 +1,38 @@
1
+ {
2
+ "common": {
3
+ "actions": {
4
+ "cancel": "Katkesta",
5
+ "close": "Sulge",
6
+ "collapse": "Ahenda vaadet",
7
+ "collapseAll": "Ahenda kõik",
8
+ "expand": "Laienda vaadet",
9
+ "expandAll": "Laienda kõik",
10
+ "search": "Otsi"
11
+ }
12
+ },
13
+ "reader": {
14
+ "actions": {
15
+ "goBackward": "Mine tagasi",
16
+ "goForward": "Mine edasi",
17
+ "goToNextChapter": {
18
+ "compact": "Edasi",
19
+ "descriptive": "Järgmine peatükk"
20
+ },
21
+ "goToNextPage": {
22
+ "compact": "Edasi",
23
+ "descriptive": "Järgmine leht"
24
+ },
25
+ "goToPreviousPage": {
26
+ "descriptive": "Eelmine leht"
27
+ }
28
+ },
29
+ "progression": {
30
+ "pagesLeftInChapter_one": "Peatükis on jäänud {{ count }} leht",
31
+ "pagesLeftInChapter_other": "Peatükis on jäänud {{ count }} lehte",
32
+ "pagesLeftInPublication_one": "Köites on jäänud {{ count }} leht",
33
+ "pagesLeftInPublication_other": "Köites on jäänud {{ count }} lehte",
34
+ "pagesLeft_one": "Jäänud on {{ count }} leht",
35
+ "pagesLeft_other": "Jäänud on {{ count }} lehte"
36
+ }
37
+ }
38
+ }
@@ -1 +1,95 @@
1
- {}
1
+ {
2
+ "reader": {
3
+ "app": {
4
+ "loading": "Laadin andmeid",
5
+ "publicationWrapper": "Oled nüüd avaldatud sisu juures.",
6
+ "docking": {
7
+ "dockingLeft": "Tegevuste ja sisu paan vasakul",
8
+ "dockingRight": "Tegevuste ja sisu paan paremal",
9
+ "dockingEmpty": "Hetkel tühi",
10
+ "dockingClosed": "On suletud, kuid sisaldab tegevust „{{ action }}“",
11
+ "dockingCollapsed": "On ahendatudud, kuid sisaldab tegevust „{{ action }}“"
12
+ },
13
+ "header": {
14
+ "backLink": {
15
+ "trigger": "Tagasi raamatukogusse",
16
+ "tooltip": "Raamatukogu"
17
+ },
18
+ "label": "Ülemine tööriistariba",
19
+ "runningHead": "Teose pealkiri",
20
+ "actions": "Tegevused"
21
+ },
22
+ "footer": {
23
+ "label": "Alumine tööriistariba"
24
+ },
25
+ "progression": {
26
+ "wrapper": "Senine edenemine",
27
+ "referenceFallback": "praegune peatükk",
28
+ "pubFallback": "avaldatu"
29
+ },
30
+ "docker": {
31
+ "wrapper": "Kinnitamise valikud",
32
+ "dockToLeft": {
33
+ "trigger": "Kinnita juhtpaan vasakule",
34
+ "tooltip": "Kinnita vasakule"
35
+ },
36
+ "dockToRight": {
37
+ "trigger": "Kinnita juhtpaan paremale",
38
+ "tooltip": "Kinnita paremale"
39
+ },
40
+ "popover": {
41
+ "trigger": "Näita aknas",
42
+ "tooltip": "Hüpikaken"
43
+ },
44
+ "fullscreen": {
45
+ "trigger": "Näita sisu peal",
46
+ "tooltip": "Ülekate"
47
+ }
48
+ },
49
+ "back": {
50
+ "trigger": "Tagasi"
51
+ }
52
+ },
53
+ "navigation": {
54
+ "scroll": {
55
+ "wrapper": "Sirvi teost"
56
+ }
57
+ },
58
+ "fullscreen": {
59
+ "tooltip": "Täisekraanivaade",
60
+ "trigger": "Lülita täisekraanivaade sisse/välja",
61
+ "close": "Välju täisekraanivaatest"
62
+ },
63
+ "toc": {
64
+ "entries": "Sisukorra teave"
65
+ },
66
+ "jumpToPosition": {
67
+ "go": "Suundu",
68
+ "label": "Vali asukoht vahemikust {{ positionStart }} kuni {{ positionEnd }}:"
69
+ },
70
+ "overflowMenu": {
71
+ "active": {
72
+ "tooltip": "Täiendavad tegevused",
73
+ "trigger": "Lülita menüü sisse/välja"
74
+ },
75
+ "hint": {
76
+ "tooltip": "Lülita tegevused sisse/välja",
77
+ "trigger": "Näita tegevusi"
78
+ }
79
+ },
80
+ "settings": {
81
+ "text": {
82
+ "advanced": {
83
+ "tooltip": "Lisavalikud",
84
+ "trigger": "Täiendavad vormindamise võimalused"
85
+ }
86
+ },
87
+ "spacing": {
88
+ "advanced": {
89
+ "tooltip": "Lisavalikud",
90
+ "trigger": "Täiendavad sõrendamise valikud"
91
+ }
92
+ }
93
+ }
94
+ }
95
+ }