@edrlab/thorium-web 1.5.1 → 1.5.3

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 (33) hide show
  1. package/dist/{chunk-3VB756GR.mjs → chunk-7WGC22F3.mjs} +3 -3
  2. package/dist/{chunk-3VB756GR.mjs.map → chunk-7WGC22F3.mjs.map} +1 -1
  3. package/dist/{chunk-2B3HE57E.mjs → chunk-AEEGHJVM.mjs} +2 -2
  4. package/dist/{chunk-2B3HE57E.mjs.map → chunk-AEEGHJVM.mjs.map} +1 -1
  5. package/dist/{chunk-J6XDICU2.mjs → chunk-AOPNIKSQ.mjs} +7 -7
  6. package/dist/{chunk-J6XDICU2.mjs.map → chunk-AOPNIKSQ.mjs.map} +1 -1
  7. package/dist/{chunk-KT2QY5QU.mjs → chunk-DQDOOTCE.mjs} +3 -3
  8. package/dist/{chunk-KT2QY5QU.mjs.map → chunk-DQDOOTCE.mjs.map} +1 -1
  9. package/dist/{chunk-3ITHCTDL.mjs → chunk-HPDEYQPE.mjs} +7 -7
  10. package/dist/{chunk-3ITHCTDL.mjs.map → chunk-HPDEYQPE.mjs.map} +1 -1
  11. package/dist/{chunk-THOJRBVD.mjs → chunk-JMCWCPCU.mjs} +44 -44
  12. package/dist/{chunk-THOJRBVD.mjs.map → chunk-JMCWCPCU.mjs.map} +1 -1
  13. package/dist/{chunk-MTH2RF6V.mjs → chunk-PLDPFPXR.mjs} +6 -6
  14. package/dist/{chunk-MTH2RF6V.mjs.map → chunk-PLDPFPXR.mjs.map} +1 -1
  15. package/dist/{chunk-CCHCCVSF.mjs → chunk-VLMPRICM.mjs} +3 -3
  16. package/dist/{chunk-CCHCCVSF.mjs.map → chunk-VLMPRICM.mjs.map} +1 -1
  17. package/dist/{chunk-KXOIN35D.mjs → chunk-ZNDUM2RY.mjs} +5 -5
  18. package/dist/{chunk-KXOIN35D.mjs.map → chunk-ZNDUM2RY.mjs.map} +1 -1
  19. package/dist/components/Audio/index.mjs +8 -8
  20. package/dist/components/Epub/index.mjs +9 -9
  21. package/dist/components/Misc/index.mjs +3 -3
  22. package/dist/components/Reader/index.mjs +14 -14
  23. package/dist/components/WebPub/index.mjs +9 -9
  24. package/dist/core/Hooks/index.mjs +1 -1
  25. package/dist/i18n/index.mjs +2 -2
  26. package/dist/locales/et/thorium-shared.json +24 -3
  27. package/dist/locales/it/thorium-shared.json +13 -13
  28. package/dist/locales/it/thorium-web.json +1 -1
  29. package/dist/locales/pl/thorium-shared.json +249 -7
  30. package/dist/locales/pl/thorium-web.json +36 -1
  31. package/dist/locales/sv/thorium-web.json +2 -2
  32. package/dist/preferences/index.mjs +2 -2
  33. package/package.json +6 -6
@@ -1,4 +1,4 @@
1
- export { timelineInstance, useAudioNavigator, useAudioSettingsCache, useDocumentTitle, useEpubNavigator, useEpubSettingsCache, useFullscreen, useIsClient, useLocalStorage, useObservableCondition, useTimeline, useWebPubNavigator, useWebPubSettingsCache } from '../../chunk-2B3HE57E.mjs';
1
+ export { timelineInstance, useAudioNavigator, useAudioSettingsCache, useDocumentTitle, useEpubNavigator, useEpubSettingsCache, useFullscreen, useIsClient, useLocalStorage, useObservableCondition, useTimeline, useWebPubNavigator, useWebPubSettingsCache } from '../../chunk-AEEGHJVM.mjs';
2
2
  import '../../chunk-TEZB4ULX.mjs';
3
3
  export { useBreakpoints, useForcedColors, useMonochrome, useReducedMotion, useReducedTransparency } from '../../chunk-GFSLVQIG.mjs';
4
4
  export { ThColorScheme, ThContrast, useColorScheme, useContrast, useMediaQuery } from '../../chunk-NQ2ZSGCX.mjs';
