@edrlab/thorium-web 1.1.2 → 1.1.4

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 (86) hide show
  1. package/README.md +2 -0
  2. package/dist/{StatefulReader-BjH7bkU1.d.mts → StatefulReader-lpxHxgKK.d.mts} +8 -6
  3. package/dist/{ThPreferencesAdapter-x_D4c7wI.d.mts → ThPreferencesAdapter-CcJgE3zC.d.mts} +78 -56
  4. package/dist/{actionsReducer-BKoeohBu.d.mts → actionsReducer-6UNIgifE.d.mts} +1 -1
  5. package/dist/{chunk-2JHEFF46.mjs → chunk-GKXS45F4.mjs} +347 -47
  6. package/dist/chunk-GKXS45F4.mjs.map +1 -0
  7. package/dist/{chunk-VETE7ULS.mjs → chunk-KKMH2EPS.mjs} +12 -4
  8. package/dist/chunk-KKMH2EPS.mjs.map +1 -0
  9. package/dist/{chunk-HE3WFPGE.mjs → chunk-KTZPAJ4S.mjs} +34 -19
  10. package/dist/chunk-KTZPAJ4S.mjs.map +1 -0
  11. package/dist/{chunk-EY4D4BZN.mjs → chunk-MW7LXDWC.mjs} +3 -3
  12. package/dist/{chunk-EY4D4BZN.mjs.map → chunk-MW7LXDWC.mjs.map} +1 -1
  13. package/dist/{chunk-IRA4ZKAX.mjs → chunk-VN44OJDD.mjs} +819 -43
  14. package/dist/chunk-VN44OJDD.mjs.map +1 -0
  15. package/dist/components/Epub/index.css +1 -0
  16. package/dist/components/Epub/index.css.map +1 -1
  17. package/dist/components/Epub/index.d.mts +8 -8
  18. package/dist/components/Epub/index.mjs +55 -18
  19. package/dist/components/Epub/index.mjs.map +1 -1
  20. package/dist/components/WebPub/index.css +1 -0
  21. package/dist/components/WebPub/index.css.map +1 -1
  22. package/dist/components/WebPub/index.d.mts +12 -12
  23. package/dist/components/WebPub/index.mjs +39 -16
  24. package/dist/components/WebPub/index.mjs.map +1 -1
  25. package/dist/core/Components/index.d.mts +2 -2
  26. package/dist/core/Helpers/index.d.mts +2 -2
  27. package/dist/core/Hooks/index.d.mts +4 -4
  28. package/dist/core/Hooks/index.mjs +1 -1
  29. package/dist/{enums-CBaXSsr9.d.mts → enums-Bhwwdfx5.d.mts} +1 -1
  30. package/dist/fonts/AccessibleDfA/AccessibleDfA-Bold.woff2 +0 -0
  31. package/dist/fonts/AccessibleDfA/AccessibleDfA-Italic.woff2 +0 -0
  32. package/dist/fonts/AccessibleDfA/AccessibleDfA-Regular.woff2 +0 -0
  33. package/dist/fonts/AccessibleDfA/LICENSE-AccessibleDfa +95 -0
  34. package/dist/fonts/AndroidPatch/sans-serif/GNU General Public License.txt +340 -0
  35. package/dist/fonts/AndroidPatch/sans-serif/NimbusSans-Bold.woff +0 -0
  36. package/dist/fonts/AndroidPatch/sans-serif/NimbusSans-BoldItalic.woff +0 -0
  37. package/dist/fonts/AndroidPatch/sans-serif/NimbusSans-Italic.woff +0 -0
  38. package/dist/fonts/AndroidPatch/sans-serif/NimbusSans.woff +0 -0
  39. package/dist/fonts/AndroidPatch/serif/GNU General Public License.txt +340 -0
  40. package/dist/fonts/AndroidPatch/serif/NimbusRoman-Bold.woff +0 -0
  41. package/dist/fonts/AndroidPatch/serif/NimbusRoman-BoldItalic.woff +0 -0
  42. package/dist/fonts/AndroidPatch/serif/NimbusRoman-Italic.woff +0 -0
  43. package/dist/fonts/AndroidPatch/serif/NimbusRoman.woff +0 -0
  44. package/dist/fonts/Luciole/Luciole-Bold.woff2 +0 -0
  45. package/dist/fonts/Luciole/Luciole-BoldItalic.woff2 +0 -0
  46. package/dist/fonts/Luciole/Luciole-Italic.woff2 +0 -0
  47. package/dist/fonts/Luciole/Luciole-Regular.woff2 +0 -0
  48. package/dist/fonts/Luciole/Read Me.txt +14 -0
  49. package/dist/fonts/OpenDyslexic/OpenDyslexic-Bold.otf +0 -0
  50. package/dist/fonts/OpenDyslexic/OpenDyslexic-BoldItalic.otf +0 -0
  51. package/dist/fonts/OpenDyslexic/OpenDyslexic-Italic.otf +0 -0
  52. package/dist/fonts/OpenDyslexic/OpenDyslexic-Regular.otf +0 -0
  53. package/dist/fonts/iAWriterDuo/README.md +13 -0
  54. package/dist/fonts/iAWriterDuo/iAWriterDuoS-Bold.woff2 +0 -0
  55. package/dist/fonts/iAWriterDuo/iAWriterDuoS-BoldItalic.woff2 +0 -0
  56. package/dist/fonts/iAWriterDuo/iAWriterDuoS-Italic.woff2 +0 -0
  57. package/dist/fonts/iAWriterDuo/iAWriterDuoS-Regular.woff2 +0 -0
  58. package/dist/i18n/index.mjs +2 -2
  59. package/dist/lib/index.d.mts +35 -18
  60. package/dist/lib/index.mjs +1 -1
  61. package/dist/locales/ar/thorium-shared.json +258 -2
  62. package/dist/locales/ar/thorium-web.json +59 -1
  63. package/dist/locales/da/thorium-shared.json +9 -3
  64. package/dist/locales/el/thorium-web.json +53 -1
  65. package/dist/locales/en/thorium-shared.json +30 -12
  66. package/dist/locales/et/thorium-shared.json +99 -7
  67. package/dist/locales/fi/thorium-shared.json +68 -15
  68. package/dist/locales/fr/thorium-shared.json +12 -6
  69. package/dist/locales/it/thorium-shared.json +82 -14
  70. package/dist/locales/lt/thorium-shared.json +80 -12
  71. package/dist/locales/pt-BR/thorium-shared.json +24 -12
  72. package/dist/locales/pt-PT/thorium-shared.json +24 -12
  73. package/dist/locales/sv/thorium-shared.json +24 -12
  74. package/dist/locales/tr/thorium-shared.json +24 -12
  75. package/dist/preferences/index.d.mts +104 -7
  76. package/dist/preferences/index.mjs +1 -1
  77. package/dist/{useBreakpoints-BtHd3571.d.mts → useBreakpoints-LTrHif3E.d.mts} +1 -1
  78. package/dist/{useEpubNavigator-DpvqVgNu.d.mts → useEpubNavigator-DQq5VlY0.d.mts} +2 -1
  79. package/dist/usePreferences-CM_Y2jpZ.d.mts +42 -0
  80. package/dist/{useWebPubNavigator-DBRj8KyC.d.mts → useWebPubNavigator-XFUVekhV.d.mts} +2 -1
  81. package/package.json +22 -20
  82. package/dist/chunk-2JHEFF46.mjs.map +0 -1
  83. package/dist/chunk-HE3WFPGE.mjs.map +0 -1
  84. package/dist/chunk-IRA4ZKAX.mjs.map +0 -1
  85. package/dist/chunk-VETE7ULS.mjs.map +0 -1
  86. package/dist/usePreferences-CRjFlZvF.d.mts +0 -16
