@edrlab/thorium-web 1.5.0 → 1.5.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 (64) hide show
  1. package/dist/{chunk-BBCSLDQT.mjs → chunk-7O7RI3FX.mjs} +60 -65
  2. package/dist/chunk-7O7RI3FX.mjs.map +1 -0
  3. package/dist/{chunk-GRYEOCGD.mjs → chunk-AEEGHJVM.mjs} +36 -49
  4. package/dist/chunk-AEEGHJVM.mjs.map +1 -0
  5. package/dist/{chunk-BCXKBHU3.mjs → chunk-AV4IJXTM.mjs} +29 -14
  6. package/dist/chunk-AV4IJXTM.mjs.map +1 -0
  7. package/dist/{chunk-ZD4LTF6G.mjs → chunk-AXX4U2FW.mjs} +25 -133
  8. package/dist/chunk-AXX4U2FW.mjs.map +1 -0
  9. package/dist/{chunk-63LKYJFG.mjs → chunk-G4CEFOQK.mjs} +44 -14
  10. package/dist/chunk-G4CEFOQK.mjs.map +1 -0
  11. package/dist/{chunk-Y5X74VW7.mjs → chunk-KD727LNE.mjs} +8 -8
  12. package/dist/{chunk-Y5X74VW7.mjs.map → chunk-KD727LNE.mjs.map} +1 -1
  13. package/dist/chunk-KQ3KS5O5.mjs +37 -0
  14. package/dist/chunk-KQ3KS5O5.mjs.map +1 -0
  15. package/dist/{chunk-PRQBFBJ7.mjs → chunk-MBB6VHEQ.mjs} +19 -8
  16. package/dist/chunk-MBB6VHEQ.mjs.map +1 -0
  17. package/dist/{chunk-KJ55Q63A.mjs → chunk-QKCS2WPM.mjs} +173 -24
  18. package/dist/chunk-QKCS2WPM.mjs.map +1 -0
  19. package/dist/{chunk-2T65MDBR.mjs → chunk-VLMPRICM.mjs} +3 -3
  20. package/dist/{chunk-2T65MDBR.mjs.map → chunk-VLMPRICM.mjs.map} +1 -1
  21. package/dist/{chunk-VENFFPK2.mjs → chunk-VYSDLACR.mjs} +2 -2
  22. package/dist/{chunk-VENFFPK2.mjs.map → chunk-VYSDLACR.mjs.map} +1 -1
  23. package/dist/{chunk-KOR74F6M.mjs → chunk-X63WSMOH.mjs} +4 -36
  24. package/dist/chunk-X63WSMOH.mjs.map +1 -0
  25. package/dist/{chunk-PAFJZH7O.mjs → chunk-YE5QOQUT.mjs} +3 -3
  26. package/dist/{chunk-PAFJZH7O.mjs.map → chunk-YE5QOQUT.mjs.map} +1 -1
  27. package/dist/components/Audio/index.d.mts +3 -3
  28. package/dist/components/Audio/index.mjs +11 -10
  29. package/dist/components/Epub/index.d.mts +3 -3
  30. package/dist/components/Epub/index.mjs +12 -11
  31. package/dist/components/Misc/index.mjs +2 -2
  32. package/dist/components/Reader/index.d.mts +2 -2
  33. package/dist/components/Reader/index.mjs +17 -16
  34. package/dist/components/Reader/index.mjs.map +1 -1
  35. package/dist/components/WebPub/index.d.mts +3 -3
  36. package/dist/components/WebPub/index.mjs +12 -11
  37. package/dist/core/Components/index.d.mts +4 -20
  38. package/dist/core/Components/index.mjs +1 -1
  39. package/dist/core/Helpers/index.mjs +3 -2
  40. package/dist/core/Hooks/index.d.mts +10 -4
  41. package/dist/core/Hooks/index.mjs +2 -1
  42. package/dist/lib/index.mjs +3 -2
  43. package/dist/locales/da/thorium-shared.json +217 -10
  44. package/dist/locales/et/thorium-shared.json +24 -3
  45. package/dist/locales/he/thorium-shared.json +8 -0
  46. package/dist/locales/it/thorium-shared.json +11 -11
  47. package/dist/locales/it/thorium-web.json +4 -4
  48. package/dist/locales/lt/thorium-shared.json +85 -1
  49. package/dist/locales/pl/thorium-shared.json +249 -7
  50. package/dist/locales/pl/thorium-web.json +36 -1
  51. package/dist/locales/sv/thorium-shared.json +5 -5
  52. package/dist/preferences/index.d.mts +2 -0
  53. package/dist/preferences/index.mjs +4 -3
  54. package/dist/{useAudioNavigator-pGwxhXLj.d.mts → useAudioNavigator-9RuOpLGB.d.mts} +4 -4
  55. package/dist/{useReaderTransitions-Zvomj9RQ.d.mts → useReaderTransitions-CpgrXS5g.d.mts} +25 -6
  56. package/package.json +7 -7
  57. package/dist/chunk-63LKYJFG.mjs.map +0 -1
  58. package/dist/chunk-BBCSLDQT.mjs.map +0 -1
  59. package/dist/chunk-BCXKBHU3.mjs.map +0 -1
  60. package/dist/chunk-GRYEOCGD.mjs.map +0 -1
  61. package/dist/chunk-KJ55Q63A.mjs.map +0 -1
  62. package/dist/chunk-KOR74F6M.mjs.map +0 -1
  63. package/dist/chunk-PRQBFBJ7.mjs.map +0 -1
  64. package/dist/chunk-ZD4LTF6G.mjs.map +0 -1