@@ -1,6 +1,6 @@
1
- export { ThI18nProvider, Trans } from '../chunk-KT2QY5QU.mjs';
2
- export { DEFAULT_CONFIG, i18n, initI18n, useI18n } from '../chunk-2NCN2AG2.mjs';
1
+ export { ThI18nProvider, Trans } from '../chunk-DQDOOTCE.mjs';
3
2
  import '../chunk-AE6P4KJB.mjs';
3
+ export { DEFAULT_CONFIG, i18n, initI18n, useI18n } from '../chunk-2NCN2AG2.mjs';
4
4
  import '../chunk-GNROODJB.mjs';
5
5
  import '../chunk-3GDQP6AS.mjs';
6
6
  //# sourceMappingURL=index.mjs.map
@@ -214,8 +214,8 @@
214
214
  "title": "Rea kõrgus"
215
215
  },
216
216
  "noRuby": {
217
- "label": "Peida „ruby“ märkused",
218
- "title": "„Ruby“ märkused"
217
+ "label": "Peida „Rubyvormingus märkused",
218
+ "title": "„Ruby“ vormingus märkused"
219
219
  },
220
220
  "offsetFirstPage": "Näita esimest lehte eraldi",
221
221
  "paragraphIndent": "Lõikude taandrida",
@@ -307,7 +307,26 @@
307
307
  "percentage": "{{ percentage }}%",
308
308
  "positionsLeft": {
309
309
  "compact_one": "Jäänud on {{ count }}",
310
- "compact_other": "Jäänud on {{ count }}"
310
+ "compact_other": "Jäänud on {{ count }}",
311
+ "descriptive_one": "Jäänud on {{ count }} asukoht",
312
+ "descriptive_other": "Jäänud on {{ count }} asukohta"
313
+ },
314
+ "positionsLeftInChapter": {
315
+ "compact_one": "Jäänud on {{ count }} peatükk",
316
+ "compact_other": "Jäänud on {{ count }} peatükki",
317
+ "descriptive_one": "Peatükis on jäänud {{ count }} asukoht",
318
+ "descriptive_other": "Peatükis on jäänud {{ count }} asukohta"
319
+ },
320
+ "positionsLeftInPublication": {
321
+ "compact_one": "Väljaandes on jäänud {{ count }}",
322
+ "compact_other": "Väljaandes on jäänud {{ count }}",
323
+ "descriptive_one": "Väljaandes on jäänud {{ count }} asukoht",
324
+ "descriptive_other": "Väljaandes on jäänud {{ count }} asukohta"
325
+ },
326
+ "range": "{{ start }}-{{ end }}",
327
+ "xOfY": {
328
+ "compact": "{{ x }} / {{ y }}",
329
+ "descriptive": "{{ x }} / {{ y }} ({{ z }})"
311
330
  }
312
331
  },
313
332
  "search": {
@@ -320,6 +339,8 @@
320
339
  }
321
340
  },
322
341
  "placeholder": "Otsi märksõnu või fraase",
342
+ "result_one": "{{ current }} / {{ count }} tulemus",
343
+ "result_other": "{{ current }} / {{ count }} tulemust",
323
344
  "title": "Otsi"
324
345
  },
325
346
  "tableOfContents": {
@@ -27,14 +27,14 @@
27
27
  },