@@ -72,6 +72,18 @@
72
72
  },
73
73
  "title": "Sarakkeet"
74
74
  },
75
+ "fit": {
76
+ "auto": {
77
+ "compact": "Automaattinen"
78
+ },
79
+ "page": {
80
+ "compact": "Sivu"
81
+ },
82
+ "title": "Sovita",
83
+ "width": {
84
+ "compact": "Leveys"
85
+ }
86
+ },
75
87
  "fontFamily": {
76
88
  "humanist": {
77
89
  "compact": "Humanist",
@@ -87,7 +99,7 @@
87
99
  "descriptive": "Old style serif"
88
100
  },
89
101
  "publisher": "Julkaisijan fontti",
90
- "sans": "Sans-serif",
102
+ "sans": "Sans serif",
91
103
  "title": "Kirjasintyyppi"
92
104
  },
93
105
  "fontSize": "Tekstin koko",
@@ -113,11 +125,27 @@
113
125
  "small": "Tiivis",
114
126
  "title": "Riviväli"
115
127
  },
128
+ "offsetFirstPage": "Näytä ensimmäinen sivu erikseen",
116
129
  "paragraphIndent": "Kappaleiden sisennys",
117
130
  "paragraphSpacing": "Kappaleväli",
118
131
  "publisherStyles": {
119
132
  "label": "Käytä alkuperäistä muotoilua",
120
- "title": "Kustantajan tyylit"
133
+ "title": "Kustantajan muotoilut"
134
+ },
135
+ "readingDirection": {
136
+ "default": {
137
+ "compact": "Oletus",
138
+ "descriptive": "Käytä alkuperäistä lukusuuntaa"
139
+ },
140
+ "ltr": {
141
+ "compact": "Oikealle",
142
+ "descriptive": "Vasemmalta oikealle"
143
+ },
144
+ "rtl": {
145
+ "compact": "Vasemmalle",
146
+ "descriptive": "Oikealta vasemmalle"
147
+ },
148
+ "title": "Lukusuunta"
121
149
  },
