@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,189 @@
1
+ {
2
+ "common": {
3
+ "actions": {
4
+ "cancel": "Peru",
5
+ "clear": "Tyhjennä",
6
+ "close": "Sulje",
7
+ "collapse": "Kutista",
8
+ "collapseAll": "Kutista kaikki",
9
+ "decrease": "Pienennä",
10
+ "disable": "Poista käytöstä",
11
+ "enable": "Ota käyttöön",
12
+ "exit": "Poistu",
13
+ "expand": "Laajenna",
14
+ "expandAll": "Laajenna kaikki",
15
+ "filter": "Suodata",
16
+ "hide": "Piilota",
17
+ "hideAll": "Piilota kaikki",
18
+ "increase": "Suurenna",
19
+ "open": "Avaa",
20
+ "reset": "Nollaa",
21
+ "search": "Hae",
22
+ "show": "Näytä",
23
+ "showAll": "Näytä kaikki",
24
+ "sortBy": "Lajittele",
25
+ "toggle": "Vaihda"
26
+ }
27
+ },
28
+ "reader": {
29
+ "actions": {
30
+ "goBackward": "Siirry taaksepäin",
31
+ "goForward": "Siirry eteenpäin",
32
+ "goToNextChapter": {
33
+ "compact": "Seuraava",
34
+ "descriptive": "Seuraava luku"
35
+ },
36
+ "goToNextPage": {
37
+ "compact": "Seuraava",
38
+ "descriptive": "Seuraava sivu"
39
+ },
40
+ "goToNextSentence": {
41
+ "compact": "Seuraava",
42
+ "descriptive": "Seuraava lause"
43
+ },
44
+ "goToPosition": {
45
+ "compact": "Siirry…",
46
+ "descriptive": "Siirry kohtaan"
47
+ },
48
+ "goToPreviousChapter": {
49
+ "compact": "Edellinen",
50
+ "descriptive": "Edellinen luku"
51
+ },
52
+ "goToPreviousPage": {
53
+ "compact": "Edellinen",
54
+ "descriptive": "Edellinen sivu"
55
+ },
56
+ "goToPreviousSentence": {
57
+ "compact": "Edellinen",
58
+ "descriptive": "Edellinen lause"
59
+ }
60
+ },
61
+ "preferences": {
62
+ "brightness": "Kirkkaus",
63
+ "columns": {
64
+ "auto": "Automaattinen",
65
+ "dual": {
66
+ "compact": "2 palstaa",
67
+ "descriptive": "2 saraketta"
68
+ },
69
+ "single": {
70
+ "compact": "1 palsta",
71
+ "descriptive": "1 sarake"
72
+ },
73
+ "title": "Sarakkeet"
74
+ },
75
+ "fontFamily": {
76
+ "humanist": {
77
+ "compact": "Humanist",
78
+ "descriptive": "Humanist sans-serif"
79
+ },
80
+ "modern": {
81
+ "compact": "Modern",
82
+ "descriptive": "Modern serif"
83
+ },
84
+ "monospace": "Monospace",
85
+ "oldStyle": {
86
+ "compact": "Old style",
87
+ "descriptive": "Old style serif"
88
+ },
89
+ "publisher": "Julkaisijan fontti",
90
+ "sans": "Sans-serif",
91
+ "title": "Kirjasintyyppi"
92
+ },
93
+ "fontSize": "Tekstin koko",
94
+ "fontWeight": {
95
+ "bold": "Lihavampi",
96
+ "normal": "Normaali",
97
+ "title": "Tekstin korostus"
98
+ },
99
+ "hyphens": {
100
+ "label": "Käytä tavuviivoja",
101
+ "title": "Tavutus"
102
+ },
103
+ "layout": {
104
+ "paginated": "Sivutettu",
105
+ "scrolled": "Vieritettävä",
106
+ "title": "Asettelu"
107
+ },
108
+ "letterSpacing": "Kirjainväli",
109
+ "lineHeight": {
110
+ "default": "Oletus",
111
+ "large": "Väljä",
112
+ "medium": "Tasapainoinen",
113
+ "small": "Tiivis",
114
+ "title": "Riviväli"
115
+ },
116
+ "paragraphIndent": "Kappaleiden sisennys",
117
+ "paragraphSpacing": "Kappaleväli",
118
+ "publisherStyles": {
119
+ "label": "Käytä alkuperäistä muotoilua",
120
+ "title": "Kustantajan tyylit"
121
+ },
122
+ "spacing": {
123
+ "presets": {
124
+ "accessible": "Helppolukuinen",
125
+ "balanced": "Tasapainoinen",
126
+ "custom": "Mukautettu",
127
+ "default": "Oletus",
128
+ "loose": "Väljä",
129
+ "tight": "Tiivis",
130
+ "title": "Esiasetukset"
131
+ },
132
+ "title": "Välistys"
133
+ },
134
+ "text": "Teksti",
135
+ "textAlign": {
136
+ "default": "Oletus",
137
+ "justify": "Tasaa",
138
+ "left": "Vasen",
139
+ "right": "Oikea",
140
+ "title": "Tekstin tasau"
141
+ },
142
+ "textNormalization": {
143
+ "label": "Poista kaikki tekstin muotoilut",
144
+ "title": "Palauta teksti normaaliksi"
145
+ },
146
+ "themes": {
147
+ "auto": "Automaattinen",
148
+ "contrast1": "Kontrasti 1",
149
+ "contrast2": "Kontrasti 2",
150
+ "contrast3": "Kontrasti 3",
151
+ "dark": "Tumma",
152
+ "light": "Vaalea",
153
+ "paper": "Paperi",
154
+ "sepia": "Seepia",
155
+ "title": "Teemat"
156
+ },
157
+ "title": "Näytön asetukset",
158
+ "wordSpacing": "Sanaväli",
159
+ "zoom": "Tarkennus"
160
+ },
161
+ "progression": {
162
+ "pagesLeftInChapter_one": "{{ count }} sivu jäljellä luvussa",
163
+ "pagesLeftInChapter_other": "{{ count }} sivua jäljellä luvussa",
164
+ "pagesLeftInPublication_one": "{{ count }} sivu jäljellä julkaisussa",
165
+ "pagesLeftInPublication_other": "{{ count }} sivua jäljellä julkaisussa",
166
+ "pagesLeft_one": "{{ count }} sivu jäljellä",
167
+ "pagesLeft_other": "{{ count }} sivua jäljellä",
168
+ "percentage": "{{ percentage }}%",
169
+ "positionsLeftInChapter_one": "{{ count }} sijainti jäljellä luvussa",
170
+ "positionsLeftInChapter_other": "{{ count }} jäljellä kohdassa nykyinen luku",
171
+ "positionsLeftInPublication_one": "{{ count }} sijaintia jäljellä luvussa",
172
+ "positionsLeftInPublication_other": "{{ count }} jäljellä kohdassa julkaisu",
173
+ "positionsLeft_one": "{{ count }} sijainti jäljellä",
174
+ "positionsLeft_other": "{{ count }} sijaintia jäljellä",
175
+ "range": "{{ start }}–{{ end }}",
176
+ "xOfY": {
177
+ "compact": "{{ x }} / {{ y }}",
178
+ "descriptive": "{{ x }} / {{ y }} ({{ z }})"
179
+ }
180
+ },
181
+ "tableOfContents": {
182
+ "emptyState": {
183
+ "description": "Tässä julkaisussa ei ole sisällysluetteloa.",
184
+ "title": "Ei sisällysluetteloa"
185
+ },
186
+ "title": "TSisällysluettelo"
187
+ }
188
+ }
189
+ }
@@ -24,10 +24,8 @@
24
24
  },