@@ -1,37 +1,173 @@
1
1
  {
2
2
  "common": {
3
3
  "actions": {
4
+ "cancel": "Annuller",
4
5
  "clear": "Nulstil",
5
6
  "close": "Luk",
7
+ "collapse": "Sammenfold",
8
+ "collapseAll": "Sammenfold alt",
6
9
  "decrease": "Reducer",
10
+ "disable": "Deaktiver",
7
11
  "enable": "Aktiver",
8
12
  "exit": "Afslut",
13
+ "expand": "Fold ud",
14
+ "expandAll": "Fold alt ud",
15
+ "filter": "Filter",
16
+ "hide": "Skjul",
17
+ "hideAll": "Skjul alle",
9
18
  "increase": "Forøg",
19
+ "open": "Åben",
10
20
  "reset": "Nulstil",
11
21
  "search": "Søg",
12
- "toggle": "Vis"
22
+ "show": "Vis",
23
+ "showAll": "Vis alle",
24
+ "sortBy": "Sorter efter",
25
+ "toggle": "Skift"
13
26
  }
14
27
  },
15
28
  "reader": {
16
29
  "actions": {
17
30
  "goBackward": "Naviger tilbage",
18
31
  "goForward": "Naviger frem",
32
+ "goToNextChapter": {
33
+ "compact": "Næste",
34
+ "descriptive": "Næste kapitel"
35
+ },
36
+ "goToNextPage": {
37
+ "compact": "Næste",
38
+ "descriptive": "Næste side"
39
+ },
40
+ "goToNextResource": {
41
+ "compact": "Næste",
42
+ "descriptive": "Næste ressource"
43
+ },
44
+ "goToNextSentence": {
45
+ "compact": "Næste",
46
+ "descriptive": "Næste sætning"
47
+ },
19
48
  "goToPosition": {
20
49
  "compact": "Gå til…",
21
50
  "descriptive": "Gå til position"
51
+ },
52
+ "goToPreviousChapter": {
53
+ "compact": "Forrige",
54
+ "descriptive": "Forrige kapitel"
55
+ },
56
+ "goToPreviousPage": {
57
+ "compact": "Forrige",
58
+ "descriptive": "Forrige side"
59
+ },
60
+ "goToPreviousResource": {
61
+ "compact": "Forrige",
62
+ "descriptive": "Forrige ressource"
63
+ },
64
+ "goToPreviousSentence": {
65
+ "compact": "Forrige",
66
+ "descriptive": "Forrige sætning"
67
+ }
68
+ },
69
+ "annotations": {
70
+ "actions": {
71
+ "editNote": {
72
+ "compact": "Rediger note"
73
+ }
74
+ },
75
+ "bookmarks": {
76
+ "actions": {
77
+ "add": {
78
+ "compact": "Tilføj bogmærke"
79
+ },
80
+ "delete": {
81
+ "compact": "Slet bogmærke",
82
+ "confirmation": "Er du sikker på at du vil slette bogmærket?"
83
+ }
84
+ },
85
+ "emptyState": {
86
+ "description": "Bogmærker du tilføjer under læsning vil blive vist på denne liste.",
87
+ "title": "Ingen bogmærker"
88
+ },
89
+ "title": "Bogmærker"
90
+ },
91
+ "note": {
92
+ "title": "Note"
93
+ },
94
+ "sort": {
95
+ "lastAdded": {
96
+ "compact": "Senest tilføjet"
97
+ },
98
+ "lastEdited": {
99
+ "compact": "Senest redigeret"
100
+ },
101
+ "progression": {
102
+ "compact": "Position i bog"
103
+ }
104
+ }
105
+ },
106
+ "playback": {
107
+ "actions": {
108
+ "pause": "Pause",
109
+ "play": "Afspil",
110
+ "skipBackward": {
111
+ "compact": "Spol tilbage",
112
+ "descriptive": "Spol tilbage"
113
+ },
114
+ "skipForward": {
115
+ "compact": "Spol frem",
116
+ "descriptive": "Spol frem"
117
+ }
118
+ },
119
+ "preferences": {
120
+ "audio": {
121
+ "skipBackwardInterval": "Spol tilbage interval",
122
+ "skipForwardInterval": "Spol frem interval",
123
+ "skipInterval": "Spole interval",
124
+ "title": "Lydindstillinger",
125
+ "volume": "Lydstyrke"
126
+ },
127
+ "autoPlay": {
128
+ "label": "Kontinuerlig afspilning",
129
+ "title": "Autoplay"
130
+ },
131
+ "playbackRate": {
132
+ "compact": "Hastighed",
133
+ "descriptive": "Afspilningshastighed"
134
+ },
135
+ "sleepTimer": {
136
+ "compact": "Timer",
137
+ "descriptive": "Sleep timer",
138
+ "presets": {
139
+ "endOfChapter": "Kapitel slut",
140
+ "endOfResource": "Slut på ressourcen"
141
+ }
142
+ }
22
143
  }
23
144
  },
24
145
  "preferences": {
146
+ "brightness": "Lysstyrke",
25
147
  "columns": {
26
148
  "auto": "Auto",
27
149
  "dual": {
150
+ "compact": "2 kol",
28
151
  "descriptive": "2 kolonner"
29
152
  },
30
153
  "single": {
154
+ "compact": "1 kol",
31
155
  "descriptive": "1 kolonne"
32
156
  },
33
157
  "title": "Kolonner"
34
158
  },
159
+ "fit": {
160
+ "auto": {
161
+ "compact": "Automatisk"
162
+ },
163
+ "page": {
164
+ "compact": "Side"
165
+ },
166
+ "title": "Tilpas",
167
+ "width": {
168
+ "compact": "Bredde"
169
+ }
170
+ },
35
171
  "fontFamily": {
36
172
  "humanist": {
37
173
  "compact": "Humanist",
@@ -46,7 +182,7 @@
46
182
  "compact": "Gammeldags",
47
183
  "descriptive": "Gammeldags serif"
48
184
  },
49
- "publisher": "Bogens Skrifttype",
185
+ "publisher": "Bogens skrifttype",
50
186
  "sans": "Sans-serif",
51
187
  "title": "Skrifttype"
52
188
  },
@@ -66,6 +202,10 @@
66
202
  "title": "Layout"
67
203
  },
68
204
  "letterSpacing": "Tegn afstand",
205
+ "ligatures": {
206
+ "label": "Aktiver ligaturer",
207
+ "title": "Ligaturer"
208
+ },
69
209
  "lineHeight": {
70
210
  "default": "Normal",
71
211
  "large": "Løs",
@@ -73,10 +213,31 @@
73
213
  "small": "Tæt",
74
214
  "title": "Linjehøjde"
75
215
  },
216
+ "noRuby": {
217
+ "label": "Skjul \"ruby\"-annoteringer",
218
+ "title": "\"Ruby\"-annoteringer"
219
+ },
220
+ "offsetFirstPage": "Vis første side alene",
76
221
  "paragraphIndent": "Afsnitsindrykning",
77
222
  "paragraphSpacing": "Afsnitsafstand",
78
223
  "publisherStyles": {
79
- "label": "Brug original formatering"
224
+ "label": "Brug original formatering",
225
+ "title": "Udgiverens formatering"
226
+ },
227
+ "readingDirection": {
228
+ "default": {
229
+ "compact": "Standard",
230
+ "descriptive": "Anvend original læseretning"
231
+ },
232
+ "ltr": {
233
+ "compact": "Højre",
234
+ "descriptive": "Venstre til højre"
235
+ },
236
+ "rtl": {
237
+ "compact": "Venstre",
238
+ "descriptive": "Højre til venstre"
239
+ },
240
+ "title": "Læseretning"
80
241
  },
81
242
  "spacing": {
82
243
  "presets": {
@@ -90,6 +251,18 @@
90
251
  },
91
252
  "title": "Afstande"
92
253
  },
254
+ "spread": {
255
+ "always": {
256
+ "compact": "Dobbeltside"
257
+ },
258
+ "auto": {
259
+ "compact": "Automatisk"
260
+ },
261
+ "never": {
262
+ "compact": "Enkeltside"
263
+ },
264
+ "title": "Sidevisning"
265
+ },
93
266
  "text": "Tekst",
94
267
  "textAlign": {
95
268
  "default": "Normal",
@@ -108,6 +281,7 @@
108
281
  "contrast2": "Kontrast 2",
109
282
  "contrast3": "Kontrast 3",
110
283
  "dark": "Mørk",
284
+ "gray": "Grå",
111
285
  "light": "Lys",
112
286
  "paper": "Papir",
113
287
  "sepia": "Sepia",
@@ -118,18 +292,36 @@
118
292
  "zoom": "Zoom"
119
293
  },
120
294
  "progression": {
295
+ "pagesLeft": {
296
+ "descriptive_one": "{{ count }} side tilbage",
297
+ "descriptive_other": "{{ count }} sider tilbage"
298
+ },
299
+ "pagesLeftInChapter": {
300
+ "descriptive_one": "{{ count }} side tilbage i kapitlet",
301
+ "descriptive_other": "{{ count }} sider tilbage i kapitlet"
302
+ },
303
+ "pagesLeftInPublication": {
304
+ "descriptive_one": "{{ count }} side tilbage i bogen",
305
+ "descriptive_other": "{{ count }} sider tilbage i bogen"
306
+ },
121
307
  "percentage": "{{ percentage }}%",
122
308
  "positionsLeft": {
123
- "descriptive_one": "",
124
- "descriptive_other": "{{ count }} tilbage"
309
+ "compact_one": "{{ count }} tilbage",
310
+ "compact_other": "{{ count }} tilbage",
311
+ "descriptive_one": "{{ count }} position tilbage",
312
+ "descriptive_other": "{{ count }} positioner tilbage"
125
313
  },
126
314
  "positionsLeftInChapter": {
127
- "descriptive_one": "",
128
- "descriptive_other": "{{ count }} tilbage i nuværende kapitel"
315
+ "compact_one": "{{ count }} tilbage i kapitlet",
316
+ "compact_other": "{{ count }} tilbage i kapitlet",
317
+ "descriptive_one": "{{ count }} position tilbage i nuværende kapitel",
318
+ "descriptive_other": "{{ count }} positioner tilbage i nuværende kapitel"
129
319
  },
130
320
  "positionsLeftInPublication": {
131
- "descriptive_one": "",
132
- "descriptive_other": "{{ count }} tilbage i bogen"
321
+ "compact_one": "{{ count }} tilbage i bogen",
322
+ "compact_other": "{{ count }} tilbage i bogen",
323
+ "descriptive_one": "{{ count }} position tilbage i bogen",
324
+ "descriptive_other": "{{ count }} positioner tilbage i bogen"
133
325
  },
134
326
  "range": "{{ start }}–{{ end }}",
135
327
  "xOfY": {
@@ -137,9 +329,24 @@
137
329
  "descriptive": "{{ x }} af {{ y }} ({{ z }})"
138
330
  }
139
331
  },
332
+ "search": {
333
+ "actions": {
334
+ "next": {
335
+ "compact": "Næste resultat"
336
+ },
337
+ "previous": {
338
+ "compact": "Forrige resultat"
339
+ }
340
+ },
341
+ "placeholder": "Søg efter enkeltord eller sætninger",
342
+ "result_one": "{{ current }} af {{ count }} resultat",
343
+ "result_other": "{{ current }} af {{ count }} resultater",
344
+ "title": "Søg"
345
+ },
140
346
  "tableOfContents": {
141
347
  "emptyState": {
142
- "description": "Der blev ikke fundet nogen indholdsfortegnelse for denne bog."
348
+ "description": "Bogen indeholder ikke nogen indholdsfortegnelse.",
349
+ "title": "Ingen indholdsfortegnelse"
143
350
  },
144
351
  "title": "Indholdsfortegnelse"
145
352
  }
@@ -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": {
@@ -0,0 +1,8 @@
1
+ {
2
+ "common": {
3
+ "actions": {
4
+ "clear": "נקה",
5
+ "close": "סגור"
6
+ }
7
+ }
8
+ }
@@ -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": {
@@ -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
  },
@@ -12,8 +12,8 @@
12
12
  },