122
150
  "spacing": {
123
151
  "presets": {
@@ -131,6 +159,18 @@
131
159
  },
132
160
  "title": "Välistys"
133
161
  },
162
+ "spread": {
163
+ "always": {
164
+ "compact": "Aukeama"
165
+ },
166
+ "auto": {
167
+ "compact": "Automaattinen"
168
+ },
169
+ "never": {
170
+ "compact": "Yksi sivu"
171
+ },
172
+ "title": "Sivut"
173
+ },
134
174
  "text": "Teksti",
135
175
  "textAlign": {
136
176
  "default": "Oletus",
@@ -149,6 +189,7 @@
149
189
  "contrast2": "Kontrasti 2",
150
190
  "contrast3": "Kontrasti 3",
151
191
  "dark": "Tumma",
192
+ "gray": "Harmaa",
152
193
  "light": "Vaalea",
153
194
  "paper": "Paperi",
154
195
  "sepia": "Seepia",
@@ -159,19 +200,31 @@
159
200
  "zoom": "Tarkennus"
160
201
  },
161
202
  "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ä",
203
+ "pagesLeft": {
204
+ "descriptive_one": "{{ count }} sivu jäljellä",
205
+ "descriptive_other": "{{ count }} sivua jäljellä"
206
+ },
207
+ "pagesLeftInChapter": {
208
+ "descriptive_one": "{{ count }} sivu jäljellä luvussa",
209
+ "descriptive_other": "{{ count }} sivua jäljellä luvussa"
210
+ },
211
+ "pagesLeftInPublication": {
212
+ "descriptive_one": "{{ count }} sivu jäljellä julkaisussa",
213
+ "descriptive_other": "{{ count }} sivua jäljellä julkaisussa"
214
+ },
168
215
  "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ä",
216
+ "positionsLeft": {
217
+ "descriptive_one": "{{ count }} sijainti jäljellä",
218
+ "descriptive_other": "{{ count }} sijaintia jäljellä"
219
+ },
220
+ "positionsLeftInChapter": {
221
+ "descriptive_one": "{{ count }} sijainti jäljellä luvussa",
222
+ "descriptive_other": "{{ count }} jäljellä kohdassa nykyinen luku"
223
+ },
224
+ "positionsLeftInPublication": {
225
+ "descriptive_one": "{{ count }} sijaintia jäljellä luvussa",
226
+ "descriptive_other": "{{ count }} jäljellä kohdassa julkaisu"
227
+ },
175
228
  "range": "{{ start }}–{{ end }}",
176
229
  "xOfY": {
177
230
  "compact": "{{ x }} / {{ y }}",
@@ -183,7 +236,7 @@
183
236
  "description": "Tässä julkaisussa ei ole sisällysluetteloa.",
184
237
  "title": "Ei sisällysluetteloa"
185
238
  },
186
- "title": "TSisällysluettelo"
239
+ "title": "Sisällysluettelo"
187
240
  }
188
241
  }
189
242
  }
@@ -128,12 +128,18 @@
128
128
  },