28
28
  "reader": {
29
29
  "actions": {
30
- "goBackward": "Indietro",
31
- "goForward": "Avanti",
30
+ "goBackward": "Vai indietro",
31
+ "goForward": "Vai avanti",
32
32
  "goToNextChapter": {
33
33
  "compact": "Successivo",
34
34
  "descriptive": "Capitolo successivo"
35
35
  },
36
36
  "goToNextPage": {
37
- "compact": "Successivo",
37
+ "compact": "Successiva",
38
38
  "descriptive": "Pagina successiva"
39
39
  },
40
40
  "goToNextResource": {
@@ -42,7 +42,7 @@
42
42
  "descriptive": "Risorsa successiva"
43
43
  },
44
44
  "goToNextSentence": {
45
- "compact": "Successivo",
45
+ "compact": "Successiva",
46
46
  "descriptive": "Frase seguente"
47
47
  },
48
48
  "goToPosition": {
@@ -79,7 +79,7 @@
79
79
  },
80
80
  "delete": {
81
81
  "compact": "Elimina segnalibro",
82
- "confirmation": "Sei sicuro che vuoi eliminare questo segnalibro?"
82
+ "confirmation": "Sei sicuro di voler eliminare questo segnalibro?"
83
83
  }
84
84
  },
85
85
  "emptyState": {
@@ -93,10 +93,10 @@
93
93
  },
94
94
  "sort": {
95
95
  "lastAdded": {
96
- "compact": "Ultimo aggiunto"
96
+ "compact": "Ultima aggiunta"
97
97
  },
98
98
  "lastEdited": {
99
- "compact": "Ultimo modificato"
99
+ "compact": "Ultima modificata"
100
100
  },
101
101
  "progression": {
102
102
  "compact": "Progressione"
@@ -126,7 +126,7 @@
126
126
  },
127
127
  "autoPlay": {
128
128
  "label": "Riproduci fino alla fine",
129
- "title": "Autoplay"
129
+ "title": "Lettura automatica"
130
130
  },
131
131
  "playbackRate": {
132
132
  "compact": "Velocità",
@@ -221,12 +221,12 @@
221
221
  "paragraphIndent": "Rientro del paragrafo",
222
222
  "paragraphSpacing": "Spazio tra i paragrafi",
223
223
  "publisherStyles": {
224
- "label": "Usare la formattazione originale",
224
+ "label": "Usa la formattazione originale",
225
225
  "title": "Stile dell'editore"
226
226
  },
227
227
  "readingDirection": {
228
228
  "default": {
229
- "compact": "Predefinito",
229
+ "compact": "Predefinita",
230
230
  "descriptive": "Usa la direzione di lettura originale"
231
231
  },
232
232
  "ltr": {
@@ -242,8 +242,8 @@
242
242
  "spacing": {
243
243
  "presets": {
244
244
  "accessible": "Accessibile",
245
- "balanced": "Bilanciato",
246
- "custom": "Personalizzato",
245
+ "balanced": "Bilanciata",
246
+ "custom": "Personalizzata",
247
247
  "default": "Predefinito",
248
248
  "loose": "Allargata",
249
249
  "tight": "Stretta",
@@ -259,7 +259,7 @@
259
259
  "compact": "Auto"
260
260
  },
261
261
  "never": {
262
- "compact": "Singola pagina"
262
+ "compact": "Pagina singola"
263
263
  },
264
264
  "title": "Allarga"
265
265
  },
@@ -56,7 +56,7 @@
56
56
  "network": "Server non disponibile, si prega di riprovare.",
57
57
  "serverError": "Errore del server. Si prega di riprovare.",
58
58
  "clientError": "Richiesta non valida.",
59
- "generic": "Impossible caricare la pubblicazione."
59
+ "generic": "Impossibile caricare la pubblicazione."
60
60
  },
61
61
  "printingDisabled": "La stampa è stata disabilitata"
62
62
  },
@@ -1,33 +1,173 @@
1
1
  {
2
2
  "common": {
3
3
  "actions": {
4
+ "cancel": "Anuluj",
4
5
  "clear": "Wyczyść",
5
6
  "close": "Zamknij",
7
+ "collapse": "Zwiń",
8
+ "collapseAll": "Zwiń wszystkie",
6
9
  "decrease": "Zmniejsz",
10
+ "disable": "Wyłącz",
11
+ "enable": "Włącz",
12
+ "exit": "Wyjdź",
13
+ "expand": "Rozwiń",
14
+ "expandAll": "Rozwiń wszystkie",
15
+ "filter": "Filtruj",
16
+ "hide": "Ukryj",
17
+ "hideAll": "Ukryj wszystkie",
7
18
  "increase": "Zwiększ",
8
- "search": "Szukaj"
19
+ "open": "Otwórz",
20
+ "reset": "Resetuj",
21
+ "search": "Szukaj",
22
+ "show": "Pokaż",
23
+ "showAll": "Pokaż wszystkie",
24
+ "sortBy": "Sortuj według",
25
+ "toggle": "Przełącz"
9
26
  }
10
27
  },
11
28
  "reader": {
12
29
  "actions": {
13
30
  "goBackward": "Do tyłu",
14
31
  "goForward": "Do przodu",
32
+ "goToNextChapter": {
33
+ "compact": "Następny",
34
+ "descriptive": "Następny rozdział"
35
+ },
36
+ "goToNextPage": {
37
+ "compact": "Następna",
38
+ "descriptive": "Następna strona"
39
+ },
40
+ "goToNextResource": {
41
+ "compact": "Następny",
42
+ "descriptive": "Następny zasób"
43
+ },
44
+ "goToNextSentence": {
45
+ "compact": "Następne",
46
+ "descriptive": "Następne zdanie"
47
+ },
15
48
  "goToPosition": {
16
49
  "compact": "Przejdź do…",
17
50
  "descriptive": "Przejdź do pozycji"
51
+ },
52
+ "goToPreviousChapter": {
53
+ "compact": "Poprzedni",
54
+ "descriptive": "Poprzedni rozdział"
55
+ },
56
+ "goToPreviousPage": {
57
+ "compact": "Poprzednia",
58
+ "descriptive": "Poprzednia strona"
59
+ },
60
+ "goToPreviousResource": {
61
+ "compact": "Poprzedni",
62
+ "descriptive": "Poprzedni zasób"
63
+ },
64
+ "goToPreviousSentence": {
65
+ "compact": "Poprzednie",
66
+ "descriptive": "Poprzednie zdanie"
67
+ }
68
+ },
69
+ "annotations": {
70
+ "actions": {
71
+ "editNote": {
72
+ "compact": "Edytuj notatkę"
73
+ }
74
+ },
75
+ "bookmarks": {
76
+ "actions": {
77
+ "add": {
78
+ "compact": "Dodaj zakładkę"
79
+ },
80
+ "delete": {
81
+ "compact": "Usuń zakładkę",
82
+ "confirmation": "Czy na pewno chcesz usunąć tę zakładkę?"
83
+ }
84
+ },
85
+ "emptyState": {
86
+ "description": "Nowe zakładki dodane podczas czytania pojawią się na tej liście.",
87
+ "title": "Brak zakładek"
88
+ },
89
+ "title": "Zakładki"
90
+ },
91
+ "note": {
92
+ "title": "Notatka"
93
+ },
94
+ "sort": {
95
+ "lastAdded": {
96
+ "compact": "Ostatnio dodane"
97
+ },
98
+ "lastEdited": {
99
+ "compact": "Ostatnio edytowane"
100
+ },
101
+ "progression": {
102
+ "compact": "Postęp"
103
+ }
104
+ }
105
+ },
106
+ "playback": {
107
+ "actions": {
108
+ "pause": "Wstrzymaj",
109
+ "play": "Odtwarzaj",
110
+ "skipBackward": {
111
+ "compact": "Cofnij",
112
+ "descriptive": "Przewiń do tyłu"
113
+ },
114
+ "skipForward": {
115
+ "compact": "Dalej",
116
+ "descriptive": "Przewiń do przodu"
117
+ }
118
+ },
119
+ "preferences": {
120
+ "audio": {
121
+ "skipBackwardInterval": "Interwał przewijania do tyłu",
122
+ "skipForwardInterval": "Interwał przewijania do przodu",
123
+ "skipInterval": "Interwał przewijania",
124
+ "title": "Ustawienia dźwięku",
125
+ "volume": "Głośność"
126
+ },
127
+ "autoPlay": {
128
+ "label": "Ciągłe odtwarzanie",
129
+ "title": "Autoodtwarzanie"
130
+ },
131
+ "playbackRate": {
132
+ "compact": "Szybkość",
133
+ "descriptive": "Prędkość odtwarzania"
134
+ },
135
+ "sleepTimer": {
136
+ "compact": "Timer",
137
+ "descriptive": "Timer zasypiania",
138
+ "presets": {
139
+ "endOfChapter": "Koniec rozdziału",
140
+ "endOfResource": "Koniec zasobu"
141
+ }
142
+ }
18
143
  }
19
144
  },
20
145
  "preferences": {
146
+ "brightness": "Jasność",
21
147
  "columns": {
22
148
  "auto": "Automatycznie",
23
149
  "dual": {
24
- "compact": "2 kol"
150
+ "compact": "2 kol",
151
+ "descriptive": "Dwie kolumny"
25
152
  },
26
153
  "single": {
27
- "compact": "1 kol"
154
+ "compact": "1 kol",
155
+ "descriptive": "Jedna kolumna"
28
156
  },
29
157
  "title": "Kolumny"
30
158
  },
159
+ "fit": {
160
+ "auto": {
161
+ "compact": "Auto"
162
+ },
163
+ "page": {
164
+ "compact": "Strona"
165
+ },
166
+ "title": "Dopasowanie",
167
+ "width": {
168
+ "compact": "Szerokość"
169
+ }
170
+ },
31
171
  "fontFamily": {
32
172
  "humanist": {
33
173
  "compact": "Humanist",
@@ -48,8 +188,8 @@
48
188
  },
49
189
  "fontSize": "Rozmiar czcionki",
50
190
  "fontWeight": {
51
- "bold": "Ryškesnis",
52
- "normal": "Normalus",
191
+ "bold": "Pogrubiony",
192
+ "normal": "Normalny",
53
193
  "title": "Grubość kroju"
54
194
  },
55
195
  "hyphens": {
@@ -62,6 +202,10 @@
62
202
  "title": "Układ"
63
203
  },
64
204
  "letterSpacing": "Odstępy między literami",
205
+ "ligatures": {
206
+ "label": "Włącz ligatury",
207
+ "title": "Ligatury"
208
+ },
65
209
  "lineHeight": {
66
210
  "default": "Domyślna",
67
211
  "large": "Luźna",
@@ -69,14 +213,56 @@
69
213
  "small": "Ciasna",
70
214
  "title": "Interlinia"
71
215
  },
216
+ "noRuby": {
217
+ "label": "Ukryj adnotacje ruby",
218
+ "title": "Adnotacje ruby"
219
+ },
220
+ "offsetFirstPage": "Wyświetlaj pierwszą stronę osobno",
72
221
  "paragraphIndent": "Wcięcie akapitu",
73
222
  "paragraphSpacing": "Odstęp między akapitami",
74
223
  "publisherStyles": {
75
- "label": "Użyj oryginalnego formatowania"
224
+ "label": "Użyj oryginalnego formatowania",
225
+ "title": "Style wydawcy"
226
+ },
227
+ "readingDirection": {
228
+ "default": {
229
+ "compact": "Domyślny",
230
+ "descriptive": "Użyj oryginalnego kierunku czytania"
231
+ },
232
+ "ltr": {
233
+ "compact": "Prawo",
234
+ "descriptive": "Od lewej do prawej"
235
+ },
236
+ "rtl": {
237
+ "compact": "Lewo",
238
+ "descriptive": "Od prawej do lewej"
239
+ },
240
+ "title": "Kierunek czytania"
76
241
  },
77
242
  "spacing": {
243
+ "presets": {
244
+ "accessible": "Dostępne",
245
+ "balanced": "Zbalansowane",
246
+ "custom": "Niestandardowe",
247
+ "default": "Domyślne",
248
+ "loose": "Luźne",
249
+ "tight": "Ciasne",
250
+ "title": "Presety"
251
+ },
78
252
  "title": "Odstępy"
79
253
  },
254
+ "spread": {
255
+ "always": {
256
+ "compact": "Podwójna strona"
257
+ },
258
+ "auto": {
259
+ "compact": "Auto"
260
+ },
261
+ "never": {
262
+ "compact": "Pojedyncza strona"
263
+ },
264
+ "title": "Rozkładówka"
265
+ },
80
266
  "text": "Tekst",
81
267
  "textAlign": {
82
268
  "default": "Domyślne",
@@ -95,6 +281,7 @@
95
281
  "contrast2": "Kontrast 2",
96
282
  "contrast3": "Kontrast 3",
97
283
  "dark": "Ciemny",
284
+ "gray": "Szary",
98
285
  "light": "Jasny",
99
286
  "paper": "Papier",
100
287
  "sepia": "Sepia",
@@ -105,16 +292,71 @@
105
292
  "zoom": "Powiększenie"
106
293
  },
107
294
  "progression": {
295
+ "pagesLeft": {
296
+ "descriptive_few": "Pozostały {{ count }} strony",
297
+ "descriptive_many": "Pozostało {{ count }} stron",
298
+ "descriptive_one": "Pozostała {{ count }} strona"
299
+ },
300
+ "pagesLeftInChapter": {
301
+ "descriptive_few": "Pozostały {{ count }} strony w rozdziale",
302
+ "descriptive_many": "Pozostało {{ count }} stron w rozdziale",
303
+ "descriptive_one": "Pozostała {{ count }} strona w rozdziale"
304
+ },
305
+ "pagesLeftInPublication": {
306
+ "descriptive_few": "Pozostały {{ count }} strony w publikacji",
307
+ "descriptive_many": "Pozostało {{ count }} stron w publikacji",
308
+ "descriptive_one": "Pozostała {{ count }} strona w publikacji"
309
+ },
108
310
  "percentage": "{{ percentage }}%",
311
+ "positionsLeft": {
312
+ "compact_few": "Pozostały {{ count }}",
313
+ "compact_many": "Pozostało {{ count }}",
314
+ "compact_one": "Pozostała {{ count }}",
315
+ "descriptive_few": "Pozostały {{ count }} pozycje",
316
+ "descriptive_many": "Pozostało {{ count }} pozycji",
317
+ "descriptive_one": "Pozostała {{ count }} pozycja"
318
+ },
319
+ "positionsLeftInChapter": {
320
+ "compact_few": "Pozostały {{ count }} w rozdziale",
321
+ "compact_many": "Pozostało {{ count }} w rozdziale",
322
+ "compact_one": "Pozostała {{ count }} w rozdziale",
323
+ "descriptive_few": "Pozostały {{ count }} pozycje w rozdziale",
324
+ "descriptive_many": "Pozostało {{ count }} pozycji w rozdziale",
325
+ "descriptive_one": "Pozostała {{ count }} pozycja w rozdziale"
326
+ },
327
+ "positionsLeftInPublication": {
328
+ "compact_few": "Pozostały {{ count }} w publikacji",
329
+ "compact_many": "Pozostało {{ count }} w publikacji",
330
+ "compact_one": "Pozostała {{ count }} w publikacji",
331
+ "descriptive_few": "Pozostały {{ count }} pozycje w publikacji",
332
+ "descriptive_many": "Pozostało {{ count }} pozycji w publikacji",
333
+ "descriptive_one": "Pozostała {{ count }} pozycja w publikacji"
334
+ },
109
335
  "range": "{{ start }}–{{ end }}",
110
336
  "xOfY": {
111
337
  "compact": "{{ x }} z {{ y }}",
112
338
  "descriptive": "{{ x }} z {{ y }} ({{ z }})"
113
339
  }
114
340
  },
341
+ "search": {
342
+ "actions": {
343
+ "next": {
344
+ "compact": "Następny wynik"
345
+ },
346
+ "previous": {
347
+ "compact": "Poprzedni wynik"
348
+ }
349
+ },
350
+ "placeholder": "Szukaj słów kluczowych lub fraz",
351
+ "result_few": "{{ current }} z {{ count }} wyników",
352
+ "result_many": "{{ current }} z {{ count }} wyników",
353
+ "result_one": "{{ current }} z {{ count }} wyniku",
354
+ "title": "Szukaj"
355
+ },
115
356
  "tableOfContents": {
116
357
  "emptyState": {
117
- "description": "Spis treści nie został dostarczony dla tej publikacji."
358
+ "description": "Spis treści nie został dostarczony dla tej publikacji.",
359
+ "title": "Brak spisu treści"
118
360
  },
119
361
  "title": "Spis treści"
120
362
  }
@@ -48,6 +48,16 @@
48
48
  },
49
49
  "back": {
50
50
  "trigger": "Wróć"
51
+ },
52
+ "printingDisabled": "Drukowanie zostało wyłączone",
53
+ "errors": {
54
+ "title": "Błąd",
55
+ "notFound": "Publikacja nie została znaleziona.",
56
+ "accessDenied": "Odmowa dostępu.",
57
+ "network": "Serwer niedostępny – spróbuj ponownie później.",
58
+ "serverError": "Błąd serwera – spróbuj ponownie później.",
59
+ "clientError": "Nieprawidłowe żądanie.",
60
+ "generic": "Nie można załadować publikacji."
51
61
  }
52
62
  },
53
63
  "navigation": {
@@ -65,7 +75,10 @@
65
75
  },
66
76
  "jumpToPosition": {
67
77
  "go": "Idź",
68
- "label": "Wybierz pozycję od {{ positionStart }} do {{ positionEnd }}:"
78
+ "label": "Wybierz pozycję od {{ positionStart }} do {{ positionEnd }}:",
79
+ "error": {
80
+ "notFound": "Pozycja nie została znaleziona."
81
+ }
69
82
  },
70
83
  "overflowMenu": {
71
84
  "active": {
@@ -91,5 +104,27 @@
91
104
  }
92
105
  }
93
106
  }
107
+ },
108
+ "audio": {
109
+ "player": {
110
+ "progress": "Postęp odtwarzania",
111
+ "controls": "Sterowanie odtwarzaniem",
112
+ "mediaControls": "Ustawienia audio",
113
+ "coverAlt": "Okładka audiobook-a"
114
+ },
115
+ "remotePlayback": {
116
+ "trigger": "Zdalne odtwarzanie",
117
+ "connected": "Połączono zdalnie"
118
+ },
119
+ "settings": {
120
+ "sleepTimer": {
121
+ "hours": "g",
122
+ "minutes": "min",
123
+ "seconds": "s",
124
+ "start": "Start",
125
+ "instruction": "Odtwarzanie zostanie wstrzymane po upływie ustawionego czasu.",
126
+ "remaining": "Wstrzymanie za {{ remaining }}"
127
+ }
128
+ }
94
129
  }
95
130
  }
@@ -121,8 +121,8 @@
121
121
  "hours": "h",
122
122
  "minutes": "min",
123
123
  "seconds": "s",
124
- "instruction": "Uppspelningen pausas efter den inställda tiden.",
125
- "remaining": "Pausar om {{ remaining }}",
124
+ "instruction": "Uppspelningen stoppas efter den inställda tiden.",
125
+ "remaining": "Stoppar uppspelning om {{ remaining }}",
126
126
  "start": "Starta sömntimer"
127
127
  }
128
128
  }
