@jjlmoya/utils-converters 1.16.0 → 1.18.0

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 (393) hide show
  1. package/package.json +4 -2
  2. package/src/category/i18n/de.ts +1 -1
  3. package/src/category/i18n/fr.ts +9 -9
  4. package/src/category/i18n/ru.ts +1 -1
  5. package/src/category/i18n/sv.ts +1 -1
  6. package/src/data.ts +0 -21
  7. package/src/layouts/PreviewLayout.astro +2 -1
  8. package/src/pages/[locale]/[slug].astro +28 -12
  9. package/src/tests/diacritics_density.test.ts +118 -0
  10. package/src/tests/inverted_punctuation.test.ts +84 -0
  11. package/src/tests/no_en_dash.test.ts +70 -0
  12. package/src/tests/pagespeed_best_practices.test.ts +198 -0
  13. package/src/tests/script_density.test.ts +94 -0
  14. package/src/tests/shared-test-helpers.ts +56 -0
  15. package/src/tests/tool_exports.test.ts +34 -0
  16. package/src/tool/avifAJpg/bibliography.ts +12 -0
  17. package/src/tool/avifAJpg/entry.ts +2 -0
  18. package/src/tool/avifAJpg/i18n/de.ts +2 -12
  19. package/src/tool/avifAJpg/i18n/en.ts +2 -12
  20. package/src/tool/avifAJpg/i18n/es.ts +2 -12
  21. package/src/tool/avifAJpg/i18n/fr.ts +11 -21
  22. package/src/tool/avifAJpg/i18n/id.ts +2 -12
  23. package/src/tool/avifAJpg/i18n/it.ts +2 -12
  24. package/src/tool/avifAJpg/i18n/ja.ts +1 -11
  25. package/src/tool/avifAJpg/i18n/ko.ts +1 -11
  26. package/src/tool/avifAJpg/i18n/nl.ts +2 -12
  27. package/src/tool/avifAJpg/i18n/pl.ts +2 -12
  28. package/src/tool/avifAJpg/i18n/pt.ts +2 -12
  29. package/src/tool/avifAJpg/i18n/ru.ts +7 -17
  30. package/src/tool/avifAJpg/i18n/sv.ts +2 -12
  31. package/src/tool/avifAJpg/i18n/tr.ts +1 -11
  32. package/src/tool/avifAJpg/i18n/zh.ts +4 -14
  33. package/src/tool/avifAJpg/seo.astro +2 -1
  34. package/src/tool/avifAPng/bibliography.ts +12 -0
  35. package/src/tool/avifAPng/entry.ts +2 -0
  36. package/src/tool/avifAPng/i18n/de.ts +4 -14
  37. package/src/tool/avifAPng/i18n/en.ts +4 -14
  38. package/src/tool/avifAPng/i18n/es.ts +4 -14
  39. package/src/tool/avifAPng/i18n/fr.ts +10 -20
  40. package/src/tool/avifAPng/i18n/id.ts +4 -14
  41. package/src/tool/avifAPng/i18n/it.ts +1 -11
  42. package/src/tool/avifAPng/i18n/ja.ts +1 -11
  43. package/src/tool/avifAPng/i18n/ko.ts +1 -11
  44. package/src/tool/avifAPng/i18n/nl.ts +4 -14
  45. package/src/tool/avifAPng/i18n/pl.ts +4 -14
  46. package/src/tool/avifAPng/i18n/pt.ts +4 -14
  47. package/src/tool/avifAPng/i18n/ru.ts +5 -15
  48. package/src/tool/avifAPng/i18n/sv.ts +4 -14
  49. package/src/tool/avifAPng/i18n/tr.ts +1 -11
  50. package/src/tool/avifAPng/i18n/zh.ts +3 -13
  51. package/src/tool/avifAPng/seo.astro +2 -1
  52. package/src/tool/avifAWebp/bibliography.ts +12 -0
  53. package/src/tool/avifAWebp/entry.ts +2 -0
  54. package/src/tool/avifAWebp/i18n/de.ts +6 -16
  55. package/src/tool/avifAWebp/i18n/en.ts +6 -16
  56. package/src/tool/avifAWebp/i18n/es.ts +6 -16
  57. package/src/tool/avifAWebp/i18n/fr.ts +13 -23
  58. package/src/tool/avifAWebp/i18n/id.ts +6 -16
  59. package/src/tool/avifAWebp/i18n/it.ts +1 -11
  60. package/src/tool/avifAWebp/i18n/ja.ts +1 -11
  61. package/src/tool/avifAWebp/i18n/ko.ts +2 -12
  62. package/src/tool/avifAWebp/i18n/nl.ts +6 -16
  63. package/src/tool/avifAWebp/i18n/pl.ts +6 -16
  64. package/src/tool/avifAWebp/i18n/pt.ts +6 -16
  65. package/src/tool/avifAWebp/i18n/ru.ts +7 -17
  66. package/src/tool/avifAWebp/i18n/sv.ts +6 -16
  67. package/src/tool/avifAWebp/i18n/tr.ts +2 -12
  68. package/src/tool/avifAWebp/i18n/zh.ts +6 -16
  69. package/src/tool/avifAWebp/seo.astro +2 -1
  70. package/src/tool/bmpAJpg/bibliography.ts +12 -0
  71. package/src/tool/bmpAJpg/entry.ts +2 -0
  72. package/src/tool/bmpAJpg/i18n/de.ts +1 -11
  73. package/src/tool/bmpAJpg/i18n/en.ts +1 -11
  74. package/src/tool/bmpAJpg/i18n/es.ts +1 -11
  75. package/src/tool/bmpAJpg/i18n/fr.ts +9 -19
  76. package/src/tool/bmpAJpg/i18n/id.ts +1 -11
  77. package/src/tool/bmpAJpg/i18n/it.ts +1 -11
  78. package/src/tool/bmpAJpg/i18n/ja.ts +1 -11
  79. package/src/tool/bmpAJpg/i18n/ko.ts +1 -11
  80. package/src/tool/bmpAJpg/i18n/nl.ts +1 -11
  81. package/src/tool/bmpAJpg/i18n/pl.ts +1 -11
  82. package/src/tool/bmpAJpg/i18n/pt.ts +1 -11
  83. package/src/tool/bmpAJpg/i18n/ru.ts +5 -15
  84. package/src/tool/bmpAJpg/i18n/sv.ts +1 -11
  85. package/src/tool/bmpAJpg/i18n/tr.ts +1 -11
  86. package/src/tool/bmpAJpg/i18n/zh.ts +1 -11
  87. package/src/tool/bmpAJpg/seo.astro +2 -1
  88. package/src/tool/bmpAPng/bibliography.ts +12 -0
  89. package/src/tool/bmpAPng/entry.ts +2 -0
  90. package/src/tool/bmpAPng/i18n/de.ts +2 -12
  91. package/src/tool/bmpAPng/i18n/en.ts +3 -13
  92. package/src/tool/bmpAPng/i18n/es.ts +2 -12
  93. package/src/tool/bmpAPng/i18n/fr.ts +12 -22
  94. package/src/tool/bmpAPng/i18n/id.ts +2 -12
  95. package/src/tool/bmpAPng/i18n/it.ts +2 -12
  96. package/src/tool/bmpAPng/i18n/ja.ts +1 -11
  97. package/src/tool/bmpAPng/i18n/ko.ts +1 -11
  98. package/src/tool/bmpAPng/i18n/nl.ts +2 -12
  99. package/src/tool/bmpAPng/i18n/pl.ts +2 -12
  100. package/src/tool/bmpAPng/i18n/pt.ts +2 -12
  101. package/src/tool/bmpAPng/i18n/ru.ts +9 -19
  102. package/src/tool/bmpAPng/i18n/sv.ts +2 -12
  103. package/src/tool/bmpAPng/i18n/tr.ts +1 -11
  104. package/src/tool/bmpAPng/i18n/zh.ts +1 -11
  105. package/src/tool/bmpAPng/seo.astro +2 -1
  106. package/src/tool/bmpAWebp/bibliography.ts +12 -0
  107. package/src/tool/bmpAWebp/entry.ts +2 -0
  108. package/src/tool/bmpAWebp/i18n/de.ts +8 -18
  109. package/src/tool/bmpAWebp/i18n/en.ts +8 -18
  110. package/src/tool/bmpAWebp/i18n/es.ts +8 -18
  111. package/src/tool/bmpAWebp/i18n/fr.ts +13 -23
  112. package/src/tool/bmpAWebp/i18n/id.ts +8 -18
  113. package/src/tool/bmpAWebp/i18n/it.ts +8 -18
  114. package/src/tool/bmpAWebp/i18n/ja.ts +7 -17
  115. package/src/tool/bmpAWebp/i18n/ko.ts +7 -17
  116. package/src/tool/bmpAWebp/i18n/nl.ts +8 -18
  117. package/src/tool/bmpAWebp/i18n/pl.ts +8 -18
  118. package/src/tool/bmpAWebp/i18n/pt.ts +8 -18
  119. package/src/tool/bmpAWebp/i18n/ru.ts +10 -20
  120. package/src/tool/bmpAWebp/i18n/sv.ts +8 -18
  121. package/src/tool/bmpAWebp/i18n/tr.ts +8 -18
  122. package/src/tool/bmpAWebp/i18n/zh.ts +8 -18
  123. package/src/tool/bmpAWebp/seo.astro +2 -1
  124. package/src/tool/gifAJpg/bibliography.ts +12 -0
  125. package/src/tool/gifAJpg/entry.ts +2 -0
  126. package/src/tool/gifAJpg/i18n/de.ts +1 -11
  127. package/src/tool/gifAJpg/i18n/en.ts +1 -11
  128. package/src/tool/gifAJpg/i18n/es.ts +1 -11
  129. package/src/tool/gifAJpg/i18n/fr.ts +9 -19
  130. package/src/tool/gifAJpg/i18n/id.ts +1 -11
  131. package/src/tool/gifAJpg/i18n/it.ts +1 -11
  132. package/src/tool/gifAJpg/i18n/ja.ts +1 -11
  133. package/src/tool/gifAJpg/i18n/ko.ts +1 -11
  134. package/src/tool/gifAJpg/i18n/nl.ts +1 -11
  135. package/src/tool/gifAJpg/i18n/pl.ts +1 -11
  136. package/src/tool/gifAJpg/i18n/pt.ts +1 -11
  137. package/src/tool/gifAJpg/i18n/ru.ts +2 -12
  138. package/src/tool/gifAJpg/i18n/sv.ts +1 -11
  139. package/src/tool/gifAJpg/i18n/tr.ts +1 -11
  140. package/src/tool/gifAJpg/i18n/zh.ts +1 -11
  141. package/src/tool/gifAJpg/seo.astro +2 -1
  142. package/src/tool/gifAPng/bibliography.ts +12 -0
  143. package/src/tool/gifAPng/entry.ts +2 -0
  144. package/src/tool/gifAPng/i18n/de.ts +2 -12
  145. package/src/tool/gifAPng/i18n/en.ts +3 -13
  146. package/src/tool/gifAPng/i18n/es.ts +2 -12
  147. package/src/tool/gifAPng/i18n/fr.ts +11 -21
  148. package/src/tool/gifAPng/i18n/id.ts +2 -12
  149. package/src/tool/gifAPng/i18n/it.ts +2 -12
  150. package/src/tool/gifAPng/i18n/ja.ts +1 -11
  151. package/src/tool/gifAPng/i18n/ko.ts +1 -11
  152. package/src/tool/gifAPng/i18n/nl.ts +2 -12
  153. package/src/tool/gifAPng/i18n/pl.ts +3 -13
  154. package/src/tool/gifAPng/i18n/pt.ts +2 -12
  155. package/src/tool/gifAPng/i18n/ru.ts +3 -13
  156. package/src/tool/gifAPng/i18n/sv.ts +3 -13
  157. package/src/tool/gifAPng/i18n/tr.ts +1 -11
  158. package/src/tool/gifAPng/i18n/zh.ts +2 -12
  159. package/src/tool/gifAPng/seo.astro +2 -1
  160. package/src/tool/gifAWebp/bibliography.ts +12 -0
  161. package/src/tool/gifAWebp/entry.ts +2 -0
  162. package/src/tool/gifAWebp/i18n/de.ts +3 -13
  163. package/src/tool/gifAWebp/i18n/en.ts +3 -13
  164. package/src/tool/gifAWebp/i18n/es.ts +1 -11
  165. package/src/tool/gifAWebp/i18n/fr.ts +11 -21
  166. package/src/tool/gifAWebp/i18n/id.ts +3 -13
  167. package/src/tool/gifAWebp/i18n/it.ts +1 -11
  168. package/src/tool/gifAWebp/i18n/ja.ts +1 -11
  169. package/src/tool/gifAWebp/i18n/ko.ts +1 -11
  170. package/src/tool/gifAWebp/i18n/nl.ts +3 -13
  171. package/src/tool/gifAWebp/i18n/pl.ts +3 -13
  172. package/src/tool/gifAWebp/i18n/pt.ts +3 -13
  173. package/src/tool/gifAWebp/i18n/ru.ts +7 -17
  174. package/src/tool/gifAWebp/i18n/sv.ts +3 -13
  175. package/src/tool/gifAWebp/i18n/tr.ts +1 -11
  176. package/src/tool/gifAWebp/i18n/zh.ts +4 -14
  177. package/src/tool/gifAWebp/seo.astro +2 -1
  178. package/src/tool/imagenBase64/bibliography.ts +12 -0
  179. package/src/tool/imagenBase64/entry.ts +2 -0
  180. package/src/tool/imagenBase64/i18n/de.ts +7 -17
  181. package/src/tool/imagenBase64/i18n/en.ts +7 -17
  182. package/src/tool/imagenBase64/i18n/es.ts +7 -17
  183. package/src/tool/imagenBase64/i18n/fr.ts +17 -27
  184. package/src/tool/imagenBase64/i18n/id.ts +7 -17
  185. package/src/tool/imagenBase64/i18n/it.ts +6 -16
  186. package/src/tool/imagenBase64/i18n/ja.ts +1 -11
  187. package/src/tool/imagenBase64/i18n/ko.ts +1 -11
  188. package/src/tool/imagenBase64/i18n/nl.ts +7 -17
  189. package/src/tool/imagenBase64/i18n/pl.ts +7 -17
  190. package/src/tool/imagenBase64/i18n/pt.ts +7 -17
  191. package/src/tool/imagenBase64/i18n/ru.ts +9 -19
  192. package/src/tool/imagenBase64/i18n/sv.ts +7 -17
  193. package/src/tool/imagenBase64/i18n/tr.ts +2 -12
  194. package/src/tool/imagenBase64/i18n/zh.ts +7 -17
  195. package/src/tool/imagenBase64/seo.astro +2 -1
  196. package/src/tool/jpgAIco/bibliography.ts +12 -0
  197. package/src/tool/jpgAIco/entry.ts +2 -0
  198. package/src/tool/jpgAIco/i18n/de.ts +9 -19
  199. package/src/tool/jpgAIco/i18n/en.ts +9 -19
  200. package/src/tool/jpgAIco/i18n/es.ts +7 -17
  201. package/src/tool/jpgAIco/i18n/fr.ts +13 -23
  202. package/src/tool/jpgAIco/i18n/id.ts +9 -19
  203. package/src/tool/jpgAIco/i18n/it.ts +3 -13
  204. package/src/tool/jpgAIco/i18n/ja.ts +2 -12
  205. package/src/tool/jpgAIco/i18n/ko.ts +2 -12
  206. package/src/tool/jpgAIco/i18n/nl.ts +9 -19
  207. package/src/tool/jpgAIco/i18n/pl.ts +9 -19
  208. package/src/tool/jpgAIco/i18n/pt.ts +9 -19
  209. package/src/tool/jpgAIco/i18n/ru.ts +11 -21
  210. package/src/tool/jpgAIco/i18n/sv.ts +9 -19
  211. package/src/tool/jpgAIco/i18n/tr.ts +3 -13
  212. package/src/tool/jpgAIco/i18n/zh.ts +9 -19
  213. package/src/tool/jpgAIco/seo.astro +2 -1
  214. package/src/tool/jpgAPng/bibliography.ts +12 -0
  215. package/src/tool/jpgAPng/entry.ts +2 -0
  216. package/src/tool/jpgAPng/i18n/de.ts +7 -17
  217. package/src/tool/jpgAPng/i18n/en.ts +9 -19
  218. package/src/tool/jpgAPng/i18n/es.ts +7 -17
  219. package/src/tool/jpgAPng/i18n/fr.ts +13 -23
  220. package/src/tool/jpgAPng/i18n/id.ts +7 -17
  221. package/src/tool/jpgAPng/i18n/it.ts +5 -15
  222. package/src/tool/jpgAPng/i18n/ja.ts +3 -13
  223. package/src/tool/jpgAPng/i18n/ko.ts +3 -13
  224. package/src/tool/jpgAPng/i18n/nl.ts +7 -17
  225. package/src/tool/jpgAPng/i18n/pl.ts +7 -17
  226. package/src/tool/jpgAPng/i18n/pt.ts +7 -17
  227. package/src/tool/jpgAPng/i18n/ru.ts +10 -20
  228. package/src/tool/jpgAPng/i18n/sv.ts +7 -17
  229. package/src/tool/jpgAPng/i18n/tr.ts +6 -16
  230. package/src/tool/jpgAPng/i18n/zh.ts +8 -18
  231. package/src/tool/jpgAPng/seo.astro +2 -1
  232. package/src/tool/jpgAWebp/bibliography.ts +12 -0
  233. package/src/tool/jpgAWebp/entry.ts +2 -0
  234. package/src/tool/jpgAWebp/i18n/de.ts +10 -20
  235. package/src/tool/jpgAWebp/i18n/en.ts +10 -20
  236. package/src/tool/jpgAWebp/i18n/es.ts +4 -14
  237. package/src/tool/jpgAWebp/i18n/fr.ts +16 -26
  238. package/src/tool/jpgAWebp/i18n/id.ts +10 -20
  239. package/src/tool/jpgAWebp/i18n/it.ts +6 -16
  240. package/src/tool/jpgAWebp/i18n/ja.ts +2 -12
  241. package/src/tool/jpgAWebp/i18n/ko.ts +3 -13
  242. package/src/tool/jpgAWebp/i18n/nl.ts +10 -20
  243. package/src/tool/jpgAWebp/i18n/pl.ts +10 -20
  244. package/src/tool/jpgAWebp/i18n/pt.ts +10 -20
  245. package/src/tool/jpgAWebp/i18n/ru.ts +10 -20
  246. package/src/tool/jpgAWebp/i18n/sv.ts +10 -20
  247. package/src/tool/jpgAWebp/i18n/tr.ts +5 -15
  248. package/src/tool/jpgAWebp/i18n/zh.ts +9 -19
  249. package/src/tool/jpgAWebp/seo.astro +2 -1
  250. package/src/tool/pngAIco/bibliography.ts +12 -0
  251. package/src/tool/pngAIco/entry.ts +2 -0
  252. package/src/tool/pngAIco/i18n/de.ts +8 -18
  253. package/src/tool/pngAIco/i18n/en.ts +8 -18
  254. package/src/tool/pngAIco/i18n/es.ts +8 -18
  255. package/src/tool/pngAIco/i18n/fr.ts +14 -24
  256. package/src/tool/pngAIco/i18n/id.ts +8 -18
  257. package/src/tool/pngAIco/i18n/it.ts +4 -14
  258. package/src/tool/pngAIco/i18n/ja.ts +2 -12
  259. package/src/tool/pngAIco/i18n/ko.ts +2 -12
  260. package/src/tool/pngAIco/i18n/nl.ts +8 -18
  261. package/src/tool/pngAIco/i18n/pl.ts +8 -18
  262. package/src/tool/pngAIco/i18n/pt.ts +8 -18
  263. package/src/tool/pngAIco/i18n/ru.ts +11 -21
  264. package/src/tool/pngAIco/i18n/sv.ts +8 -18
  265. package/src/tool/pngAIco/i18n/tr.ts +7 -17
  266. package/src/tool/pngAIco/i18n/zh.ts +8 -18
  267. package/src/tool/pngAIco/seo.astro +2 -1
  268. package/src/tool/pngAJpg/bibliography.ts +12 -0
  269. package/src/tool/pngAJpg/entry.ts +2 -0
  270. package/src/tool/pngAJpg/i18n/de.ts +1 -11
  271. package/src/tool/pngAJpg/i18n/en.ts +1 -11
  272. package/src/tool/pngAJpg/i18n/es.ts +1 -11
  273. package/src/tool/pngAJpg/i18n/fr.ts +3 -13
  274. package/src/tool/pngAJpg/i18n/id.ts +1 -11
  275. package/src/tool/pngAJpg/i18n/it.ts +1 -11
  276. package/src/tool/pngAJpg/i18n/ja.ts +1 -11
  277. package/src/tool/pngAJpg/i18n/ko.ts +1 -11
  278. package/src/tool/pngAJpg/i18n/nl.ts +1 -11
  279. package/src/tool/pngAJpg/i18n/pl.ts +7 -17
  280. package/src/tool/pngAJpg/i18n/pt.ts +1 -11
  281. package/src/tool/pngAJpg/i18n/ru.ts +9 -19
  282. package/src/tool/pngAJpg/i18n/sv.ts +1 -11
  283. package/src/tool/pngAJpg/i18n/tr.ts +1 -11
  284. package/src/tool/pngAJpg/i18n/zh.ts +6 -16
  285. package/src/tool/pngAJpg/seo.astro +2 -1
  286. package/src/tool/pngAWebp/bibliography.ts +16 -0
  287. package/src/tool/pngAWebp/entry.ts +2 -0
  288. package/src/tool/pngAWebp/i18n/de.ts +7 -21
  289. package/src/tool/pngAWebp/i18n/en.ts +7 -21
  290. package/src/tool/pngAWebp/i18n/es.ts +6 -20
  291. package/src/tool/pngAWebp/i18n/fr.ts +13 -27
  292. package/src/tool/pngAWebp/i18n/id.ts +7 -21
  293. package/src/tool/pngAWebp/i18n/it.ts +3 -17
  294. package/src/tool/pngAWebp/i18n/ja.ts +2 -16
  295. package/src/tool/pngAWebp/i18n/ko.ts +2 -16
  296. package/src/tool/pngAWebp/i18n/nl.ts +7 -21
  297. package/src/tool/pngAWebp/i18n/pl.ts +7 -21
  298. package/src/tool/pngAWebp/i18n/pt.ts +6 -20
  299. package/src/tool/pngAWebp/i18n/ru.ts +8 -22
  300. package/src/tool/pngAWebp/i18n/sv.ts +7 -21
  301. package/src/tool/pngAWebp/i18n/tr.ts +6 -20
  302. package/src/tool/pngAWebp/i18n/zh.ts +6 -20
  303. package/src/tool/pngAWebp/seo.astro +2 -1
  304. package/src/tool/svgAJpg/bibliography.ts +12 -0
  305. package/src/tool/svgAJpg/entry.ts +2 -0
  306. package/src/tool/svgAJpg/i18n/de.ts +2 -12
  307. package/src/tool/svgAJpg/i18n/en.ts +1 -11
  308. package/src/tool/svgAJpg/i18n/es.ts +1 -11
  309. package/src/tool/svgAJpg/i18n/fr.ts +6 -16
  310. package/src/tool/svgAJpg/i18n/id.ts +1 -11
  311. package/src/tool/svgAJpg/i18n/it.ts +1 -11
  312. package/src/tool/svgAJpg/i18n/ja.ts +1 -11
  313. package/src/tool/svgAJpg/i18n/ko.ts +1 -11
  314. package/src/tool/svgAJpg/i18n/nl.ts +1 -11
  315. package/src/tool/svgAJpg/i18n/pl.ts +1 -11
  316. package/src/tool/svgAJpg/i18n/pt.ts +1 -11
  317. package/src/tool/svgAJpg/i18n/ru.ts +3 -13
  318. package/src/tool/svgAJpg/i18n/sv.ts +1 -11
  319. package/src/tool/svgAJpg/i18n/tr.ts +1 -11
  320. package/src/tool/svgAJpg/i18n/zh.ts +1 -11
  321. package/src/tool/svgAJpg/seo.astro +2 -1
  322. package/src/tool/svgAPng/bibliography.ts +12 -0
  323. package/src/tool/svgAPng/entry.ts +2 -0
  324. package/src/tool/svgAPng/i18n/de.ts +3 -13
  325. package/src/tool/svgAPng/i18n/en.ts +3 -13
  326. package/src/tool/svgAPng/i18n/es.ts +1 -11
  327. package/src/tool/svgAPng/i18n/fr.ts +9 -19
  328. package/src/tool/svgAPng/i18n/id.ts +3 -13
  329. package/src/tool/svgAPng/i18n/it.ts +3 -13
  330. package/src/tool/svgAPng/i18n/ja.ts +1 -11
  331. package/src/tool/svgAPng/i18n/ko.ts +1 -11
  332. package/src/tool/svgAPng/i18n/nl.ts +3 -13
  333. package/src/tool/svgAPng/i18n/pl.ts +3 -13
  334. package/src/tool/svgAPng/i18n/pt.ts +3 -13
  335. package/src/tool/svgAPng/i18n/ru.ts +5 -15
  336. package/src/tool/svgAPng/i18n/sv.ts +3 -13
  337. package/src/tool/svgAPng/i18n/tr.ts +3 -13
  338. package/src/tool/svgAPng/i18n/zh.ts +3 -13
  339. package/src/tool/svgAPng/seo.astro +2 -1
  340. package/src/tool/webpAIco/bibliography.ts +12 -0
  341. package/src/tool/webpAIco/entry.ts +2 -0
  342. package/src/tool/webpAIco/i18n/de.ts +1 -11
  343. package/src/tool/webpAIco/i18n/en.ts +1 -11
  344. package/src/tool/webpAIco/i18n/es.ts +1 -11
  345. package/src/tool/webpAIco/i18n/fr.ts +5 -15
  346. package/src/tool/webpAIco/i18n/id.ts +1 -11
  347. package/src/tool/webpAIco/i18n/it.ts +1 -11
  348. package/src/tool/webpAIco/i18n/ja.ts +1 -11
  349. package/src/tool/webpAIco/i18n/ko.ts +1 -11
  350. package/src/tool/webpAIco/i18n/nl.ts +1 -11
  351. package/src/tool/webpAIco/i18n/pl.ts +1 -11
  352. package/src/tool/webpAIco/i18n/pt.ts +1 -11
  353. package/src/tool/webpAIco/i18n/ru.ts +3 -13
  354. package/src/tool/webpAIco/i18n/sv.ts +1 -11
  355. package/src/tool/webpAIco/i18n/tr.ts +1 -11
  356. package/src/tool/webpAIco/i18n/zh.ts +1 -12
  357. package/src/tool/webpAIco/seo.astro +2 -1
  358. package/src/tool/webpAJpg/bibliography.ts +16 -0
  359. package/src/tool/webpAJpg/entry.ts +2 -0
  360. package/src/tool/webpAJpg/i18n/de.ts +3 -17
  361. package/src/tool/webpAJpg/i18n/en.ts +3 -17
  362. package/src/tool/webpAJpg/i18n/es.ts +1 -15
  363. package/src/tool/webpAJpg/i18n/fr.ts +10 -24
  364. package/src/tool/webpAJpg/i18n/id.ts +3 -17
  365. package/src/tool/webpAJpg/i18n/it.ts +2 -16
  366. package/src/tool/webpAJpg/i18n/ja.ts +1 -15
  367. package/src/tool/webpAJpg/i18n/ko.ts +1 -15
  368. package/src/tool/webpAJpg/i18n/nl.ts +2 -16
  369. package/src/tool/webpAJpg/i18n/pl.ts +3 -17
  370. package/src/tool/webpAJpg/i18n/pt.ts +3 -17
  371. package/src/tool/webpAJpg/i18n/ru.ts +7 -21
  372. package/src/tool/webpAJpg/i18n/sv.ts +3 -17
  373. package/src/tool/webpAJpg/i18n/tr.ts +2 -16
  374. package/src/tool/webpAJpg/i18n/zh.ts +2 -16
  375. package/src/tool/webpAJpg/seo.astro +2 -1
  376. package/src/tool/webpAPng/bibliography.ts +16 -0
  377. package/src/tool/webpAPng/entry.ts +2 -0
  378. package/src/tool/webpAPng/i18n/de.ts +3 -17
  379. package/src/tool/webpAPng/i18n/en.ts +3 -17
  380. package/src/tool/webpAPng/i18n/es.ts +1 -15
  381. package/src/tool/webpAPng/i18n/fr.ts +9 -23
  382. package/src/tool/webpAPng/i18n/id.ts +3 -17
  383. package/src/tool/webpAPng/i18n/it.ts +3 -17
  384. package/src/tool/webpAPng/i18n/ja.ts +1 -15
  385. package/src/tool/webpAPng/i18n/ko.ts +1 -15
  386. package/src/tool/webpAPng/i18n/nl.ts +3 -17
  387. package/src/tool/webpAPng/i18n/pl.ts +3 -17
  388. package/src/tool/webpAPng/i18n/pt.ts +3 -17
  389. package/src/tool/webpAPng/i18n/ru.ts +4 -18
  390. package/src/tool/webpAPng/i18n/sv.ts +3 -17
  391. package/src/tool/webpAPng/i18n/tr.ts +2 -17
  392. package/src/tool/webpAPng/i18n/zh.ts +3 -17
  393. package/src/tool/webpAPng/seo.astro +2 -1