129
129
  "progression": {
130
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",
131
+ "positionsLeft": {
132
+ "descriptive_one": "{{ count }} position restante",
133
+ "descriptive_other": "{{ count }} positions restantes"
134
+ },
135
+ "positionsLeftInChapter": {
136
+ "descriptive_one": "{{ count }} position restante dans le chapitre",
137
+ "descriptive_other": "{{ count }} positions restantes dans le chapitre"
138
+ },
139
+ "positionsLeftInPublication": {
140
+ "descriptive_one": "{{ count }} position restante dans la publication",
141
+ "descriptive_other": "{{ count }} positions restantes dans la publication"
142
+ },
137
143
  "range": "{{ start }}–{{ end }}",
138
144
  "xOfY": {
139
145
  "compact": "{{ x }} de {{ y }}",
@@ -37,6 +37,10 @@
37
37
  "compact": "Successivo",
38
38
  "descriptive": "Pagina successiva"
39
39
  },
40
+ "goToNextSentence": {
41
+ "compact": "Successivo",
42
+ "descriptive": "Frase seguente"
43
+ },
40
44
  "goToPosition": {
41
45
  "compact": "Vai a…",
42
46
  "descriptive": "Vai alla posizione"
@@ -48,9 +52,14 @@
48
52
  "goToPreviousPage": {
49
53
  "compact": "Precedente",
50
54
  "descriptive": "Pagina precedente"
55
+ },
56
+ "goToPreviousSentence": {
57
+ "compact": "Precedente",
58
+ "descriptive": "Frase precedente"
51
59
  }
52
60
  },
53
61
  "preferences": {
62
+ "brightness": "Luminosità",
54
63
  "columns": {
55
64
  "auto": "Auto",
56
65
  "dual": {
@@ -63,6 +72,18 @@
63
72
  },
64
73
  "title": "Colonne"
65
74
  },
75
+ "fit": {
76
+ "auto": {
77
+ "compact": "Auto"
78
+ },
79
+ "page": {
80
+ "compact": "Pagina"
81
+ },
82
+ "title": "Adatta",
83
+ "width": {
84
+ "compact": "Larghezza"
85
+ }
86
+ },
66
87
  "fontFamily": {
67
88
  "humanist": {
68
89
  "compact": "Humanist",
@@ -104,24 +125,52 @@
104
125
  "small": "Stretta",
105
126
  "title": "Interlinea"
106
127
  },
128
+ "offsetFirstPage": "Visualizza solo la prima pagina",
107
129
  "paragraphIndent": "Rientro del paragrafo",
108
130
  "paragraphSpacing": "Spazio tra i paragrafi",
109
131
  "publisherStyles": {
110
132
  "label": "Usare la formattazione originale",
111
133
  "title": "Stile dell'editore"
112
134
  },
135
+ "readingDirection": {
136
+ "default": {
137
+ "compact": "Predefinito",
138
+ "descriptive": "Usa la direzione di lettura originale"
139
+ },
140
+ "ltr": {
141
+ "compact": "Destra",
142
+ "descriptive": "Da sinistra a destra"
143
+ },
144
+ "rtl": {
145
+ "compact": "Sinistra",
146
+ "descriptive": "Da destra a sinistra"
147
+ },
148
+ "title": "Direzione di lettura"
149
+ },
113
150
  "spacing": {
114
151
  "presets": {
115
152
  "accessible": "Accessibile",
116
153
  "balanced": "Bilanciato",
117
154
  "custom": "Personalizzato",
118
155
  "default": "Predefinito",
119
- "loose": "Allargato",
120
- "tight": "Stretto",
156
+ "loose": "Allargata",
157
+ "tight": "Stretta",
121
158
  "title": "Preimpostazioni"
122
159
  },
123
160
  "title": "Spaziatura"
124
161
  },
162
+ "spread": {
163
+ "always": {
164
+ "compact": "Doppia pagina"
165
+ },
166
+ "auto": {
167
+ "compact": "Auto"
168
+ },
169
+ "never": {
170
+ "compact": "Singola pagina"
171
+ },
172
+ "title": "Allarga"
173
+ },
125
174
  "text": "Testo",
126
175
  "textAlign": {
127
176
  "default": "Predefinito",
@@ -140,6 +189,7 @@
140
189
  "contrast2": "Contrasto 2",
141
190
  "contrast3": "Contrasto 3",
142
191
  "dark": "Scuro",
192
+ "gray": "Grigio",
143
193
  "light": "Chiaro",
144
194
  "paper": "Carta",
145
195
  "sepia": "Seppia",
@@ -150,19 +200,37 @@
150
200
  "zoom": "Zoom"
151
201
  },
152
202
  "progression": {
153
- "pagesLeftInChapter_one": "{{ count }} pagina rimasta nel capitolo",
154
- "pagesLeftInChapter_other": "{{ count }} pagine rimaste nel capitolo",
155
- "pagesLeftInPublication_one": "{{ count }} pagina rimasta nella pubblicazione",
156
- "pagesLeftInPublication_other": "{{ count }} pagine rimaste nella pubblicazione",
157
- "pagesLeft_one": "{{ count }} pagina rimanente",
158
- "pagesLeft_other": "{{ count }} pagine rimanenti",
203
+ "pagesLeft": {
204
+ "descriptive_many": "{{ count }} pagine rimanenti",
205
+ "descriptive_one": "{{ count }} pagina rimanente",
206
+ "descriptive_other": "{{ count }} pagine rimanenti"
207
+ },
208
+ "pagesLeftInChapter": {
209
+ "descriptive_many": "{{ count }} pagine rimaste nel capitolo",
210
+ "descriptive_one": "{{ count }} pagina rimasta nel capitolo",
211
+ "descriptive_other": "{{ count }} pagine rimaste nel capitolo"
212
+ },
213
+ "pagesLeftInPublication": {
214
+ "descriptive_many": "{{ count }} pagine rimaste nella pubblicazione",
215
+ "descriptive_one": "{{ count }} pagina rimasta nella pubblicazione",
216
+ "descriptive_other": "{{ count }} pagine rimaste nella pubblicazione"
217
+ },
159
218
  "percentage": "{{ percentage }}%",
160
- "positionsLeftInChapter_one": "{{ count }} posizione rimasta nel capitolo",
161
- "positionsLeftInChapter_other": "{{ count }} posizioni rimaste nel capitolo",
162
- "positionsLeftInPublication_one": "{{ count }} posizione rimasta nella pubblicazione",
163
- "positionsLeftInPublication_other": "{{ count }} posizioni rimaste nella pubblicazione",
164
- "positionsLeft_one": "{{ count }} posizione rimasta",
165
- "positionsLeft_other": "{{ count }} posizioni rimaste",
219
+ "positionsLeft": {
220
+ "descriptive_many": "{{ count }} posizioni rimaste",
221
+ "descriptive_one": "{{ count }} posizione rimasta",
222
+ "descriptive_other": "{{ count }} posizioni rimaste"
223
+ },
224
+ "positionsLeftInChapter": {
225
+ "descriptive_many": "{{ count }} posizioni rimaste nel capitolo",
226
+ "descriptive_one": "{{ count }} posizione rimasta nel capitolo",
227
+ "descriptive_other": "{{ count }} posizioni rimaste nel capitolo"
228
+ },
229
+ "positionsLeftInPublication": {
230
+ "descriptive_many": "{{ count }} posizioni rimaste nella pubblicazione",
231
+ "descriptive_one": "{{ count }} posizione rimasta nella pubblicazione",
232
+ "descriptive_other": "{{ count }} posizioni rimaste nella pubblicazione"
233
+ },
166
234
  "range": "{{ start }}–{{ end }}",
167
235
  "xOfY": {
168
236
  "compact": "{{ x }} di {{ y }}",
@@ -37,6 +37,10 @@
37
37
  "compact": "Kitas",
38
38
  "descriptive": "Kitas puslapis"
39
39
  },
40
+ "goToNextSentence": {
41
+ "compact": "Kitas",
42
+ "descriptive": "Kitas sakinys"
43
+ },
40
44
  "goToPosition": {
41
45
  "compact": "Peršokti į…",
42
46
  "descriptive": "Peršokti į poziciją"
@@ -48,9 +52,14 @@
48
52
  "goToPreviousPage": {
49
53
  "compact": "Ankstesnis",
50
54
  "descriptive": "Ankstesnis puslapis"
55
+ },
56
+ "goToPreviousSentence": {
57
+ "compact": "Ankstesnis",
58
+ "descriptive": "Ankstesnis sakinys"
51
59
  }
52
60
  },
53
61
  "preferences": {
62
+ "brightness": "Ryškumas",
54
63
  "columns": {
55
64
  "auto": "Auto",
56
65
  "dual": {
@@ -63,6 +72,18 @@
63
72
  },
64
73
  "title": "Stulpeliai"
65
74
  },
75
+ "fit": {
76
+ "auto": {
77
+ "compact": "Automatinis"
78
+ },
79
+ "page": {
80
+ "compact": "Puslapis"
81
+ },
82
+ "title": "Talpinimas",
83
+ "width": {
84
+ "compact": "Plotis"
85
+ }
86
+ },
66
87
  "fontFamily": {
67
88
  "humanist": {
68
89
  "compact": "Humanistinis",
@@ -104,12 +125,28 @@
104
125
  "small": "Glaudus",
105
126
  "title": "Eilutės aukštis"
106
127
  },
128
+ "offsetFirstPage": "Atvaizduoti pirmąjį puslapį atskirai",
107
129
  "paragraphIndent": "Pastraipos įtrauka",
108
130
  "paragraphSpacing": "Tarpas tarp pastraipų",
109
131
  "publisherStyles": {
110
132
  "label": "Naudoti originalų formatavimą",
111
133
  "title": "Leidėjo stiliai"
112
134
  },
135
+ "readingDirection": {
136
+ "default": {
137
+ "compact": "Numatytoji",
138
+ "descriptive": "Naudoti numatytąją skaitymo kryptį"
139
+ },
140
+ "ltr": {
141
+ "compact": "Dešinėn",
142
+ "descriptive": "Iš kairės į dešinę"
143
+ },
144
+ "rtl": {
145
+ "compact": "Kairėn",
146
+ "descriptive": "Iš dešinės į kairę"
147
+ },
148
+ "title": "Skaitymo kryptis"
149
+ },
113
150
  "spacing": {
114
151
  "presets": {
115
152
  "accessible": "Prieinamas",
@@ -122,6 +159,18 @@
122
159
  },
123
160
  "title": "Išretinimas"
124
161
  },
162
+ "spread": {
163
+ "always": {
164
+ "compact": "Du puslapiai"
165
+ },
166
+ "auto": {
167
+ "compact": "Automatinė"
168
+ },
169
+ "never": {
170
+ "compact": "Vienas puslapis"
171
+ },
172
+ "title": "Sklaida"
173
+ },
125
174
  "text": "Tekstas",
126
175
  "textAlign": {
127
176
  "default": "Numatytoji",
@@ -140,6 +189,7 @@
140
189
  "contrast2": "Kontrastas 2",
141
190
  "contrast3": "Kontrastas 3",
142
191
  "dark": "Tamsi",
192
+ "gray": "Pilka",
143
193
  "light": "Šviesi",
144
194
  "paper": "Popierius",
145
195
  "sepia": "Sepija",
@@ -150,19 +200,37 @@
150
200
  "zoom": "Mastelis"
151
201
  },
152
202
  "progression": {
153
- "pagesLeftInChapter_one": "Skyriuje liko {{ count }} puslapis",
154
- "pagesLeftInChapter_other": "Skyriuje liko {{ count }} puslapiai",
155
- "pagesLeftInPublication_one": "Leidinyje liko {{ count }} puslapis",
156
- "pagesLeftInPublication_other": "Leidinyje liko {{ count }} puslapiai (-ių)",
157
- "pagesLeft_one": "Liko {{ count }} puslapis",
158
- "pagesLeft_other": "Liko {{ count }} puslapiai (-ių)",
203
+ "pagesLeft": {
204
+ "descriptive_few": "",
205
+ "descriptive_one": "Liko {{ count }} puslapis",
206
+ "descriptive_other": "Liko {{ count }} puslapiai (-ių)"
207
+ },
208
+ "pagesLeftInChapter": {
209
+ "descriptive_few": "",
210
+ "descriptive_one": "Skyriuje liko {{ count }} puslapis",
211
+ "descriptive_other": "Skyriuje liko {{ count }} puslapiai"
212
+ },
213
+ "pagesLeftInPublication": {
214
+ "descriptive_few": "",
215
+ "descriptive_one": "Leidinyje liko {{ count }} puslapis",
216
+ "descriptive_other": "Leidinyje liko {{ count }} puslapiai (-ių)"
217
+ },
159
218
  "percentage": "{{ percentage }}%",
160
- "positionsLeftInChapter_one": "Skyriuje liko {{ count }} pozicija",
161
- "positionsLeftInChapter_other": "Skyriuje liko {{ count }} pozicijos (-ų)",
162
- "positionsLeftInPublication_one": "Leidinyje liko {{ count }} pozicija",
163
- "positionsLeftInPublication_other": "Leidinyje liko {{ count }} pozicijos (-ų)",
164
- "positionsLeft_one": "Liko {{ count }} pozicija",
165
- "positionsLeft_other": "{{ count }} positions left",
219
+ "positionsLeft": {
220
+ "descriptive_few": "",
221
+ "descriptive_one": "Liko {{ count }} pozicija",
222
+ "descriptive_other": ""
223
+ },
224
+ "positionsLeftInChapter": {
225
+ "descriptive_few": "",
226
+ "descriptive_one": "Skyriuje liko {{ count }} pozicija",
227
+ "descriptive_other": "Skyriuje liko {{ count }} pozicijos (-ų)"
228
+ },
229
+ "positionsLeftInPublication": {
230
+ "descriptive_few": "",
231
+ "descriptive_one": "Leidinyje liko {{ count }} pozicija",
232
+ "descriptive_other": "Leidinyje liko {{ count }} pozicijos (-ų)"
233
+ },
166
234
  "range": "{{ start }}–{{ end }}",
167
235
  "xOfY": {
168
236
  "compact": "{{ x }} iš {{ y }}",
@@ -150,19 +150,31 @@
150
150
  "zoom": "Zoom"
151
151
  },
152
152
  "progression": {
153
- "pagesLeftInChapter_one": "{{ count }} página restante no capítulo",
154
- "pagesLeftInChapter_other": "{{ count }} páginas restantes no capítulo",
155
- "pagesLeftInPublication_one": "{{ count }} página restante em publicação",
156
- "pagesLeftInPublication_other": "{{ count }} páginas restantes em publicação",
157
- "pagesLeft_one": "{{ count }} página restante",
158
- "pagesLeft_other": "{{ count }} páginas restantes",
153
+ "pagesLeft": {
154
+ "descriptive_one": "{{ count }} página restante",
155
+ "descriptive_other": "{{ count }} páginas restantes"
156
+ },
157
+ "pagesLeftInChapter": {
158
+ "descriptive_one": "{{ count }} página restante no capítulo",
159
+ "descriptive_other": "{{ count }} páginas restantes no capítulo"
160
+ },
161
+ "pagesLeftInPublication": {
162
+ "descriptive_one": "{{ count }} página restante em publicação",
163
+ "descriptive_other": "{{ count }} páginas restantes em publicação"
164
+ },
159
165
  "percentage": "{{ percentage }}%",
160
- "positionsLeftInChapter_one": "{{ count }} posição restante no capítulo",
161
- "positionsLeftInChapter_other": "{{ count }} posições restantes no capítulo",
162
- "positionsLeftInPublication_one": "{{ count }} posição restante na publicação",
163
- "positionsLeftInPublication_other": "{{ count }} posições restantes na publicação",
164
- "positionsLeft_one": "{{ count }} posição restante",
165
- "positionsLeft_other": "{{ count }} posições restantes",
166
+ "positionsLeft": {
167
+ "descriptive_one": "{{ count }} posição restante",
168
+ "descriptive_other": "{{ count }} posições restantes"
169
+ },
170
+ "positionsLeftInChapter": {
171
+ "descriptive_one": "{{ count }} posição restante no capítulo",
172
+ "descriptive_other": "{{ count }} posições restantes no capítulo"
173
+ },
174
+ "positionsLeftInPublication": {
175
+ "descriptive_one": "{{ count }} posição restante na publicação",
176
+ "descriptive_other": "{{ count }} posições restantes na publicação"
177
+ },
166
178
  "range": "{{ start }}–{{ end }}",
167
179
  "xOfY": {
168
180
  "compact": "{{ x }} de {{ y }}",
@@ -150,19 +150,31 @@
150
150
  "zoom": "Ampliação"
151
151
  },
152
152
  "progression": {
153
- "pagesLeftInChapter_one": "{{ count }} página restante no capítulo",
154
- "pagesLeftInChapter_other": "{{ count }} páginas restantes no capítulo",
155
- "pagesLeftInPublication_one": "{{ count }} página restante na publicação",
156
- "pagesLeftInPublication_other": "{{ count }} páginas restantes na publicação",
157
- "pagesLeft_one": "{{ count }} página restante",
158
- "pagesLeft_other": "{{ count }} páginas restantes",
153
+ "pagesLeft": {
154
+ "descriptive_one": "{{ count }} página restante",
155
+ "descriptive_other": "{{ count }} páginas restantes"
156
+ },
157
+ "pagesLeftInChapter": {
158
+ "descriptive_one": "{{ count }} página restante no capítulo",
159
+ "descriptive_other": "{{ count }} páginas restantes no capítulo"
160
+ },
161
+ "pagesLeftInPublication": {
162
+ "descriptive_one": "{{ count }} página restante na publicação",
163
+ "descriptive_other": "{{ count }} páginas restantes na publicação"
164
+ },
159
165
  "percentage": "{{ percentage }}%",
160
- "positionsLeftInChapter_one": "{{ count }} posição restante no capítulo",
161
- "positionsLeftInChapter_other": "{{ count }} posições restantes no capítulo",
162
- "positionsLeftInPublication_one": "{{ count }} posição restante na publicação",
163
- "positionsLeftInPublication_other": "{{ count }} posições restantes na publicação",
164
- "positionsLeft_one": "{{ count }} posição restante",
165
- "positionsLeft_other": "{{ count }} posições restantes",
166
+ "positionsLeft": {
167
+ "descriptive_one": "{{ count }} posição restante",
168
+ "descriptive_other": "{{ count }} posições restantes"
169
+ },
170
+ "positionsLeftInChapter": {
171
+ "descriptive_one": "{{ count }} posição restante no capítulo",
172
+ "descriptive_other": "{{ count }} posições restantes no capítulo"
173
+ },
174
+ "positionsLeftInPublication": {
175
+ "descriptive_one": "{{ count }} posição restante na publicação",
176
+ "descriptive_other": "{{ count }} posições restantes na publicação"
177
+ },
166
178
  "range": "{{ start }}–{{ end }}",
167
179
  "xOfY": {
168
180
  "compact": "{{ x }} de {{ y }}",
@@ -148,19 +148,31 @@
148
148
  "zoom": "Zooma"
149
149
  },
150
150
  "progression": {
151
- "pagesLeftInChapter_one": "{{ count }} sida kvar i kapitlet",
152
- "pagesLeftInChapter_other": "{{ count }} sidor kvar i kapitlet",
153
- "pagesLeftInPublication_one": "{{ count }} sida kvar i publikationen",
154
- "pagesLeftInPublication_other": "{{ count }} sidor kvar i publikationen",
155
- "pagesLeft_one": "{{ count }} sida kvar",
156
- "pagesLeft_other": "{{ count }} sidor kvar",
151
+ "pagesLeft": {
152
+ "descriptive_one": "{{ count }} sida kvar",
153
+ "descriptive_other": "{{ count }} sidor kvar"
154
+ },
155
+ "pagesLeftInChapter": {
156
+ "descriptive_one": "{{ count }} sida kvar i kapitlet",
157
+ "descriptive_other": "{{ count }} sidor kvar i kapitlet"
158
+ },
159
+ "pagesLeftInPublication": {
160
+ "descriptive_one": "{{ count }} sida kvar i publikationen",
161
+ "descriptive_other": "{{ count }} sidor kvar i publikationen"
162
+ },
157
163
  "percentage": "{{ percentage }}%",
158
- "positionsLeftInChapter_one": "{{ count }} position kvar i kapitlet",
159
- "positionsLeftInChapter_other": "{{ count }} positioner kvar i nuvarande kapitel",
160
- "positionsLeftInPublication_one": "{{ count }} position kvar i publikation",
161
- "positionsLeftInPublication_other": "{{ count }} kvar i boken",
162
- "positionsLeft_one": "{{ count }} position kvar",
163
- "positionsLeft_other": "{{ count }} positioner kvar",
164
+ "positionsLeft": {
165
+ "descriptive_one": "{{ count }} position kvar",
166
+ "descriptive_other": "{{ count }} positioner kvar"
167
+ },
168
+ "positionsLeftInChapter": {
169
+ "descriptive_one": "{{ count }} position kvar i kapitlet",
170
+ "descriptive_other": "{{ count }} positioner kvar i nuvarande kapitel"
171
+ },
172
+ "positionsLeftInPublication": {
173
+ "descriptive_one": "{{ count }} position kvar i publikation",
174
+ "descriptive_other": "{{ count }} kvar i boken"
175
+ },
164
176
  "range": "{{ start }}–{{ end }}",
165
177
  "xOfY": {
166
178
  "compact": "{{ x }} av {{ y }}",