13
13
  "header": {
14
14
  "backLink": {
15
- "trigger": "Ritorna alla tua libreria",
16
- "tooltip": "Libreria"
15
+ "trigger": "Ritorna alla tua biblioteca",
16
+ "tooltip": "Biblioteca"
17
17
  },
18
18
  "label": "Barra in alto",
19
19
  "runningHead": "Titolo principale",
@@ -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
  },
@@ -122,7 +122,7 @@
122
122
  "minutes": "min",
123
123
  "seconds": "s",
124
124
  "start": "Avvio",
125
- "instruction": "La riproduzione si fermerà dopo l'intervallo di tempo selezionato.",
125
+ "instruction": "La riproduzione si interromperà dopo l'intervallo di tempo selezionato.",
126
126
  "remaining": "Arresto in {{ remaining }}"
127
127
  }
128
128
  }
@@ -37,6 +37,10 @@
37
37
  "compact": "Kitas",
38
38
  "descriptive": "Kitas puslapis"
39
39
  },
40
+ "goToNextResource": {
41
+ "compact": "Kitas",
42
+ "descriptive": "Kitas išteklius"
43
+ },
40
44
  "goToNextSentence": {
41
45
  "compact": "Kitas",
42
46
  "descriptive": "Kitas sakinys"
@@ -53,11 +57,68 @@
53
57
  "compact": "Ankstesnis",
54
58
  "descriptive": "Ankstesnis puslapis"
55
59
  },