25
25
  "progression": {
26
26
  "wrapper": "Edistyminen",
27
- "of": "{{ current }} / {{ reference }}",
28
27
  "referenceFallback": "nykyinen luku",
29
- "pubFallback": "julkaisu",
30
- "positionsLeft": "{{ count }} jäljellä kohdassa {{ reference }}"
28
+ "pubFallback": "julkaisu"
31
29
  },
32
30
  "docker": {
33
31
  "wrapper": "Kiinnitysvaihtoehdot",
@@ -46,10 +44,6 @@
46
44
  "fullscreen": {
47
45
  "trigger": "Näytä sisällön päällä",
48
46
  "tooltip": "Peittokuva"
49
- },
50
- "close": {
51
- "trigger": "Sulje",
52
- "tooltip": "Sulje"
53
47
  }
54
48
  },
55
49
  "back": {
@@ -57,14 +51,8 @@
57
51
  }
58
52
  },
59
53
  "navigation": {
60
- "goForward": "Siirry eteenpäin",
61
- "goBackward": "Siirry taaksepäin",
62
54
  "scroll": {
63
- "wrapper": "Selaa julkaisua",
64
- "prevLabel": "Edellinen",
65
- "nextLabel": "Seuraava",
66
- "prevA11yLabel": "Siirry edelliseen resurssiin",
67
- "nextA11yLabel": "Siirry seuraavaan resurssiin"
55
+ "wrapper": "Selaa julkaisua"
68
56
  }
69
57
  },