@@ -1,3 +1,4 @@
1
+ import { bibliography } from '../bibliography';
1
2
  import type { ImageConverterUI } from '../../../shared/ImageConverter.astro';
2
3
  import { generateSchemas } from '../../../shared/logic/schemas';
3
4
  import type { JpgAWebpLocaleContent } from '../index';
@@ -51,26 +52,15 @@ const howTo: JpgAWebpLocaleContent['howTo'] = [
51
52
  },
52
53
  ];
53
54
 
54
- const bibliography: JpgAWebpLocaleContent['bibliography'] = [
55
- {
56
- name: 'Étude de compression Google WebP',
57
- url: 'https://developers.google.com/speed/webp/docs/webp_study',
58
- },
59
- {
60
- name: 'Web.dev: Servir des images en formats modernes',
61
- url: 'https://web.dev/uses-webp-images/',
62
- },
63
- ];
64
-
65
55
  const seo: JpgAWebpLocaleContent['seo'] = [
66
56
  {
67
57
  type: 'title',
68
- text: 'Convertisseur JPG vers WebP : Accélérez votre site avec le format de Google',
58
+ text: 'Convertisseur JPG vers WebP: Accélérez votre site avec le format de Google',
69
59
  level: 2,
70
60
  },
71
61
  {
72
62
  type: 'paragraph',
73
- html: 'Le format <strong>JPG</strong> domine la photographie numérique depuis des décennies universel, compact et compatible avec tous les appareils. Mais Google a conçu <strong>WebP</strong> pour surpasser le JPG sur son propre terrain : la même qualité visuelle avec 25 à 35 % de poids en moins. Pour les développeurs et les équipes marketing qui luttent contre des temps de chargement lents, convertir ses JPG en WebP est l\'optimisation au meilleur retour sur effort.',
63
+ html: 'Le format <strong>JPG</strong> domine la photographie numérique depuis des décennies - universel, compact et compatible avec tous les appareils. Mais Google a conçu <strong>WebP</strong> pour surpasser le JPG sur son propre terrain: la même qualité visuelle avec 25 à 35 % de poids en moins. Pour les développeurs et les équipes marketing qui luttent contre des temps de chargement lents, convertir ses JPG en WebP est l\'optimisation au meilleur retour sur effort.',
74
64
  },
75
65
  {
76
66
  type: 'title',
@@ -79,15 +69,15 @@ const seo: JpgAWebpLocaleContent['seo'] = [
79
69
  },
80
70
  {
81
71
  type: 'paragraph',
82
- html: 'Le <strong>JPG</strong> reste le bon choix lorsque vous avez besoin d\'une compatibilité universelle : e-mails clients, documents Word, réseaux sociaux anciens ou systèmes CMS qui n\'acceptent pas encore le WebP. Son écosystème de trente ans garantit que n\'importe quel écran, imprimante ou visionneuse ouvrira le fichier sans problème. Son principal inconvénient est le poids un JPG d\'en-tête de 1,5 Mo peut faire chuter le score LCP de votre page et échouer aux seuils Core Web Vitals.',
72
+ html: 'Le <strong>JPG</strong> reste le bon choix lorsque vous avez besoin d\'une compatibilité universelle: e-mails clients, documents Word, réseaux sociaux anciens ou systèmes CMS qui n\'acceptent pas encore le WebP. Son écosystème de trente ans garantit que n\'importe quel écran, imprimante ou visionneuse ouvrira le fichier sans problème. Son principal inconvénient est le poids - un JPG d\'en-tête de 1,5 Mo peut faire chuter le score LCP de votre page et échouer aux seuils Core Web Vitals.',
83
73
  },
84
74
  {
85
75
  type: 'paragraph',
86
- html: 'Le <strong>WebP</strong> est le choix intelligent pour tout le contenu hébergé sur votre site web. Chrome, Firefox, Safari et Edge le supportent nativement depuis plusieurs années. Les images de produits en e-commerce, les bannières de blog, les miniatures de vidéo et toute photo publiée en ligne en bénéficient directement : pages plus légères, meilleur score Google PageSpeed Insights et expérience utilisateur plus fluide, notamment sur les connexions mobiles lentes.',
76
+ html: 'Le <strong>WebP</strong> est le choix intelligent pour tout le contenu hébergé sur votre site web. Chrome, Firefox, Safari et Edge le supportent nativement depuis plusieurs années. Les images de produits en e-commerce, les bannières de blog, les miniatures de vidéo et toute photo publiée en ligne en bénéficient directement: pages plus légères, meilleur score Google PageSpeed Insights et expérience utilisateur plus fluide, notamment sur les connexions mobiles lentes.',
87
77
  },
88
78
  {
89
79
  type: 'title',
90
- text: 'Comparatif : Conversion locale vs Cloud',
80
+ text: 'Comparatif: Conversion locale vs Cloud',
91
81
  level: 3,
92
82
  },
93
83
  {
@@ -111,8 +101,8 @@ const seo: JpgAWebpLocaleContent['seo'] = [
111
101
  icon: 'mdi:laptop-mac',
112
102
  highlight: true,
113
103
  points: [
114
- 'Vitesse instantanée zéro latence réseau',
115
- 'Confidentialité totale 0 octet envoyé à l\'extérieur',
104
+ 'Vitesse instantanée - zéro latence réseau',
105
+ 'Confidentialité totale - 0 octet envoyé à l\'extérieur',
116
106
  'Aucune limite de taille ni de nombre de fichiers',
117
107
  'Interface épurée, sans publicités ni traçage',
118
108
  ],
@@ -126,16 +116,16 @@ const seo: JpgAWebpLocaleContent['seo'] = [
126
116
  },
127
117
  {
128
118
  type: 'paragraph',
129
- html: 'Lorsque vous glissez un JPG dans l\'outil, le navigateur crée un objet <strong>Blob</strong> qui n\'existe que dans votre RAM. Ce Blob est décodé et dessiné sur un élément <strong>Canvas HTML5</strong> invisible. Comme le JPG ne possède pas de canal alpha, la conversion en WebP est directe : le moteur exporte le canvas via <code>toDataURL(\'image/webp\')</code>, générant un flux d\'octets que votre système télécharge instantanément sans passer par aucun serveur.',
119
+ html: 'Lorsque vous glissez un JPG dans l\'outil, le navigateur crée un objet <strong>Blob</strong> qui n\'existe que dans votre RAM. Ce Blob est décodé et dessiné sur un élément <strong>Canvas HTML5</strong> invisible. Comme le JPG ne possède pas de canal alpha, la conversion en WebP est directe: le moteur exporte le canvas via <code>toDataURL(\'image/webp\')</code>, générant un flux d\'octets que votre système télécharge instantanément sans passer par aucun serveur.',
130
120
  },
131
121
  {
132
122
  type: 'paragraph',
133
- html: 'L\'algorithme de compression WebP combine des techniques de prédiction de blocs (similaires à celles de VP8, le codec vidéo de Google) avec des transformées de couleur et un codage arithmétique. Le résultat est un fichier contenant les mêmes informations perceptuelles que le JPG original, mais compressées beaucoup plus efficacement ce qui se traduit par moins de kilo-octets transférés à chaque visite de page.',
123
+ html: 'L\'algorithme de compression WebP combine des techniques de prédiction de blocs (similaires à celles de VP8, le codec vidéo de Google) avec des transformées de couleur et un codage arithmétique. Le résultat est un fichier contenant les mêmes informations perceptuelles que le JPG original, mais compressées beaucoup plus efficacement - ce qui se traduit par moins de kilo-octets transférés à chaque visite de page.',
134
124
  },
135
125
  {
136
126
  type: 'tip',
137
- title: 'Conseil Core Web Vitals : LCP et poids des images',
138
- html: 'Le <strong>Largest Contentful Paint (LCP)</strong> est la métrique Google qui mesure le temps de chargement du plus grand élément visuel de votre page. Un JPG d\'en-tête de 1,5 Mo peut devenir un WebP de seulement 900 Ko voire 600 Ko sans différence visuelle perceptible. Cette économie de <strong>25 à 35 %</strong> peut faire passer votre LCP de « À améliorer » à « Bon » et améliorer votre positionnement dans les résultats de recherche.',
127
+ title: 'Conseil Core Web Vitals: LCP et poids des images',
128
+ html: 'Le <strong>Largest Contentful Paint (LCP)</strong> est la métrique Google qui mesure le temps de chargement du plus grand élément visuel de votre page. Un JPG d\'en-tête de 1,5 Mo peut devenir un WebP de seulement 900 Ko - voire 600 Ko - sans différence visuelle perceptible. Cette économie de <strong>25 à 35 %</strong> peut faire passer votre LCP de \" À améliorer \" à \" Bon \" et améliorer votre positionnement dans les résultats de recherche.',
139
129
  },
140
130
  {
141
131
  type: 'title',
@@ -146,9 +136,9 @@ const seo: JpgAWebpLocaleContent['seo'] = [
146
136
  type: 'list',
147
137
  icon: 'mdi:check-circle',
148
138
  items: [
149
- 'Images produits sur WooCommerce ou Shopify : moins de poids, plus de conversions.',
150
- 'Photos de blog et articles de contenu : meilleur score PageSpeed sans retoucher le design.',
151
- 'Bannières web et créations publicitaires display : fichiers plus légers, même netteté.',
139
+ 'Images produits sur WooCommerce ou Shopify: moins de poids, plus de conversions.',
140
+ 'Photos de blog et articles de contenu: meilleur score PageSpeed sans retoucher le design.',
141
+ 'Bannières web et créations publicitaires display: fichiers plus légers, même netteté.',
152
142
  'Galeries de portfolio pour l\'architecture, la photographie ou le design.',
153
143
  'Miniatures de vidéo sur les sites de streaming ou plateformes de cours en ligne.',
154
144
  ],
@@ -160,7 +150,7 @@ const seo: JpgAWebpLocaleContent['seo'] = [
160
150
  },
161
151
  {
162
152
  type: 'paragraph',
163
- html: 'Convertir vos JPG en WebP est aujourd\'hui l\'une des optimisations les plus simples et les plus rentables que vous puissiez appliquer à n\'importe quel site web. Avec cet outil, vous le faites en quelques secondes, gratuitement, et sans que vos images ne quittent jamais votre appareil. Moins de kilo-octets, meilleur LCP, pages plus rapides le tout avec exactement le même rendu visuel qu\'avant.',
153
+ html: 'Convertir vos JPG en WebP est aujourd\'hui l\'une des optimisations les plus simples et les plus rentables que vous puissiez appliquer à n\'importe quel site web. Avec cet outil, vous le faites en quelques secondes, gratuitement, et sans que vos images ne quittent jamais votre appareil. Moins de kilo-octets, meilleur LCP, pages plus rapides - le tout avec exactement le même rendu visuel qu\'avant.',
164
154
  },
165
155
  ];
166
156
 
@@ -1,3 +1,4 @@
1
+ import { bibliography } from '../bibliography';
1
2
  import type { ImageConverterUI } from '../../../shared/ImageConverter.astro';
2
3
  import { generateSchemas } from '../../../shared/logic/schemas';
3
4
  import type { JpgAWebpLocaleContent } from '../index';
@@ -51,17 +52,6 @@ const howTo: JpgAWebpLocaleContent['howTo'] = [
51
52
  },
52
53
  ];
53
54
 
54
- const bibliography: JpgAWebpLocaleContent['bibliography'] = [
55
- {
56
- name: 'Studi Kompresi Google WebP',
57
- url: 'https://developers.google.com/speed/webp/docs/webp_study',
58
- },
59
- {
60
- name: 'Web.dev: Sajikan gambar dalam format modern',
61
- url: 'https://web.dev/uses-webp-images/',
62
- },
63
- ];
64
-
65
55
  const seo: JpgAWebpLocaleContent['seo'] = [
66
56
  {
67
57
  type: 'title',
@@ -70,7 +60,7 @@ const seo: JpgAWebpLocaleContent['seo'] = [
70
60
  },
71
61
  {
72
62
  type: 'paragraph',
73
- html: 'Format <strong>JPG</strong> telah mendominasi fotografi digital selama beberapa dekade kompatibel secara universal dan didukung secara luas. Namun Google merancang <strong>WebP</strong> untuk mengalahkan JPG di areanya sendiri: kualitas visual yang sama dengan ukuran file 2535% lebih kecil. Bagi pengembang dan tim pemasaran yang berjuang melawan pemuatan halaman yang lambat, mengonversi JPG ke WebP adalah satu-satunya optimasi dengan hasil tertinggi yang dapat Anda terapkan tanpa menyentuh desain Anda.',
63
+ html: 'Format <strong>JPG</strong> telah mendominasi fotografi digital selama beberapa dekade - kompatibel secara universal dan didukung secara luas. Namun Google merancang <strong>WebP</strong> untuk mengalahkan JPG di areanya sendiri: kualitas visual yang sama dengan ukuran file 25-35% lebih kecil. Bagi pengembang dan tim pemasaran yang berjuang melawan pemuatan halaman yang lambat, mengonversi JPG ke WebP adalah satu-satunya optimasi dengan hasil tertinggi yang dapat Anda terapkan tanpa menyentuh desain Anda.',
74
64
  },
75
65
  {
76
66
  type: 'title',
@@ -79,11 +69,11 @@ const seo: JpgAWebpLocaleContent['seo'] = [
79
69
  },
80
70
  {
81
71
  type: 'paragraph',
82
- html: '<strong>JPG</strong> tetap menjadi pilihan yang tepat ketika Anda membutuhkan kompatibilitas universal: email klien, dokumen Word, platform media sosial lama, atau sistem CMS yang belum menerima WebP. Ekosistem tiga puluh tahunnya menjamin bahwa layar, printer, atau viewer mana pun akan membukanya tanpa masalah. Kelemahan utamanya adalah ukuran JPG header 1,5 MB dapat menurunkan skor LCP halaman Anda dan gagal dalam ambang batas Core Web Vitals.',
72
+ html: '<strong>JPG</strong> tetap menjadi pilihan yang tepat ketika Anda membutuhkan kompatibilitas universal: email klien, dokumen Word, platform media sosial lama, atau sistem CMS yang belum menerima WebP. Ekosistem tiga puluh tahunnya menjamin bahwa layar, printer, atau viewer mana pun akan membukanya tanpa masalah. Kelemahan utamanya adalah ukuran - JPG header 1,5 MB dapat menurunkan skor LCP halaman Anda dan gagal dalam ambang batas Core Web Vitals.',
83
73
  },
84
74
  {
85
75
  type: 'paragraph',
86
- html: '<strong>WebP</strong> adalah pilihan cerdas untuk semua konten yang ada di situs web Anda. Chrome, Firefox, Safari, dan Edge telah mendukungnya secara native selama bertahun-tahun. Gambar produk di e-commerce, banner blog, thumbnail video, dan foto apa pun yang dipublikasikan secara online semuanya mendapat manfaat langsung: halaman yang lebih ringan, skor Google PageSpeed Insights yang lebih baik, dan pengalaman pengguna yang lebih lancar terutama pada koneksi seluler yang lambat.',
76
+ html: '<strong>WebP</strong> adalah pilihan cerdas untuk semua konten yang ada di situs web Anda. Chrome, Firefox, Safari, dan Edge telah mendukungnya secara native selama bertahun-tahun. Gambar produk di e-commerce, banner blog, thumbnail video, dan foto apa pun yang dipublikasikan secara online semuanya mendapat manfaat langsung: halaman yang lebih ringan, skor Google PageSpeed Insights yang lebih baik, dan pengalaman pengguna yang lebih lancar - terutama pada koneksi seluler yang lambat.',
87
77
  },
88
78
  {
89
79
  type: 'title',
@@ -111,8 +101,8 @@ const seo: JpgAWebpLocaleContent['seo'] = [
111
101
  icon: 'mdi:laptop-mac',
112
102
  highlight: true,
113
103
  points: [
114
- 'Kecepatan instan nol latensi jaringan',
115
- 'Privasi lengkap 0 byte dikirim secara eksternal',
104
+ 'Kecepatan instan - nol latensi jaringan',
105
+ 'Privasi lengkap - 0 byte dikirim secara eksternal',
116
106
  'Tanpa batas MB atau batasan jumlah file',
117
107
  'Antarmuka bersih, tanpa iklan atau pelacakan',
118
108
  ],
@@ -126,16 +116,16 @@ const seo: JpgAWebpLocaleContent['seo'] = [
126
116
  },
127
117
  {
128
118
  type: 'paragraph',
129
- html: 'Saat Anda menarik JPG ke dalam alat ini, browser membuat <strong>objek Blob</strong> yang hanya ada di RAM Anda. Blob tersebut didekodekan dan digambar ke elemen <strong>HTML5 Canvas</strong> yang tidak terlihat. Karena JPG tidak memiliki saluran alfa, konversi ke WebP dilakukan secara langsung: mesin mengekspor kanvas dengan memanggil <code>toDataURL(\'image/webp\')</code>, menghasilkan aliran byte yang diunduh secara instan oleh OS Anda tanpa melibatkan server.',
119
+ html: 'Saat Anda menarik JPG ke dalam alat ini, browser membuat <strong>objek Blob</strong> yang hanya ada di RAM Anda. Blob tersebut didekodekan dan digambar ke elemen <strong>HTML5 Canvas</strong> yang tidak terlihat. Karena JPG tidak memiliki saluran alfa, konversi ke WebP dilakukan secara langsung: mesin mengekspor kanvas dengan memanggil <code>toDataURL(\'image/webp\')</code>, menghasilkan aliran byte yang diunduh secara instan oleh OS Anda - tanpa melibatkan server.',
130
120
  },
131
121
  {
132
122
  type: 'paragraph',
133
- html: 'Algoritma kompresi WebP menggabungkan teknik prediksi blok (mirip dengan teknik pada VP8, codec video Google) dengan transformasi warna dan pengkodean aritmatika. Hasilnya adalah file yang berisi informasi persepsi yang sama dengan JPG asli tetapi dikemas jauh lebih efisien yang berarti lebih sedikit kilobita yang ditransfer setiap kali halaman dikunjungi.',
123
+ html: 'Algoritma kompresi WebP menggabungkan teknik prediksi blok (mirip dengan teknik pada VP8, codec video Google) dengan transformasi warna dan pengkodean aritmatika. Hasilnya adalah file yang berisi informasi persepsi yang sama dengan JPG asli tetapi dikemas jauh lebih efisien - yang berarti lebih sedikit kilobita yang ditransfer setiap kali halaman dikunjungi.',
134
124
  },
135
125
  {
136
126
  type: 'tip',
137
127
  title: 'Tip Core Web Vitals: LCP dan berat gambar',
138
- html: '<strong>Largest Contentful Paint (LCP)</strong> adalah metrik Google yang mengukur berapa lama waktu yang dibutuhkan untuk memuat elemen visual terbesar di halaman Anda. JPG header 1,5 MB dapat menjadi WebP hanya 900 KB atau bahkan 600 KB tanpa perbedaan visual yang nyata. Penghematan <strong>2535%</strong> tersebut dapat memindahkan LCP Anda dari "Perlu Perbaikan" ke "Baik" dan mendorong Anda naik di peringkat pencarian.',
128
+ html: '<strong>Largest Contentful Paint (LCP)</strong> adalah metrik Google yang mengukur berapa lama waktu yang dibutuhkan untuk memuat elemen visual terbesar di halaman Anda. JPG header 1,5 MB dapat menjadi WebP hanya 900 KB - atau bahkan 600 KB - tanpa perbedaan visual yang nyata. Penghematan <strong>25-35%</strong> tersebut dapat memindahkan LCP Anda dari "Perlu Perbaikan" ke "Baik" dan mendorong Anda naik di peringkat pencarian.',
139
129
  },
140
130
  {
141
131
  type: 'title',
@@ -160,7 +150,7 @@ const seo: JpgAWebpLocaleContent['seo'] = [
160
150
  },
161
151
  {
162
152
  type: 'paragraph',
163
- html: 'Mengonversi gambar JPG Anda ke WebP adalah salah satu optimasi paling sederhana dan hemat biaya yang dapat Anda terapkan pada situs web apa pun saat ini. Dengan alat ini Anda melakukannya dalam hitungan detik, gratis, dan tanpa gambar Anda meninggalkan perangkat Anda. Lebih sedikit kilobita, LCP lebih baik, halaman lebih cepat semuanya dengan tampilan visual yang sama persis seperti sebelumnya.',
153
+ html: 'Mengonversi gambar JPG Anda ke WebP adalah salah satu optimasi paling sederhana dan hemat biaya yang dapat Anda terapkan pada situs web apa pun saat ini. Dengan alat ini Anda melakukannya dalam hitungan detik, gratis, dan tanpa gambar Anda meninggalkan perangkat Anda. Lebih sedikit kilobita, LCP lebih baik, halaman lebih cepat - semuanya dengan tampilan visual yang sama persis seperti sebelumnya.',
164
154
  },
165
155
  ];
166
156
 
@@ -1,3 +1,4 @@
1
+ import { bibliography } from '../bibliography';
1
2
  import type { ImageConverterUI } from '../../../shared/ImageConverter.astro';
2
3
  import { generateSchemas } from '../../../shared/logic/schemas';
3
4
  import type { JpgAWebpLocaleContent } from '../index';
@@ -51,17 +52,6 @@ const howTo: JpgAWebpLocaleContent['howTo'] = [
51
52
  },
52
53
  ];
53
54
 
54
- const bibliography: JpgAWebpLocaleContent['bibliography'] = [
55
- {
56
- name: 'Studio sulla compressione Google WebP',
57
- url: 'https://developers.google.com/speed/webp/docs/webp_study',
58
- },
59
- {
60
- name: 'Web.dev: Fornisci immagini in formati moderni',
61
- url: 'https://web.dev/uses-webp-images/',
62
- },
63
- ];
64
-
65
55
  const seo: JpgAWebpLocaleContent['seo'] = [
66
56
  {
67
57
  type: 'title',
@@ -111,8 +101,8 @@ const seo: JpgAWebpLocaleContent['seo'] = [
111
101
  icon: 'mdi:laptop-mac',
112
102
  highlight: true,
113
103
  points: [
114
- 'Velocità istantanea latenza di rete zero',
115
- 'Privacy completa 0 byte inviati esternamente',
104
+ 'Velocità istantanea - latenza di rete zero',
105
+ 'Privacy completa - 0 byte inviati esternamente',
116
106
  'Nessun limite di MB o restrizioni sul numero di file',
117
107
  'Interfaccia pulita, senza pubblicità o tracciamento',
118
108
  ],
@@ -126,7 +116,7 @@ const seo: JpgAWebpLocaleContent['seo'] = [
126
116
  },
127
117
  {
128
118
  type: 'paragraph',
129
- html: 'Quando trascini un JPG nello strumento, il browser crea un <strong>oggetto Blob</strong> che risiede solo nella tua RAM. Quel Blob viene decodificato e disegnato su un elemento <strong>HTML5 Canvas</strong> invisibile. Poiché il JPG non ha un canale alfa, la conversione in WebP è diretta: il motore esporta il canvas chiamando <code>toDataURL(\'image/webp\')</code>, generando un flusso di byte che il tuo sistema operativo scarica istantaneamente senza coinvolgere alcun server.',
119
+ html: 'Quando trascini un JPG nello strumento, il browser crea un <strong>oggetto Blob</strong> che risiede solo nella tua RAM. Quel Blob viene decodificato e disegnato su un elemento <strong>HTML5 Canvas</strong> invisibile. Poiché il JPG non ha un canale alfa, la conversione in WebP è diretta: il motore esporta il canvas chiamando <code>toDataURL(\'image/webp\')</code>, generando un flusso di byte che il tuo sistema operativo scarica istantaneamente - senza coinvolgere alcun server.',
130
120
  },
131
121
  {
132
122
  type: 'paragraph',
@@ -135,7 +125,7 @@ const seo: JpgAWebpLocaleContent['seo'] = [
135
125
  {
136
126
  type: 'tip',
137
127
  title: 'Suggerimento Core Web Vitals: LCP e peso dell\'immagine',
138
- html: 'Il <strong>Largest Contentful Paint (LCP)</strong> è la metrica di Google che misura quanto tempo occorre per caricare l\'elemento visivo più grande della tua pagina. Un JPG header da 1,5 MB può diventare un WebP di soli 900 KB o addirittura 600 KB senza differenze visive evidenti. Quel <strong>risparmio del 25-35%</strong> può spostare il tuo LCP da "Necessita miglioramento" a "Buono" e spingerti in alto nelle classifiche di ricerca.',
128
+ html: 'Il <strong>Largest Contentful Paint (LCP)</strong> è la metrica di Google che misura quanto tempo occorre per caricare l\'elemento visivo più grande della tua pagina. Un JPG header da 1,5 MB può diventare un WebP di soli 900 KB - o addirittura 600 KB - senza differenze visive evidenti. Quel <strong>risparmio del 25-35%</strong> può spostare il tuo LCP da "Necessita miglioramento" a "Buono" e spingerti in alto nelle classifiche di ricerca.',
139
129
  },
140
130
  {
141
131
  type: 'title',
@@ -160,7 +150,7 @@ const seo: JpgAWebpLocaleContent['seo'] = [
160
150
  },
161
151
  {
162
152
  type: 'paragraph',
163
- html: 'Convertire i tuoi JPG in WebP è oggi una delle ottimizzazioni più semplici ed efficaci che si possano applicare a qualsiasi sito web. Con questo strumento lo fai in pochi secondi, gratuitamente e senza che le tue immagini lascino mai il tuo dispositivo. Meno kilobyte, miglior LCP, pagine più veloci tutto con l\'esatto aspetto visivo che avevi già.',
153
+ html: 'Convertire i tuoi JPG in WebP è oggi una delle ottimizzazioni più semplici ed efficaci che si possano applicare a qualsiasi sito web. Con questo strumento lo fai in pochi secondi, gratuitamente e senza che le tue immagini lascino mai il tuo dispositivo. Meno kilobyte, miglior LCP, pagine più veloci - tutto con l\'esatto aspetto visivo che avevi già.',
164
154
  },
165
155
  ];
166
156
 
@@ -1,3 +1,4 @@
1
+ import { bibliography } from '../bibliography';
1
2
  import type { ImageConverterUI } from '../../../shared/ImageConverter.astro';
2
3
  import { generateSchemas } from '../../../shared/logic/schemas';
3
4
  import type { JpgAWebpLocaleContent } from '../index';
@@ -51,17 +52,6 @@ const howTo: JpgAWebpLocaleContent['howTo'] = [
51
52
  },
52
53
  ];
53
54
 
54
- const bibliography: JpgAWebpLocaleContent['bibliography'] = [
55
- {
56
- name: 'Google WebP圧縮研究',
57
- url: 'https://developers.google.com/speed/webp/docs/webp_study',
58
- },
59
- {
60
- name: 'Web.dev: 現代的な形式で画像を提供する',
61
- url: 'https://web.dev/uses-webp-images/',
62
- },
63
- ];
64
-
65
55
  const seo: JpgAWebpLocaleContent['seo'] = [
66
56
  {
67
57
  type: 'title',
@@ -112,7 +102,7 @@ const seo: JpgAWebpLocaleContent['seo'] = [
112
102
  highlight: true,
113
103
  points: [
114
104
  'ネットワーク遅延のない即座の処理速度',
115
- '完全なプライバシー 外部送信データ0バイト',
105
+ '完全なプライバシー - 外部送信データ0バイト',
116
106
  '容量制限やファイル数の制限なし',
117
107
  '広告や追跡のないクリーンなインターフェース',
118
108
  ],
@@ -1,3 +1,4 @@
1
+ import { bibliography } from '../bibliography';
1
2
  import type { ImageConverterUI } from '../../../shared/ImageConverter.astro';
2
3
  import { generateSchemas } from '../../../shared/logic/schemas';
3
4
  import type { JpgAWebpLocaleContent } from '../index';
@@ -51,17 +52,6 @@ const howTo: JpgAWebpLocaleContent['howTo'] = [
51
52
  },
52
53
  ];
53
54
 
54
- const bibliography: JpgAWebpLocaleContent['bibliography'] = [
55
- {
56
- name: 'Google WebP 압축 연구',
57
- url: 'https://developers.google.com/speed/webp/docs/webp_study',
58
- },
59
- {
60
- name: 'Web.dev: 현대적인 형식으로 이미지 제공하기',
61
- url: 'https://web.dev/uses-webp-images/',
62
- },
63
- ];
64
-
65
55
  const seo: JpgAWebpLocaleContent['seo'] = [
66
56
  {
67
57
  type: 'title',
@@ -112,7 +102,7 @@ const seo: JpgAWebpLocaleContent['seo'] = [
112
102
  highlight: true,
113
103
  points: [
114
104
  '네트워크 지연 없는 즉각적인 속도',
115
- '완벽한 개인 정보 보호 외부 전송 데이터 0바이트',
105
+ '완벽한 개인 정보 보호 - 외부 전송 데이터 0바이트',
116
106
  '용량 제한이나 파일 개수 제한 없음',
117
107
  '광고나 추적이 없는 깨끗한 인터페이스',
118
108
  ],
@@ -160,7 +150,7 @@ const seo: JpgAWebpLocaleContent['seo'] = [
160
150
  },
161
151
  {
162
152
  type: 'paragraph',
163
- html: 'JPG를 WebP로 변환하는 것은 현재 웹사이트에 적용할 수 있는 가장 간단하고 비용 효율적인 최적화 중 하나입니다. 이 도구를 사용하면 이미지가 기기를 떠나지 않고도 몇 초 만에 무료로 변환할 수 있습니다. 더 적은 킬로바이트, 더 나은 LCP, 더 빠른 페이지 로딩 이 모든 것을 기존과 동일한 시각적 품질로 누리세요.',
153
+ html: 'JPG를 WebP로 변환하는 것은 현재 웹사이트에 적용할 수 있는 가장 간단하고 비용 효율적인 최적화 중 하나입니다. 이 도구를 사용하면 이미지가 기기를 떠나지 않고도 몇 초 만에 무료로 변환할 수 있습니다. 더 적은 킬로바이트, 더 나은 LCP, 더 빠른 페이지 로딩 - 이 모든 것을 기존과 동일한 시각적 품질로 누리세요.',
164
154
  },
165
155
  ];
166
156
 
@@ -1,3 +1,4 @@
1
+ import { bibliography } from '../bibliography';
1
2
  import type { ImageConverterUI } from '../../../shared/ImageConverter.astro';
2
3
  import { generateSchemas } from '../../../shared/logic/schemas';
3
4
  import type { JpgAWebpLocaleContent } from '../index';
@@ -51,17 +52,6 @@ const howTo: JpgAWebpLocaleContent['howTo'] = [
51
52
  },
52
53
  ];
53
54
 
54
- const bibliography: JpgAWebpLocaleContent['bibliography'] = [
55
- {
56
- name: 'Google WebP Compressiestudie',
57
- url: 'https://developers.google.com/speed/webp/docs/webp_study',
58
- },
59
- {
60
- name: 'Web.dev: Serveer afbeeldingen in moderne formaten',
61
- url: 'https://web.dev/uses-webp-images/',
62
- },
63
- ];
64
-
65
55
  const seo: JpgAWebpLocaleContent['seo'] = [
66
56
  {
67
57
  type: 'title',
@@ -70,7 +60,7 @@ const seo: JpgAWebpLocaleContent['seo'] = [
70
60
  },
71
61
  {
72
62
  type: 'paragraph',
73
- html: 'Het <strong>JPG</strong>-formaat heeft decennialang de digitale fotografie gedomineerd universeel compatibel en breed ondersteund. Maar Google heeft <strong>WebP</strong> ontwikkeld om JPG op eigen terrein te verslaan: dezelfde visuele kwaliteit bij een 2535% kleinere bestandsgrootte. Voor ontwikkelaars en marketingteams die vechten tegen trage laadtijden, is het converteren van JPG naar WebP de optimalisatie met het hoogste rendement die je kunt toepassen zonder aan je ontwerp te komen.',
63
+ html: 'Het <strong>JPG</strong>-formaat heeft decennialang de digitale fotografie gedomineerd - universeel compatibel en breed ondersteund. Maar Google heeft <strong>WebP</strong> ontwikkeld om JPG op eigen terrein te verslaan: dezelfde visuele kwaliteit bij een 25-35% kleinere bestandsgrootte. Voor ontwikkelaars en marketingteams die vechten tegen trage laadtijden, is het converteren van JPG naar WebP de optimalisatie met het hoogste rendement die je kunt toepassen zonder aan je ontwerp te komen.',
74
64
  },
75
65
  {
76
66
  type: 'title',
@@ -79,11 +69,11 @@ const seo: JpgAWebpLocaleContent['seo'] = [
79
69
  },
80
70
  {
81
71
  type: 'paragraph',
82
- html: '<strong>JPG</strong> blijft de juiste keuze wanneer je universele compatibiliteit nodig hebt: e-mails aan klanten, Word-documenten, verouderde social mediaplatforms of CMS-systemen die WebP nog niet accepteren. Het dertigjarige ecosysteem garandeert dat elk scherm, elke printer of elke viewer het zonder problemen zal openen. Het belangrijkste nadeel is de grootte een header-JPG van 1,5 MB kan de LCP-score van je pagina verslechteren en de drempelwaarden van Core Web Vitals overschrijden.',
72
+ html: '<strong>JPG</strong> blijft de juiste keuze wanneer je universele compatibiliteit nodig hebt: e-mails aan klanten, Word-documenten, verouderde social mediaplatforms of CMS-systemen die WebP nog niet accepteren. Het dertigjarige ecosysteem garandeert dat elk scherm, elke printer of elke viewer het zonder problemen zal openen. Het belangrijkste nadeel is de grootte - een header-JPG van 1,5 MB kan de LCP-score van je pagina verslechteren en de drempelwaarden van Core Web Vitals overschrijden.',
83
73
  },
84
74
  {
85
75
  type: 'paragraph',
86
- html: '<strong>WebP</strong> is de slimme keuze voor alle inhoud op je website. Chrome, Firefox, Safari en Edge ondersteunen het al jaren systeemeigen. Productafbeeldingen in e-commerce, blogbanners, videominiaturen en elke online gepubliceerde foto profiteren direct: lichtere pagina\'s, betere Google PageSpeed Insights-scores en een soepelere gebruikerservaring vooral op trage mobiele verbindingen.',
76
+ html: '<strong>WebP</strong> is de slimme keuze voor alle inhoud op je website. Chrome, Firefox, Safari en Edge ondersteunen het al jaren systeemeigen. Productafbeeldingen in e-commerce, blogbanners, videominiaturen en elke online gepubliceerde foto profiteren direct: lichtere pagina\'s, betere Google PageSpeed Insights-scores en een soepelere gebruikerservaring - vooral op trage mobiele verbindingen.',
87
77
  },
88
78
  {
89
79
  type: 'title',
@@ -111,8 +101,8 @@ const seo: JpgAWebpLocaleContent['seo'] = [
111
101
  icon: 'mdi:laptop-mac',
112
102
  highlight: true,
113
103
  points: [
114
- 'Onmiddellijke snelheid geen netwerklatentie',
115
- 'Volledige privacy 0 bytes extern verzonden',
104
+ 'Onmiddellijke snelheid - geen netwerklatentie',
105
+ 'Volledige privacy - 0 bytes extern verzonden',
116
106
  'Geen MB-limieten of beperkingen op aantal bestanden',
117
107
  'Schone interface, geen advertenties of tracking',
118
108
  ],
@@ -126,16 +116,16 @@ const seo: JpgAWebpLocaleContent['seo'] = [
126
116
  },
127
117
  {
128
118
  type: 'paragraph',
129
- html: 'Wanneer je een JPG in de tool sleept, maakt de browser een <strong>Blob-object</strong> aan dat alleen in je RAM leeft. Die Blob wordt gedecodeerd en getekend op een onzichtbaar <strong>HTML5 Canvas</strong>-element. Omdat JPG geen alfakanaal heeft, is de conversie naar WebP direct: de engine exporteert het canvas door <code>toDataURL(\'image/webp\')</code> aan te roepen, wat een byte-stream genereert die je besturingssysteem onmiddellijk downloadt zonder tussenkomst van een server.',
119
+ html: 'Wanneer je een JPG in de tool sleept, maakt de browser een <strong>Blob-object</strong> aan dat alleen in je RAM leeft. Die Blob wordt gedecodeerd en getekend op een onzichtbaar <strong>HTML5 Canvas</strong>-element. Omdat JPG geen alfakanaal heeft, is de conversie naar WebP direct: de engine exporteert het canvas door <code>toDataURL(\'image/webp\')</code> aan te roepen, wat een byte-stream genereert die je besturingssysteem onmiddellijk downloadt - zonder tussenkomst van een server.',
130
120
  },
131
121
  {
132
122
  type: 'paragraph',
133
- html: 'Het WebP-compressiealgoritme combineert blokvoorspellingstechnieken (vergelijkbaar met die in VP8, de videocodec van Google) met kleurtransformaties en rekenkundig coderen. Het resultaat is een bestand dat dezelfde perceptuele informatie bevat als de originele JPG, maar veel efficiënter is verpakt wat betekent dat er bij elk paginabezoek minder kilobytes worden overgedragen.',
123
+ html: 'Het WebP-compressiealgoritme combineert blokvoorspellingstechnieken (vergelijkbaar met die in VP8, de videocodec van Google) met kleurtransformaties en rekenkundig coderen. Het resultaat is een bestand dat dezelfde perceptuele informatie bevat als de originele JPG, maar veel efficiënter is verpakt - wat betekent dat er bij elk paginabezoek minder kilobytes worden overgedragen.',
134
124
  },
135
125
  {
136
126
  type: 'tip',
137
127
  title: 'Core Web Vitals Tip: LCP en beeldgewicht',
138
- html: 'De <strong>Largest Contentful Paint (LCP)</strong> is de Google-metriek die meet hoe lang het duurt om het grootste visuele element op je pagina te laden. Een header-JPG van 1,5 MB kan een WebP worden van slechts 900 KB of zelfs 600 KB zonder merkbaar visueel verschil. Die <strong>besparing van 2535%</strong> kan je LCP verschuiven van "Verbetering nodig" naar "Goed" en je positie in de zoekresultaten verbeteren.',
128
+ html: 'De <strong>Largest Contentful Paint (LCP)</strong> is de Google-metriek die meet hoe lang het duurt om het grootste visuele element op je pagina te laden. Een header-JPG van 1,5 MB kan een WebP worden van slechts 900 KB - of zelfs 600 KB - zonder merkbaar visueel verschil. Die <strong>besparing van 25-35%</strong> kan je LCP verschuiven van "Verbetering nodig" naar "Goed" en je positie in de zoekresultaten verbeteren.',
139
129
  },
140
130
  {
141
131
  type: 'title',
@@ -160,7 +150,7 @@ const seo: JpgAWebpLocaleContent['seo'] = [
160
150
  },
161
151
  {
162
152
  type: 'paragraph',
163
- html: 'Het converteren van je JPG\'s naar WebP is tegenwoordig een van de eenvoudigste en meest kosteneffectieve optimalisaties die je op elke website kunt toepassen. Met deze tool doe je het in seconden, gratis en zonder dat je afbeeldingen je apparaat ooit verlaten. Minder kilobytes, betere LCP, snellere pagina\'s allemaal met exact hetzelfde visuele uiterlijk dat je al had.',
153
+ html: 'Het converteren van je JPG\'s naar WebP is tegenwoordig een van de eenvoudigste en meest kosteneffectieve optimalisaties die je op elke website kunt toepassen. Met deze tool doe je het in seconden, gratis en zonder dat je afbeeldingen je apparaat ooit verlaten. Minder kilobytes, betere LCP, snellere pagina\'s - allemaal met exact hetzelfde visuele uiterlijk dat je al had.',
164
154
  },
165
155
  ];
166
156
 
@@ -1,3 +1,4 @@
1
+ import { bibliography } from '../bibliography';
1
2
  import type { ImageConverterUI } from '../../../shared/ImageConverter.astro';
2
3
  import { generateSchemas } from '../../../shared/logic/schemas';
3
4
  import type { JpgAWebpLocaleContent } from '../index';
@@ -51,17 +52,6 @@ const howTo: JpgAWebpLocaleContent['howTo'] = [
51
52
  },
52
53
  ];
53
54
 
54
- const bibliography: JpgAWebpLocaleContent['bibliography'] = [
55
- {
56
- name: 'Badanie kompresji Google WebP',
57
- url: 'https://developers.google.com/speed/webp/docs/webp_study',
58
- },
59
- {
60
- name: 'Web.dev: Serwuj obrazy w nowoczesnych formatach',
61
- url: 'https://web.dev/uses-webp-images/',
62
- },
63
- ];
64
-
65
55
  const seo: JpgAWebpLocaleContent['seo'] = [
66
56
  {
67
57
  type: 'title',
@@ -70,7 +60,7 @@ const seo: JpgAWebpLocaleContent['seo'] = [
70
60
  },
71
61
  {
72
62
  type: 'paragraph',
73
- html: 'Format <strong>JPG</strong> przez dziesięciolecia dominował w fotografii cyfrowej uniwersalnie kompatybilny i powszechnie obsługiwany. Jednak Google stworzyło <strong>WebP</strong>, aby pokonać JPG na jego własnym polu: ta sama jakość wizualna przy rozmiarze pliku mniejszym o 2535%. Dla programistów i zespołów marketingowych walczących z powolnym ładowaniem stron, konwersja JPG na WebP to pojedyncza optymalizacja o najwyższym zwrocie, którą można zastosować bez ingerencji w projekt.',
63
+ html: 'Format <strong>JPG</strong> przez dziesięciolecia dominował w fotografii cyfrowej - uniwersalnie kompatybilny i powszechnie obsługiwany. Jednak Google stworzyło <strong>WebP</strong>, aby pokonać JPG na jego własnym polu: ta sama jakość wizualna przy rozmiarze pliku mniejszym o 25-35%. Dla programistów i zespołów marketingowych walczących z powolnym ładowaniem stron, konwersja JPG na WebP to pojedyncza optymalizacja o najwyższym zwrocie, którą można zastosować bez ingerencji w projekt.',
74
64
  },
75
65
  {
76
66
  type: 'title',
@@ -79,11 +69,11 @@ const seo: JpgAWebpLocaleContent['seo'] = [
79
69
  },
80
70
  {
81
71
  type: 'paragraph',
82
- html: '<strong>JPG</strong> pozostaje właściwym wyborem, gdy potrzebujesz uniwersalnej kompatybilności: e-maile do klientów, dokumenty Word, starsze platformy społecznościowe lub systemy CMS, które nie akceptują jeszcze WebP. Jego trzydziestoletni ekosystem gwarantuje, że każdy ekran, drukarka czy przeglądarka otworzy go bez problemów. Główną wadą jest rozmiar JPG w nagłówku o rozmiarze 1,5 MB może obniżyć wynik LCP Twojej strony i nie spełnić progów Core Web Vitals.',
72
+ html: '<strong>JPG</strong> pozostaje właściwym wyborem, gdy potrzebujesz uniwersalnej kompatybilności: e-maile do klientów, dokumenty Word, starsze platformy społecznościowe lub systemy CMS, które nie akceptują jeszcze WebP. Jego trzydziestoletni ekosystem gwarantuje, że każdy ekran, drukarka czy przeglądarka otworzy go bez problemów. Główną wadą jest rozmiar - JPG w nagłówku o rozmiarze 1,5 MB może obniżyć wynik LCP Twojej strony i nie spełnić progów Core Web Vitals.',
83
73
  },
84
74
  {
85
75
  type: 'paragraph',
86
- html: '<strong>WebP</strong> to inteligentny wybór dla wszystkich treści na Twojej stronie. Chrome, Firefox, Safari i Edge obsługują go natywnie od lat. Zdjęcia produktów w e-commerce, banery na blogach, miniatury wideo i wszelkie zdjęcia publikowane online odnoszą bezpośrednie korzyści: lżejsze strony, lepsze wyniki Google PageSpeed Insights i płynniejsze wrażenia użytkownika szczególnie na wolnych połączeniach mobilnych.',
76
+ html: '<strong>WebP</strong> to inteligentny wybór dla wszystkich treści na Twojej stronie. Chrome, Firefox, Safari i Edge obsługują go natywnie od lat. Zdjęcia produktów w e-commerce, banery na blogach, miniatury wideo i wszelkie zdjęcia publikowane online odnoszą bezpośrednie korzyści: lżejsze strony, lepsze wyniki Google PageSpeed Insights i płynniejsze wrażenia użytkownika - szczególnie na wolnych połączeniach mobilnych.',
87
77
  },
88
78
  {
89
79
  type: 'title',
@@ -111,8 +101,8 @@ const seo: JpgAWebpLocaleContent['seo'] = [
111
101
  icon: 'mdi:laptop-mac',
112
102
  highlight: true,
113
103
  points: [
114
- 'Błyskawiczna prędkość zero opóźnień sieciowych',
115
- 'Pełna prywatność 0 bajtów wysłanych na zewnątrz',
104
+ 'Błyskawiczna prędkość - zero opóźnień sieciowych',
105
+ 'Pełna prywatność - 0 bajtów wysłanych na zewnątrz',
116
106
  'Brak limitów MB lub ograniczeń liczby plików',
117
107
  'Czysty interfejs, bez reklam i śledzenia',
118
108
  ],
@@ -126,16 +116,16 @@ const seo: JpgAWebpLocaleContent['seo'] = [
126
116
  },
127
117
  {
128
118
  type: 'paragraph',
129
- html: 'Gdy przeciągasz plik JPG do narzędzia, przeglądarka tworzy <strong>obiekt Blob</strong>, który znajduje się tylko w Twojej pamięci RAM. Ten Blob jest dekodowany i rysowany na niewidocznym elemencie <strong>HTML5 Canvas</strong>. Ponieważ JPG nie ma kanału alfa, konwersja na WebP jest bezpośrednia: silnik eksportuje płótno, wywołując <code>toDataURL(\'image/webp\')</code>, generując strumień bajtów, który Twój system operacyjny natychmiast pobiera bez udziału serwera.',
119
+ html: 'Gdy przeciągasz plik JPG do narzędzia, przeglądarka tworzy <strong>obiekt Blob</strong>, który znajduje się tylko w Twojej pamięci RAM. Ten Blob jest dekodowany i rysowany na niewidocznym elemencie <strong>HTML5 Canvas</strong>. Ponieważ JPG nie ma kanału alfa, konwersja na WebP jest bezpośrednia: silnik eksportuje płótno, wywołując <code>toDataURL(\'image/webp\')</code>, generując strumień bajtów, który Twój system operacyjny natychmiast pobiera - bez udziału serwera.',
130
120
  },
131
121
  {
132
122
  type: 'paragraph',
133
- html: 'Algorytm kompresji WebP łączy techniki przewidywania bloków (podobne do tych w VP8, kodeku wideo Google) z transformacjami kolorów i kodowaniem arytmetycznym. Wynikiem jest plik, który zawiera te same informacje percepcyjne co oryginalny JPG, ale zapakowany znacznie wydajniej co oznacza mniej przesłanych kilobajtów przy każdej wizycie na stronie.',
123
+ html: 'Algorytm kompresji WebP łączy techniki przewidywania bloków (podobne do tych w VP8, kodeku wideo Google) z transformacjami kolorów i kodowaniem arytmetycznym. Wynikiem jest plik, który zawiera te same informacje percepcyjne co oryginalny JPG, ale zapakowany znacznie wydajniej - co oznacza mniej przesłanych kilobajtów przy każdej wizycie na stronie.',
134
124
  },
135
125
  {
136
126
  type: 'tip',
137
127
  title: 'Wskazówka Core Web Vitals: LCP i waga obrazu',
138
- html: '<strong>Largest Contentful Paint (LCP)</strong> to wskaźnik Google, który mierzy, ile czasu zajmuje załadowanie największego elementu wizualnego na Twojej stronie. JPG w nagłówku o rozmiarze 1,5 MB może stać się plikiem WebP o rozmiarze zaledwie 900 KB a nawet 600 KB bez zauważalnej różnicy wizualnej. Ta <strong>oszczędność rzędu 2535%</strong> może zmienić Twój wynik LCP z "Wymaga poprawy" na "Dobry" i podnieść Twoją pozycję w wynikach wyszukiwania.',
128
+ html: '<strong>Largest Contentful Paint (LCP)</strong> to wskaźnik Google, który mierzy, ile czasu zajmuje załadowanie największego elementu wizualnego na Twojej stronie. JPG w nagłówku o rozmiarze 1,5 MB może stać się plikiem WebP o rozmiarze zaledwie 900 KB - a nawet 600 KB - bez zauważalnej różnicy wizualnej. Ta <strong>oszczędność rzędu 25-35%</strong> może zmienić Twój wynik LCP z "Wymaga poprawy" na "Dobry" i podnieść Twoją pozycję w wynikach wyszukiwania.',
139
129
  },
140
130
  {
141
131
  type: 'title',
@@ -160,7 +150,7 @@ const seo: JpgAWebpLocaleContent['seo'] = [
160
150
  },
161
151
  {
162
152
  type: 'paragraph',
163
- html: 'Konwersja plików JPG na WebP to dziś jedna z najprostszych i najbardziej opłacalnych optymalizacji, jakie można zastosować na dowolnej stronie internetowej. Dzięki temu narzędziu zrobisz to w kilka sekund, za darmo i bez przesyłania swoich obrazów poza urządzenie. Mniej kilobajtów, lepszy LCP, szybsze strony wszystko przy dokładnie tym samym wyglądzie, który już miałeś.',
153
+ html: 'Konwersja plików JPG na WebP to dziś jedna z najprostszych i najbardziej opłacalnych optymalizacji, jakie można zastosować na dowolnej stronie internetowej. Dzięki temu narzędziu zrobisz to w kilka sekund, za darmo i bez przesyłania swoich obrazów poza urządzenie. Mniej kilobajtów, lepszy LCP, szybsze strony - wszystko przy dokładnie tym samym wyglądzie, który już miałeś.',
164
154
  },
165
155
  ];
166
156
 
@@ -1,3 +1,4 @@
1
+ import { bibliography } from '../bibliography';
1
2
  import type { ImageConverterUI } from '../../../shared/ImageConverter.astro';
2
3
  import { generateSchemas } from '../../../shared/logic/schemas';
3
4
  import type { JpgAWebpLocaleContent } from '../index';
@@ -51,17 +52,6 @@ const howTo: JpgAWebpLocaleContent['howTo'] = [
51
52
  },
52
53
  ];
53
54
 
54
- const bibliography: JpgAWebpLocaleContent['bibliography'] = [
55
- {
56
- name: 'Estudo de Compressão Google WebP',
57
- url: 'https://developers.google.com/speed/webp/docs/webp_study',
58
- },
59
- {
60
- name: 'Web.dev: Sirva imagens em formatos modernos',
61
- url: 'https://web.dev/uses-webp-images/',
62
- },
63
- ];
64
-
65
55
  const seo: JpgAWebpLocaleContent['seo'] = [
66
56
  {
67
57
  type: 'title',
@@ -70,7 +60,7 @@ const seo: JpgAWebpLocaleContent['seo'] = [
70
60
  },
71
61
  {
72
62
  type: 'paragraph',
73
- html: 'O formato <strong>JPG</strong> dominou a fotografia digital durante décadas universalmente compatível e amplamente suportado. Mas a Google desenvolveu o <strong>WebP</strong> para bater o JPG no seu próprio terreno: a mesma qualidade visual com menos 2535% de tamanho de arquivo. Para programadores e equipas de marketing que lutam contra carregamentos lentos de páginas, converter JPG para WebP é a otimização com maior retorno que pode aplicar sem tocar no design.',
63
+ html: 'O formato <strong>JPG</strong> dominou a fotografia digital durante décadas - universalmente compatível e amplamente suportado. Mas a Google desenvolveu o <strong>WebP</strong> para bater o JPG no seu próprio terreno: a mesma qualidade visual com menos 25-35% de tamanho de arquivo. Para programadores e equipas de marketing que lutam contra carregamentos lentos de páginas, converter JPG para WebP é a otimização com maior retorno que pode aplicar sem tocar no design.',
74
64
  },
75
65
  {
76
66
  type: 'title',
@@ -79,11 +69,11 @@ const seo: JpgAWebpLocaleContent['seo'] = [
79
69
  },
80
70
  {
81
71
  type: 'paragraph',
82
- html: 'O <strong>JPG</strong> continua a ser a escolha certa quando precisa de compatibilidade universal: e-mails a clientes, documentos Word, plataformas de redes sociais antigas ou sistemas CMS que ainda não aceitam WebP. O seu ecossistema de trinta anos garante que qualquer ecrã, impressora ou visualizador o abrirá sem problemas. A principal desvantagem é o tamanho um JPG de cabeçalho de 1,5 MB pode penalizar a pontuação LCP da sua página e falhar os limiares dos Core Web Vitals.',
72
+ html: 'O <strong>JPG</strong> continua a ser a escolha certa quando precisa de compatibilidade universal: e-mails a clientes, documentos Word, plataformas de redes sociais antigas ou sistemas CMS que ainda não aceitam WebP. O seu ecossistema de trinta anos garante que qualquer ecrã, impressora ou visualizador o abrirá sem problemas. A principal desvantagem é o tamanho - um JPG de cabeçalho de 1,5 MB pode penalizar a pontuação LCP da sua página e falhar os limiares dos Core Web Vitals.',
83
73
  },
84
74
  {
85
75
  type: 'paragraph',
86
- html: 'O <strong>WebP</strong> é a escolha inteligente para todo o conteúdo que vive no seu website. Chrome, Firefox, Safari e Edge suportam-no nativamente há anos. Imagens de produtos em e-commerce, banners de blogs, miniaturas de vídeo e qualquer foto publicada online beneficiam diretamente: páginas mais leves, melhores pontuações no Google PageSpeed Insights e uma experiência de utilizador mais fluida especialmente em ligações móveis lentas.',
76
+ html: 'O <strong>WebP</strong> é a escolha inteligente para todo o conteúdo que vive no seu website. Chrome, Firefox, Safari e Edge suportam-no nativamente há anos. Imagens de produtos em e-commerce, banners de blogs, miniaturas de vídeo e qualquer foto publicada online beneficiam diretamente: páginas mais leves, melhores pontuações no Google PageSpeed Insights e uma experiência de utilizador mais fluida - especialmente em ligações móveis lentas.',
87
77
  },
88
78
  {
89
79
  type: 'title',
@@ -111,8 +101,8 @@ const seo: JpgAWebpLocaleContent['seo'] = [
111
101
  icon: 'mdi:laptop-mac',
112
102
  highlight: true,
113
103
  points: [
114
- 'Velocidade instantânea latência de rede zero',
115
- 'Privacidade total 0 bytes enviados externamente',
104
+ 'Velocidade instantânea - latência de rede zero',
105
+ 'Privacidade total - 0 bytes enviados externamente',
116
106
  'Sem limites de MB ou restrições no número de arquivos',
117
107
  'Interface limpa, sem anúncios ou rastreamento',
118
108
  ],
@@ -126,16 +116,16 @@ const seo: JpgAWebpLocaleContent['seo'] = [
126
116
  },
127
117
  {
128
118
  type: 'paragraph',
129
- html: 'Quando arrasta um JPG para a ferramenta, o navegador cria um <strong>objeto Blob</strong> que reside apenas na sua RAM. Esse Blob é descodificado e desenhado num elemento <strong>HTML5 Canvas</strong> invisível. Como o JPG não tem canal alfa, a conversão para WebP é direta: o motor exporta o canvas chamando <code>toDataURL(\'image/webp\')</code>, gerando um fluxo de bytes que o seu sistema operativo baixa instantaneamente sem envolvimento de servidor.',
119
+ html: 'Quando arrasta um JPG para a ferramenta, o navegador cria um <strong>objeto Blob</strong> que reside apenas na sua RAM. Esse Blob é descodificado e desenhado num elemento <strong>HTML5 Canvas</strong> invisível. Como o JPG não tem canal alfa, a conversão para WebP é direta: o motor exporta o canvas chamando <code>toDataURL(\'image/webp\')</code>, gerando um fluxo de bytes que o seu sistema operativo baixa instantaneamente - sem envolvimento de servidor.',
130
120
  },
131
121
  {
132
122
  type: 'paragraph',
133
- html: 'O algoritmo de compressão WebP combina técnicas de previsão de blocos (semelhantes às do VP8, o codec de vídeo da Google) com transformações de cor e codificação aritmética. O resultado é um arquivo que contém a mesma informação percetual que o JPG original, mas empacotado de forma muito mais eficiente o que significa menos kilobytes transferidos a cada visita de página.',
123
+ html: 'O algoritmo de compressão WebP combina técnicas de previsão de blocos (semelhantes às do VP8, o codec de vídeo da Google) com transformações de cor e codificação aritmética. O resultado é um arquivo que contém a mesma informação percetual que o JPG original, mas empacotado de forma muito mais eficiente - o que significa menos kilobytes transferidos a cada visita de página.',
134
124
  },
135
125
  {
136
126
  type: 'tip',
137
127
  title: 'Dica Core Web Vitals: LCP e peso da imagem',
138
- html: 'O <strong>Largest Contentful Paint (LCP)</strong> é a métrica da Google que mede quanto tempo demora a carregar o maior elemento visual da sua página. Um JPG de cabeçalho de 1,5 MB pode tornar-se num WebP de apenas 900 KB ou mesmo 600 KB sem diferença visual percetível. Essa <strong>poupança de 2535%</strong> pode mover o seu LCP de "Precisa de melhorias" para "Bom" e subir o seu posicionamento nos resultados de pesquisa.',
128
+ html: 'O <strong>Largest Contentful Paint (LCP)</strong> é a métrica da Google que mede quanto tempo demora a carregar o maior elemento visual da sua página. Um JPG de cabeçalho de 1,5 MB pode tornar-se num WebP de apenas 900 KB - ou mesmo 600 KB - sem diferença visual percetível. Essa <strong>poupança de 25-35%</strong> pode mover o seu LCP de "Precisa de melhorias" para "Bom" e subir o seu posicionamento nos resultados de pesquisa.',
139
129
  },
140
130
  {
141
131
  type: 'title',
@@ -160,7 +150,7 @@ const seo: JpgAWebpLocaleContent['seo'] = [
160
150
  },
161
151
  {
162
152
  type: 'paragraph',
163
- html: 'Converter os seus JPGs para WebP é hoje uma das otimizações mais simples e económicas que pode aplicar a qualquer website. Com esta ferramenta faz isso em segundos, gratuitamente e sem que as suas imagens saiam do seu dispositivo. Menos kilobytes, melhor LCP, páginas mais rápidas tudo com a exata aparência visual que já tinha.',
153
+ html: 'Converter os seus JPGs para WebP é hoje uma das otimizações mais simples e económicas que pode aplicar a qualquer website. Com esta ferramenta faz isso em segundos, gratuitamente e sem que as suas imagens saiam do seu dispositivo. Menos kilobytes, melhor LCP, páginas mais rápidas - tudo com a exata aparência visual que já tinha.',
164
154
  },
165
155
  ];
166
156