60
+ "goToPreviousResource": {
61
+ "compact": "Ankstesnis",
62
+ "descriptive": "Ankstesnis išteklius"
63
+ },
56
64
  "goToPreviousSentence": {
57
65
  "compact": "Ankstesnis",
58
66
  "descriptive": "Ankstesnis sakinys"
59
67
  }
60
68
  },
69
+ "annotations": {
70
+ "actions": {
71
+ "editNote": {
72
+ "compact": "Redaguoti pastabą"
73
+ }
74
+ },
75
+ "bookmarks": {
76
+ "actions": {
77
+ "add": {
78
+ "compact": "Pridėti skirtuką"
79
+ },
80
+ "delete": {
81
+ "compact": "Pašalinti skirtuką",
82
+ "confirmation": "Ar tikrai norite pašalinti šį skirtuką?"
83
+ }
84
+ },
85
+ "emptyState": {
86
+ "title": "Skirtukų nėra"
87
+ },
88
+ "title": "Skirtukai"
89
+ },
90
+ "note": {
91
+ "title": "Pastaba"
92
+ }
93
+ },
94
+ "playback": {
95
+ "actions": {
96
+ "pause": "Pristabdyti",
97
+ "play": "Atkurti"
98
+ },
99
+ "preferences": {
100
+ "audio": {
101
+ "title": "Garso nuostatos",
102
+ "volume": "Garsis"
103
+ },
104
+ "autoPlay": {
105
+ "label": "Nepertraukiamas atkūrimas",
106
+ "title": "Automatinis paleidimas"
107
+ },
108
+ "playbackRate": {
109
+ "compact": "Sparta",
110
+ "descriptive": "Atkūrimo sparta"
111
+ },
112
+ "sleepTimer": {
113
+ "compact": "Laikmatis",
114
+ "descriptive": "Miego laikmatis",
115
+ "presets": {
116
+ "endOfChapter": "Skyriaus pabaiga",
117
+ "endOfResource": "Ištekliaus pabaiga"
118
+ }
119
+ }
120
+ }
121
+ },
61
122
  "preferences": {
62
123
  "brightness": "Ryškumas",
63
124
  "columns": {
@@ -118,6 +179,10 @@
118
179
  "title": "Išdėstymas"
119
180
  },
120
181
  "letterSpacing": "Raidžių išretinimas",
182
+ "ligatures": {
183
+ "label": "Įgalinti ligatūras",
184
+ "title": "Ligatūros"
185
+ },
121
186
  "lineHeight": {
122
187
  "default": "Numatytasis",
123
188
  "large": "Erdvus",
@@ -125,6 +190,10 @@
125
190
  "small": "Glaudus",
126
191
  "title": "Eilutės aukštis"
127
192
  },
193
+ "noRuby": {
194
+ "label": "Slėpti „ruby“ anotacijas",
195
+ "title": "„Ruby“ anotacijos"
196
+ },
128
197
  "offsetFirstPage": "Atvaizduoti pirmąjį puslapį atskirai",
129
198
  "paragraphIndent": "Pastraipos įtrauka",
130
199
  "paragraphSpacing": "Tarpas tarp pastraipų",
@@ -246,9 +315,24 @@
246
315
  "descriptive": "{{ x }} iš {{ y }} ({{ z }})"
247
316
  }
248
317
  },
318
+ "search": {
319
+ "actions": {
320
+ "next": {
321
+ "compact": "Kitas rezultatas"
322
+ },
323
+ "previous": {
324
+ "compact": "Ankstesnis rezultatas"
325
+ }
326
+ },
327
+ "placeholder": "Ieškoti raktažodžių ar frazių",
328
+ "result_few": "{{ current }} iš {{ count }} rezultatų",
329
+ "result_one": "{{ current }} iš {{ count }} rezultato",
330
+ "result_other": "{{ current }} iš {{ count }} rezultatų",
331
+ "title": "Paieška"
332
+ },
249
333
  "tableOfContents": {
250
334
  "emptyState": {
251
- "description": "Šiam leidiniui nebuvo pateiktas turinys.",
335
+ "description": "Autorius nepateikė turinio.",
252
336
  "title": "Nėra turinio"
253
337
  },
254
338
  "title": "Turinys"