70
58
  "fullscreen": {
@@ -73,24 +61,10 @@
73
61
  "close": "Poistu koko näytön tilasta"
74
62
  },
75
63
  "toc": {
76
- "tooltip": "Sisällysluettelo",
77
- "trigger": "Sisällysluettelo",
78
- "close": "Sulje sisällysluettelo",
79
- "heading": "Sisällysluettelo",
80
- "entries": "Luettelon sisältö",
81
- "empty": "Tässä julkaisussa ei ole sisällysluetteloa.",
82
- "search": {
83
- "label": "Hae",
84
- "placeholder": "Hae",
85
- "clear": "Tyhjennä"
86
- }
64
+ "entries": "Luettelon sisältö"
87
65
  },
88
66
  "jumpToPosition": {
89
- "tooltip": "Siirry…",
90
- "trigger": "Siirry kohtaan",
91
- "heading": "Siirry kohtaan",
92
67
  "go": "Siirry",
93
- "close": "Sulje siirry kohtaan",
94
68
  "label": "Valitse kohta väliltä {{ positionStart }} ja {{ positionEnd }}:"
95
69
  },
96
70
  "overflowMenu": {
@@ -104,129 +78,18 @@
104
78
  }
105
79
  },
106
80
  "settings": {
107
- "tooltip": "Asetukset",
108
- "trigger": "Asetusvalikko",
109
- "close": "Sulje asetusvalikko",
110
- "heading": "Näytön asetukset",
111
- "themes": {
112
- "title": "Teemat",
113
- "auto": "Automaattinen",
114
- "light": "Vaalea",
115
- "sepia": "Seepia",
116
- "paper": "Paperi",
117
- "dark": "Tumma",
118
- "contrast1": "Kontrasti 1",
119
- "contrast2": "Kontrasti 2",
120
- "contrast3": "Kontrasti 3"
121
- },
122
- "zoom": {
123
- "title": "Tarkennus",
124
- "increase": "Lähennä",
125
- "decrease": "Loitonna"
126
- },
127
- "fontSize": {
128
- "title": "Tekstin koko",
129
- "increase": "Suurenna tekstin kokoa",
130
- "decrease": "Pienennä tekstin kokoa"
131
- },
132
- "fontFamily": {
133
- "title": "Kirjasintyyppi",
134
- "labels": {
135
- "publisher": "Julkaisijan fontti",
136
- "oldStyle": "Old style serif",
137
- "modern": "Modern serif",
138
- "sans": "Sans-serif",
139
- "humanist": "Humanist sans-serif",
140
- "monospace": "Monospace"
141
- }
142
- },
143
- "fontWeight": {
144
- "title": "Tekstin korostus",
145
- "increase": "Lisää lihavointia",
146
- "decrease": "Vähennä lihavointia",
147
- "default": "Normaali",
148
- "bolder": "Lihavampi"
149
- },
150
- "normalizeText": {
151
- "title": "Palauta teksti normaaliksi",
152
- "label": "Poista kaikki tekstin muotoilut"
153
- },
154
- "align": {
155
- "title": "Tekstin tasaus",
156
- "publisher": "Oletus",
157
- "left": "Vasen",
158
- "justify": "Tasaa",
159
- "right": "Oikea"
160
- },
161
- "hyphens": {
162
- "title": "Tavutus",
163
- "label": "Käytä tavuviivoja"
164
- },
165
81
  "text": {
166
- "title": "Teksti",
167
82
  "advanced": {
168
83
  "tooltip": "Lisää vaihtoehtoja",
169
84
  "trigger": "Lisää muotoiluasetuksia"
170
85
  }
171
86
  },
172
- "lineHeight": {
173
- "title": "Riviväli",
174
- "publisher": "Oletus",
175
- "small": "Tiivis",
176
- "medium": "Tasapainoinen",
177
- "large": "Väljä"
178
- },
179
- "paraSpacing": {
180
- "title": "Kappaleväli",
181
- "increase": "Suurenna kappaleväliä",
182
- "decrease": "Pienennä kappaleväliä"
183
- },
184
- "paraIndent": {
185
- "title": "Kappaleiden sisennys",
186
- "increase": "Lisää kappaleiden sisennystä",
187
- "decrease": "Vähennä kappaleiden sisennystä"
188
- },
189
- "wordSpacing": {
190
- "title": "Sanaväli",
191
- "increase": "Suurenna sanaväliä",
192
- "decrease": "Pienennä sanaväliä"
193
- },
194
- "letterSpacing": {
195
- "title": "Kirjainväli",
196
- "increase": "Suurenna kirjainväliä",
197
- "decrease": "Pienennä kirjainväliä"
198
- },
199
- "publisherStyles": {
200
- "label": "Käytä alkuperäistä muotoilua"
201
- },
202
87
  "spacing": {
203
- "title": "Välistys",
204
88
  "advanced": {
205
89
  "tooltip": "Lisää vaihtoehtoja",
206
90
  "trigger": "Lisää välistysasetuksia"
207
- },
208
- "presets": {
209
- "title": "Esiasetukset",
210
- "publisher": "Oletus",
211
- "tight": "Tiivis",
212
- "balanced": "Tasapainoinen",
213
- "loose": "Väljä",
214
- "accessible": "Helppolukuinen",
215
- "custom": "Mukautettu"
216
91
  }
217
- },
218
- "layout": {
219
- "title": "Asettelu",
220
- "scrolled": "Vieritettävä",
221
- "paginated": "Sivutettu"
222
- },
223
- "column": {
224
- "title": "Sarakkeet",
225
- "auto": "Automaattinen",
226
- "one": "1 sarake",
227
- "two": "2 saraketta"
228
- },
229
- "reset": "Nollaa"
92
+ }
230
93
  }