@@ -1,13 +1,13 @@
1
- export { TEXT_INPUT_SELECTORS, ThActionsKeys, ThAudioActionKeys, ThAudioAffordance, ThAudioKeys, ThAudioMemoryPreferencesAdapter, ThAudioPreferencesContext, ThAudioPreferencesProvider, ThDockingKeys, ThDockingTypes, ThGlobalMemoryPreferencesAdapter, ThGlobalPreferencesProvider, ThLayoutOptions, ThLineHeightOptions, ThMemoryPreferencesAdapter, ThPreferencesContext, ThPreferencesProvider, ThSettingsContainerKeys, ThSettingsKeys, ThSettingsRangePlaceholder, ThSettingsRangeVariant, ThSettingsTimerVariant, ThSheetHeaderVariant, ThSheetTypes, ThSpacingPresetKeys, ThSpacingSettingsKeys, ThTextAlignOptions, ThTextSettingsKeys, ThThemeKeys, arabicFarsiCollection, buildThemeObject, chineseSimplifiedCollection, chineseTraditionalCollection, contrast1Theme, contrast2Theme, contrast3Theme, createAudioPreferences, createDefinitionFromStaticFonts, createDefinitionsFromBunnyFonts, createDefinitionsFromGoogleFonts, createGlobalPreferences, createPreferences, darkTheme, defaultActionKeysObject, defaultAudioContentProtectionConfig, defaultAudioPlaybackRate, defaultAudioPlaybackRateAction, defaultAudioPreferences, defaultAudioPreferencesContextValue, defaultAudioRemotePlaybackAction, defaultAudioSkipBackwardInterval, defaultAudioSkipForwardInterval, defaultAudioSkipInterval, defaultAudioSleepTimer, defaultAudioSleepTimerAction, defaultAudioSleepTimerPresetList, defaultAudioTocAction, defaultAudioVolume, defaultAudioVolumeAction, defaultContentProtectionConfig, defaultFontCollection, defaultFullscreenAction, defaultJumpToPositionAction, defaultLetterSpacing, defaultLineHeights, defaultParagraphIndent, defaultParagraphSpacing, defaultPreferences, defaultPreferencesContextValue, defaultSettingsAction, defaultSpacingPresets, defaultSpacingPresetsOrder, defaultSpacingSettingsMain, defaultSpacingSettingsSubpanel, defaultTextSettingsMain, defaultTextSettingsSubpanel, defaultTocAction, defaultWordSpacing, defaultZoom, devContentProtectionConfig, hebrewCollection, japaneseCollection, japaneseVerticalCollection, koreanCollection, lightTheme, paperTheme, readiumCSSFontCollection, resolveAudioContentProtectionConfig, resolveContentProtectionConfig, sepiaTheme, tamilCollection, useActionsPreferences, useAudioActionsPreferences, useAudioPreferences, useFilteredPreferenceKeys, usePreferenceKeys, usePreferences, useSharedPreferences, useTheming, validateObjectKeys } from '../chunk-3VB756GR.mjs';
1
+ export { TEXT_INPUT_SELECTORS, ThActionsKeys, ThAudioActionKeys, ThAudioAffordance, ThAudioKeys, ThAudioMemoryPreferencesAdapter, ThAudioPreferencesContext, ThAudioPreferencesProvider, ThDockingKeys, ThDockingTypes, ThGlobalMemoryPreferencesAdapter, ThGlobalPreferencesProvider, ThLayoutOptions, ThLineHeightOptions, ThMemoryPreferencesAdapter, ThPreferencesContext, ThPreferencesProvider, ThSettingsContainerKeys, ThSettingsKeys, ThSettingsRangePlaceholder, ThSettingsRangeVariant, ThSettingsTimerVariant, ThSheetHeaderVariant, ThSheetTypes, ThSpacingPresetKeys, ThSpacingSettingsKeys, ThTextAlignOptions, ThTextSettingsKeys, ThThemeKeys, arabicFarsiCollection, buildThemeObject, chineseSimplifiedCollection, chineseTraditionalCollection, contrast1Theme, contrast2Theme, contrast3Theme, createAudioPreferences, createDefinitionFromStaticFonts, createDefinitionsFromBunnyFonts, createDefinitionsFromGoogleFonts, createGlobalPreferences, createPreferences, darkTheme, defaultActionKeysObject, defaultAudioContentProtectionConfig, defaultAudioPlaybackRate, defaultAudioPlaybackRateAction, defaultAudioPreferences, defaultAudioPreferencesContextValue, defaultAudioRemotePlaybackAction, defaultAudioSkipBackwardInterval, defaultAudioSkipForwardInterval, defaultAudioSkipInterval, defaultAudioSleepTimer, defaultAudioSleepTimerAction, defaultAudioSleepTimerPresetList, defaultAudioTocAction, defaultAudioVolume, defaultAudioVolumeAction, defaultContentProtectionConfig, defaultFontCollection, defaultFullscreenAction, defaultJumpToPositionAction, defaultLetterSpacing, defaultLineHeights, defaultParagraphIndent, defaultParagraphSpacing, defaultPreferences, defaultPreferencesContextValue, defaultSettingsAction, defaultSpacingPresets, defaultSpacingPresetsOrder, defaultSpacingSettingsMain, defaultSpacingSettingsSubpanel, defaultTextSettingsMain, defaultTextSettingsSubpanel, defaultTocAction, defaultWordSpacing, defaultZoom, devContentProtectionConfig, hebrewCollection, japaneseCollection, japaneseVerticalCollection, koreanCollection, lightTheme, paperTheme, readiumCSSFontCollection, resolveAudioContentProtectionConfig, resolveContentProtectionConfig, sepiaTheme, tamilCollection, useActionsPreferences, useAudioActionsPreferences, useAudioPreferences, useFilteredPreferenceKeys, usePreferenceKeys, usePreferences, useSharedPreferences, useTheming, validateObjectKeys } from '../chunk-7WGC22F3.mjs';
2
2
  export { ThArrowVariant, ThAudioPlayerComponent, ThAudioProgressBarVariant, ThAudioPublicationMetadataComponent, ThBackLinkVariant, ThBreakpoints, ThDocumentTitleFormat, ThLayoutDirection, ThLayoutUI, ThProgressionFormat, ThRunningHeadFormat } from '../chunk-2YRT7RNW.mjs';