231
94
  }
232
95
  }
@@ -0,0 +1,151 @@
1
+ {
2
+ "common": {
3
+ "actions": {
4
+ "cancel": "Annuler",
5
+ "clear": "Effacer",
6
+ "close": "Fermer",
7
+ "collapse": "Réduire",
8
+ "collapseAll": "Tout réduire",
9
+ "decrease": "Diminuer",
10
+ "disable": "Désactiver",
11
+ "enable": "Activer",
12
+ "exit": "Quitter",
13
+ "expand": "Développer",
14
+ "expandAll": "Tout développer",
15
+ "increase": "Augmenter",
16
+ "reset": "Réinitialiser",
17
+ "search": "Rechercher",
18
+ "toggle": "Basculer"
19
+ }
20
+ },
21
+ "reader": {
22
+ "actions": {
23
+ "goBackward": "Reculer",
24
+ "goForward": "Avancer",
25
+ "goToPosition": {
26
+ "compact": "Aller à …",
27
+ "descriptive": "Aller à la position"
28
+ }
29
+ },
30
+ "preferences": {
31
+ "columns": {
32
+ "auto": "Auto",
33
+ "dual": {
34
+ "compact": "2 cols",
35
+ "descriptive": "2 colonnes"
36
+ },
37
+ "single": {
38
+ "compact": "1 col",
39
+ "descriptive": "1 colonne"
40
+ },
41
+ "title": "Colonnes"
42
+ },
43
+ "fontFamily": {
44
+ "humanist": {
45
+ "compact": "Humaniste",
46
+ "descriptive": "Sans sérif humaniste"
47
+ },
48
+ "modern": {
49
+ "compact": "Moderne",
50
+ "descriptive": "Sérif moderne"
51
+ },
52
+ "monospace": "Chasse fixe",
53
+ "oldStyle": {
54
+ "compact": "Classique",
55
+ "descriptive": "Sérif classique"
56
+ },
57
+ "publisher": "Police par défaut",
58
+ "sans": "Sans sérif",
59
+ "title": "Police de caractères"
60
+ },
61
+ "fontSize": "Taille de police",
62
+ "fontWeight": {
63
+ "bold": "Gras",
64
+ "normal": "Normal",
65
+ "title": "Graisse"
66
+ },
67
+ "hyphens": {
68
+ "label": "Activer la césure du texte",
69
+ "title": "Césures"
70
+ },
71
+ "layout": {
72
+ "paginated": "Paginé",
73
+ "scrolled": "Scrollé",
74
+ "title": "Mise en page"
75
+ },
76
+ "letterSpacing": "Espacement interlettre",
77
+ "lineHeight": {
78
+ "default": "Par défaut",
79
+ "large": "Élargi",
80
+ "medium": "Équilibré",
81
+ "small": "Resserré",
82
+ "title": "Interligne"
83
+ },
84
+ "paragraphIndent": "Indentation du texte",
85
+ "paragraphSpacing": "Espacement des paragraphes",
86
+ "publisherStyles": {
87
+ "label": "Utiliser le formatage original",
88
+ "title": "Styles éditeur"
89
+ },
90
+ "spacing": {
91
+ "presets": {
92
+ "accessible": "Accessible",
93
+ "balanced": "Équilibré",
94
+ "custom": "Personnalisé",
95
+ "default": "Par défaut",
96
+ "loose": "Élargi",
97
+ "tight": "Resserré",
98
+ "title": "Préréglages"
99
+ },
100
+ "title": "Espacement"
101
+ },
102
+ "text": "Texte",
103
+ "textAlign": {
104
+ "default": "Par défaut",
105
+ "justify": "Justifié",
106
+ "left": "Ferré à gauche",
107
+ "right": "Ferré à droite",
108
+ "title": "Alignement du texte"
109
+ },
110
+ "textNormalization": {
111
+ "label": "Désactiver le formatage du texte",
112
+ "title": "Styles du texte"
113
+ },
114
+ "themes": {
115
+ "auto": "Auto",
116
+ "contrast1": "Contraste 1",
117
+ "contrast2": "Contraste 2",
118
+ "contrast3": "Contraste 3",
119
+ "dark": "Sombre",
120
+ "light": "Clair",
121
+ "paper": "Papier",
122
+ "sepia": "Sépia",
123
+ "title": "Thèmes"
124
+ },
125
+ "title": "Préférences d'affichage",
126
+ "wordSpacing": "Espacement des mots",
127
+ "zoom": "Zoom"
128
+ },
129
+ "progression": {
130
+ "percentage": "{{ percentage }}%",
131
+ "positionsLeftInChapter_one": "{{ count }} position restante dans le chapitre",
132
+ "positionsLeftInChapter_other": "{{ count }} positions restantes dans le chapitre",
133
+ "positionsLeftInPublication_one": "{{ count }} position restante dans la publication",
134
+ "positionsLeftInPublication_other": "{{ count }} positions restantes dans la publication",
135
+ "positionsLeft_one": "{{ count }} position restante",
136
+ "positionsLeft_other": "{{ count }} positions restantes",
137
+ "range": "{{ start }}–{{ end }}",
138
+ "xOfY": {
139
+ "compact": "{{ x }} de {{ y }}",
140
+ "descriptive": "{{ x }} de {{ y }} ({{ z }})"
141
+ }
142
+ },
143
+ "tableOfContents": {
144
+ "emptyState": {
145
+ "description": "La table des matières n'est pas disponible pour cette publication.",
146
+ "title": "Aucune table des matières"
147
+ },
148
+ "title": "Table des matières"
149
+ }
150
+ }
151
+ }