3
3
  import '../chunk-GFSLVQIG.mjs';
4
4
  export { ThGlobalPreferencesContext, useGlobalPreferences } from '../chunk-AE6P4KJB.mjs';
5
- import '../chunk-GNROODJB.mjs';
6
5
  import '../chunk-A575ZW4A.mjs';
7
6
  import '../chunk-X63WSMOH.mjs';
8
7
  import '../chunk-NQ2ZSGCX.mjs';
9
8
  import '../chunk-KQ3KS5O5.mjs';
10
9
  import '../chunk-AQSJDL63.mjs';
10
+ import '../chunk-GNROODJB.mjs';
11
11
  import '../chunk-3GDQP6AS.mjs';
12
12
  //# sourceMappingURL=index.mjs.map
13
13
  //# sourceMappingURL=index.mjs.map
package/package.json CHANGED
@@ -20,7 +20,7 @@
20
20
  "bugs": {
21
21
  "url": "https://github.com/edrlab/thorium-web/issues"
22
22
  },
23
- "version": "1.5.1",
23
+ "version": "1.5.3",
24
24
  "private": false,
25
25
  "files": [
26
26
  "./dist"
@@ -65,8 +65,8 @@
65
65
  },
66
66
  "peerDependencies": {
67
67
  "@readium/css": ">=2.0.5",
68
- "@readium/navigator": ">=2.5.5",
69
- "@readium/navigator-html-injectables": "^2.4.2",
68
+ "@readium/navigator": ">=2.5.8",
69
+ "@readium/navigator-html-injectables": ">=2.4.4",
70
70
  "@readium/shared": "^2.2.0",
71
71
  "@reduxjs/toolkit": "^2.11.2",
72
72
  "i18next": "^25.8.13",
@@ -86,9 +86,9 @@
86
86
  "dependencies": {
87
87
  "@edrlab/thorium-locales": "github:edrlab/thorium-locales",
88
88
  "@readium/css": ">=2.0.5",
89
- "@readium/navigator": ">=2.5.5",
90
- "@readium/navigator-html-injectables": "^2.4.2",
91
- "@readium/shared": "^2.2.0",
89
+ "@readium/navigator": ">=2.5.8",
90
+ "@readium/navigator-html-injectables": ">=2.4.4",
91
+ "@readium/shared": "^2.2.1",
92
92
  "@reduxjs/toolkit": "^2.11.2",
93
93
  "classnames": "^2.5.1",
94
94
  "colorthief": "^3.3.1",