@jjlmoya/utils-converters 1.15.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.
- package/package.json +8 -4
- package/scripts/clean_titles.py +95 -0
- package/scripts/postinstall.mjs +27 -0
- package/src/category/i18n/de.ts +1 -1
- package/src/category/i18n/fr.ts +9 -9
- package/src/category/i18n/ru.ts +1 -1
- package/src/category/i18n/sv.ts +1 -1
- package/src/data.ts +0 -21
- package/src/layouts/PreviewLayout.astro +2 -1
- package/src/pages/[locale]/[slug].astro +28 -12
- package/src/tests/diacritics_density.test.ts +118 -0
- package/src/tests/inverted_punctuation.test.ts +84 -0
- package/src/tests/no_en_dash.test.ts +70 -0
- package/src/tests/pagespeed_best_practices.test.ts +198 -0
- package/src/tests/script_density.test.ts +94 -0
- package/src/tests/shared-test-helpers.ts +56 -0
- package/src/tests/tool_exports.test.ts +34 -0
- package/src/tool/avifAJpg/bibliography.ts +12 -0
- package/src/tool/avifAJpg/entry.ts +2 -0
- package/src/tool/avifAJpg/i18n/de.ts +2 -12
- package/src/tool/avifAJpg/i18n/en.ts +2 -12
- package/src/tool/avifAJpg/i18n/es.ts +2 -12
- package/src/tool/avifAJpg/i18n/fr.ts +11 -21
- package/src/tool/avifAJpg/i18n/id.ts +2 -12
- package/src/tool/avifAJpg/i18n/it.ts +2 -12
- package/src/tool/avifAJpg/i18n/ja.ts +1 -11
- package/src/tool/avifAJpg/i18n/ko.ts +1 -11
- package/src/tool/avifAJpg/i18n/nl.ts +2 -12
- package/src/tool/avifAJpg/i18n/pl.ts +2 -12
- package/src/tool/avifAJpg/i18n/pt.ts +2 -12
- package/src/tool/avifAJpg/i18n/ru.ts +7 -17
- package/src/tool/avifAJpg/i18n/sv.ts +2 -12
- package/src/tool/avifAJpg/i18n/tr.ts +1 -11
- package/src/tool/avifAJpg/i18n/zh.ts +4 -14
- package/src/tool/avifAJpg/seo.astro +2 -1
- package/src/tool/avifAPng/bibliography.ts +12 -0
- package/src/tool/avifAPng/entry.ts +2 -0
- package/src/tool/avifAPng/i18n/de.ts +4 -14
- package/src/tool/avifAPng/i18n/en.ts +4 -14
- package/src/tool/avifAPng/i18n/es.ts +4 -14
- package/src/tool/avifAPng/i18n/fr.ts +10 -20
- package/src/tool/avifAPng/i18n/id.ts +4 -14
- package/src/tool/avifAPng/i18n/it.ts +1 -11
- package/src/tool/avifAPng/i18n/ja.ts +1 -11
- package/src/tool/avifAPng/i18n/ko.ts +1 -11
- package/src/tool/avifAPng/i18n/nl.ts +4 -14
- package/src/tool/avifAPng/i18n/pl.ts +4 -14
- package/src/tool/avifAPng/i18n/pt.ts +4 -14
- package/src/tool/avifAPng/i18n/ru.ts +5 -15
- package/src/tool/avifAPng/i18n/sv.ts +4 -14
- package/src/tool/avifAPng/i18n/tr.ts +1 -11
- package/src/tool/avifAPng/i18n/zh.ts +3 -13
- package/src/tool/avifAPng/seo.astro +2 -1
- package/src/tool/avifAWebp/bibliography.ts +12 -0
- package/src/tool/avifAWebp/entry.ts +2 -0
- package/src/tool/avifAWebp/i18n/de.ts +6 -16
- package/src/tool/avifAWebp/i18n/en.ts +6 -16
- package/src/tool/avifAWebp/i18n/es.ts +6 -16
- package/src/tool/avifAWebp/i18n/fr.ts +13 -23
- package/src/tool/avifAWebp/i18n/id.ts +6 -16
- package/src/tool/avifAWebp/i18n/it.ts +1 -11
- package/src/tool/avifAWebp/i18n/ja.ts +1 -11
- package/src/tool/avifAWebp/i18n/ko.ts +2 -12
- package/src/tool/avifAWebp/i18n/nl.ts +6 -16
- package/src/tool/avifAWebp/i18n/pl.ts +6 -16
- package/src/tool/avifAWebp/i18n/pt.ts +6 -16
- package/src/tool/avifAWebp/i18n/ru.ts +7 -17
- package/src/tool/avifAWebp/i18n/sv.ts +6 -16
- package/src/tool/avifAWebp/i18n/tr.ts +2 -12
- package/src/tool/avifAWebp/i18n/zh.ts +6 -16
- package/src/tool/avifAWebp/seo.astro +2 -1
- package/src/tool/bmpAJpg/bibliography.ts +12 -0
- package/src/tool/bmpAJpg/entry.ts +2 -0
- package/src/tool/bmpAJpg/i18n/de.ts +1 -11
- package/src/tool/bmpAJpg/i18n/en.ts +1 -11
- package/src/tool/bmpAJpg/i18n/es.ts +1 -11
- package/src/tool/bmpAJpg/i18n/fr.ts +9 -19
- package/src/tool/bmpAJpg/i18n/id.ts +1 -11
- package/src/tool/bmpAJpg/i18n/it.ts +1 -11
- package/src/tool/bmpAJpg/i18n/ja.ts +1 -11
- package/src/tool/bmpAJpg/i18n/ko.ts +1 -11
- package/src/tool/bmpAJpg/i18n/nl.ts +1 -11
- package/src/tool/bmpAJpg/i18n/pl.ts +1 -11
- package/src/tool/bmpAJpg/i18n/pt.ts +1 -11
- package/src/tool/bmpAJpg/i18n/ru.ts +5 -15
- package/src/tool/bmpAJpg/i18n/sv.ts +1 -11
- package/src/tool/bmpAJpg/i18n/tr.ts +1 -11
- package/src/tool/bmpAJpg/i18n/zh.ts +1 -11
- package/src/tool/bmpAJpg/seo.astro +2 -1
- package/src/tool/bmpAPng/bibliography.ts +12 -0
- package/src/tool/bmpAPng/entry.ts +2 -0
- package/src/tool/bmpAPng/i18n/de.ts +2 -12
- package/src/tool/bmpAPng/i18n/en.ts +3 -13
- package/src/tool/bmpAPng/i18n/es.ts +2 -12
- package/src/tool/bmpAPng/i18n/fr.ts +12 -22
- package/src/tool/bmpAPng/i18n/id.ts +2 -12
- package/src/tool/bmpAPng/i18n/it.ts +2 -12
- package/src/tool/bmpAPng/i18n/ja.ts +1 -11
- package/src/tool/bmpAPng/i18n/ko.ts +1 -11
- package/src/tool/bmpAPng/i18n/nl.ts +2 -12
- package/src/tool/bmpAPng/i18n/pl.ts +2 -12
- package/src/tool/bmpAPng/i18n/pt.ts +2 -12
- package/src/tool/bmpAPng/i18n/ru.ts +9 -19
- package/src/tool/bmpAPng/i18n/sv.ts +2 -12
- package/src/tool/bmpAPng/i18n/tr.ts +1 -11
- package/src/tool/bmpAPng/i18n/zh.ts +1 -11
- package/src/tool/bmpAPng/seo.astro +2 -1
- package/src/tool/bmpAWebp/bibliography.ts +12 -0
- package/src/tool/bmpAWebp/entry.ts +2 -0
- package/src/tool/bmpAWebp/i18n/de.ts +8 -18
- package/src/tool/bmpAWebp/i18n/en.ts +8 -18
- package/src/tool/bmpAWebp/i18n/es.ts +8 -18
- package/src/tool/bmpAWebp/i18n/fr.ts +13 -23
- package/src/tool/bmpAWebp/i18n/id.ts +8 -18
- package/src/tool/bmpAWebp/i18n/it.ts +8 -18
- package/src/tool/bmpAWebp/i18n/ja.ts +7 -17
- package/src/tool/bmpAWebp/i18n/ko.ts +7 -17
- package/src/tool/bmpAWebp/i18n/nl.ts +8 -18
- package/src/tool/bmpAWebp/i18n/pl.ts +8 -18
- package/src/tool/bmpAWebp/i18n/pt.ts +8 -18
- package/src/tool/bmpAWebp/i18n/ru.ts +10 -20
- package/src/tool/bmpAWebp/i18n/sv.ts +8 -18
- package/src/tool/bmpAWebp/i18n/tr.ts +8 -18
- package/src/tool/bmpAWebp/i18n/zh.ts +8 -18
- package/src/tool/bmpAWebp/seo.astro +2 -1
- package/src/tool/gifAJpg/bibliography.ts +12 -0
- package/src/tool/gifAJpg/entry.ts +2 -0
- package/src/tool/gifAJpg/i18n/de.ts +1 -11
- package/src/tool/gifAJpg/i18n/en.ts +1 -11
- package/src/tool/gifAJpg/i18n/es.ts +1 -11
- package/src/tool/gifAJpg/i18n/fr.ts +9 -19
- package/src/tool/gifAJpg/i18n/id.ts +1 -11
- package/src/tool/gifAJpg/i18n/it.ts +1 -11
- package/src/tool/gifAJpg/i18n/ja.ts +1 -11
- package/src/tool/gifAJpg/i18n/ko.ts +1 -11
- package/src/tool/gifAJpg/i18n/nl.ts +1 -11
- package/src/tool/gifAJpg/i18n/pl.ts +1 -11
- package/src/tool/gifAJpg/i18n/pt.ts +1 -11
- package/src/tool/gifAJpg/i18n/ru.ts +2 -12
- package/src/tool/gifAJpg/i18n/sv.ts +1 -11
- package/src/tool/gifAJpg/i18n/tr.ts +1 -11
- package/src/tool/gifAJpg/i18n/zh.ts +1 -11
- package/src/tool/gifAJpg/seo.astro +2 -1
- package/src/tool/gifAPng/bibliography.ts +12 -0
- package/src/tool/gifAPng/entry.ts +2 -0
- package/src/tool/gifAPng/i18n/de.ts +2 -12
- package/src/tool/gifAPng/i18n/en.ts +3 -13
- package/src/tool/gifAPng/i18n/es.ts +2 -12
- package/src/tool/gifAPng/i18n/fr.ts +11 -21
- package/src/tool/gifAPng/i18n/id.ts +2 -12
- package/src/tool/gifAPng/i18n/it.ts +2 -12
- package/src/tool/gifAPng/i18n/ja.ts +1 -11
- package/src/tool/gifAPng/i18n/ko.ts +1 -11
- package/src/tool/gifAPng/i18n/nl.ts +2 -12
- package/src/tool/gifAPng/i18n/pl.ts +3 -13
- package/src/tool/gifAPng/i18n/pt.ts +2 -12
- package/src/tool/gifAPng/i18n/ru.ts +3 -13
- package/src/tool/gifAPng/i18n/sv.ts +3 -13
- package/src/tool/gifAPng/i18n/tr.ts +1 -11
- package/src/tool/gifAPng/i18n/zh.ts +2 -12
- package/src/tool/gifAPng/seo.astro +2 -1
- package/src/tool/gifAWebp/bibliography.ts +12 -0
- package/src/tool/gifAWebp/entry.ts +2 -0
- package/src/tool/gifAWebp/i18n/de.ts +3 -13
- package/src/tool/gifAWebp/i18n/en.ts +3 -13
- package/src/tool/gifAWebp/i18n/es.ts +1 -11
- package/src/tool/gifAWebp/i18n/fr.ts +11 -21
- package/src/tool/gifAWebp/i18n/id.ts +3 -13
- package/src/tool/gifAWebp/i18n/it.ts +1 -11
- package/src/tool/gifAWebp/i18n/ja.ts +1 -11
- package/src/tool/gifAWebp/i18n/ko.ts +1 -11
- package/src/tool/gifAWebp/i18n/nl.ts +3 -13
- package/src/tool/gifAWebp/i18n/pl.ts +3 -13
- package/src/tool/gifAWebp/i18n/pt.ts +3 -13
- package/src/tool/gifAWebp/i18n/ru.ts +7 -17
- package/src/tool/gifAWebp/i18n/sv.ts +3 -13
- package/src/tool/gifAWebp/i18n/tr.ts +1 -11
- package/src/tool/gifAWebp/i18n/zh.ts +4 -14
- package/src/tool/gifAWebp/seo.astro +2 -1
- package/src/tool/imagenBase64/bibliography.ts +12 -0
- package/src/tool/imagenBase64/component.astro +0 -301
- package/src/tool/imagenBase64/entry.ts +2 -0
- package/src/tool/imagenBase64/i18n/de.ts +7 -17
- package/src/tool/imagenBase64/i18n/en.ts +7 -17
- package/src/tool/imagenBase64/i18n/es.ts +7 -17
- package/src/tool/imagenBase64/i18n/fr.ts +17 -27
- package/src/tool/imagenBase64/i18n/id.ts +7 -17
- package/src/tool/imagenBase64/i18n/it.ts +6 -16
- package/src/tool/imagenBase64/i18n/ja.ts +1 -11
- package/src/tool/imagenBase64/i18n/ko.ts +1 -11
- package/src/tool/imagenBase64/i18n/nl.ts +7 -17
- package/src/tool/imagenBase64/i18n/pl.ts +7 -17
- package/src/tool/imagenBase64/i18n/pt.ts +7 -17
- package/src/tool/imagenBase64/i18n/ru.ts +9 -19
- package/src/tool/imagenBase64/i18n/sv.ts +7 -17
- package/src/tool/imagenBase64/i18n/tr.ts +2 -12
- package/src/tool/imagenBase64/i18n/zh.ts +7 -17
- package/src/tool/imagenBase64/image-to-base64-converter.css +299 -0
- package/src/tool/imagenBase64/seo.astro +2 -1
- package/src/tool/jpgAIco/bibliography.ts +12 -0
- package/src/tool/jpgAIco/entry.ts +2 -0
- package/src/tool/jpgAIco/i18n/de.ts +9 -19
- package/src/tool/jpgAIco/i18n/en.ts +9 -19
- package/src/tool/jpgAIco/i18n/es.ts +7 -17
- package/src/tool/jpgAIco/i18n/fr.ts +13 -23
- package/src/tool/jpgAIco/i18n/id.ts +9 -19
- package/src/tool/jpgAIco/i18n/it.ts +3 -13
- package/src/tool/jpgAIco/i18n/ja.ts +2 -12
- package/src/tool/jpgAIco/i18n/ko.ts +2 -12
- package/src/tool/jpgAIco/i18n/nl.ts +9 -19
- package/src/tool/jpgAIco/i18n/pl.ts +9 -19
- package/src/tool/jpgAIco/i18n/pt.ts +9 -19
- package/src/tool/jpgAIco/i18n/ru.ts +11 -21
- package/src/tool/jpgAIco/i18n/sv.ts +9 -19
- package/src/tool/jpgAIco/i18n/tr.ts +3 -13
- package/src/tool/jpgAIco/i18n/zh.ts +9 -19
- package/src/tool/jpgAIco/seo.astro +2 -1
- package/src/tool/jpgAPng/bibliography.ts +12 -0
- package/src/tool/jpgAPng/entry.ts +2 -0
- package/src/tool/jpgAPng/i18n/de.ts +7 -17
- package/src/tool/jpgAPng/i18n/en.ts +9 -19
- package/src/tool/jpgAPng/i18n/es.ts +7 -17
- package/src/tool/jpgAPng/i18n/fr.ts +13 -23
- package/src/tool/jpgAPng/i18n/id.ts +7 -17
- package/src/tool/jpgAPng/i18n/it.ts +5 -15
- package/src/tool/jpgAPng/i18n/ja.ts +3 -13
- package/src/tool/jpgAPng/i18n/ko.ts +3 -13
- package/src/tool/jpgAPng/i18n/nl.ts +7 -17
- package/src/tool/jpgAPng/i18n/pl.ts +7 -17
- package/src/tool/jpgAPng/i18n/pt.ts +7 -17
- package/src/tool/jpgAPng/i18n/ru.ts +10 -20
- package/src/tool/jpgAPng/i18n/sv.ts +7 -17
- package/src/tool/jpgAPng/i18n/tr.ts +6 -16
- package/src/tool/jpgAPng/i18n/zh.ts +8 -18
- package/src/tool/jpgAPng/seo.astro +2 -1
- package/src/tool/jpgAWebp/bibliography.ts +12 -0
- package/src/tool/jpgAWebp/entry.ts +2 -0
- package/src/tool/jpgAWebp/i18n/de.ts +10 -20
- package/src/tool/jpgAWebp/i18n/en.ts +10 -20
- package/src/tool/jpgAWebp/i18n/es.ts +4 -14
- package/src/tool/jpgAWebp/i18n/fr.ts +16 -26
- package/src/tool/jpgAWebp/i18n/id.ts +10 -20
- package/src/tool/jpgAWebp/i18n/it.ts +6 -16
- package/src/tool/jpgAWebp/i18n/ja.ts +2 -12
- package/src/tool/jpgAWebp/i18n/ko.ts +3 -13
- package/src/tool/jpgAWebp/i18n/nl.ts +10 -20
- package/src/tool/jpgAWebp/i18n/pl.ts +10 -20
- package/src/tool/jpgAWebp/i18n/pt.ts +10 -20
- package/src/tool/jpgAWebp/i18n/ru.ts +10 -20
- package/src/tool/jpgAWebp/i18n/sv.ts +10 -20
- package/src/tool/jpgAWebp/i18n/tr.ts +5 -15
- package/src/tool/jpgAWebp/i18n/zh.ts +9 -19
- package/src/tool/jpgAWebp/seo.astro +2 -1
- package/src/tool/pngAIco/bibliography.ts +12 -0
- package/src/tool/pngAIco/entry.ts +2 -0
- package/src/tool/pngAIco/i18n/de.ts +8 -18
- package/src/tool/pngAIco/i18n/en.ts +8 -18
- package/src/tool/pngAIco/i18n/es.ts +8 -18
- package/src/tool/pngAIco/i18n/fr.ts +14 -24
- package/src/tool/pngAIco/i18n/id.ts +8 -18
- package/src/tool/pngAIco/i18n/it.ts +4 -14
- package/src/tool/pngAIco/i18n/ja.ts +2 -12
- package/src/tool/pngAIco/i18n/ko.ts +2 -12
- package/src/tool/pngAIco/i18n/nl.ts +8 -18
- package/src/tool/pngAIco/i18n/pl.ts +8 -18
- package/src/tool/pngAIco/i18n/pt.ts +8 -18
- package/src/tool/pngAIco/i18n/ru.ts +11 -21
- package/src/tool/pngAIco/i18n/sv.ts +8 -18
- package/src/tool/pngAIco/i18n/tr.ts +7 -17
- package/src/tool/pngAIco/i18n/zh.ts +8 -18
- package/src/tool/pngAIco/seo.astro +2 -1
- package/src/tool/pngAJpg/bibliography.ts +12 -0
- package/src/tool/pngAJpg/entry.ts +2 -0
- package/src/tool/pngAJpg/i18n/de.ts +1 -11
- package/src/tool/pngAJpg/i18n/en.ts +1 -11
- package/src/tool/pngAJpg/i18n/es.ts +1 -11
- package/src/tool/pngAJpg/i18n/fr.ts +3 -13
- package/src/tool/pngAJpg/i18n/id.ts +1 -11
- package/src/tool/pngAJpg/i18n/it.ts +1 -11
- package/src/tool/pngAJpg/i18n/ja.ts +1 -11
- package/src/tool/pngAJpg/i18n/ko.ts +1 -11
- package/src/tool/pngAJpg/i18n/nl.ts +1 -11
- package/src/tool/pngAJpg/i18n/pl.ts +7 -17
- package/src/tool/pngAJpg/i18n/pt.ts +1 -11
- package/src/tool/pngAJpg/i18n/ru.ts +9 -19
- package/src/tool/pngAJpg/i18n/sv.ts +1 -11
- package/src/tool/pngAJpg/i18n/tr.ts +1 -11
- package/src/tool/pngAJpg/i18n/zh.ts +6 -16
- package/src/tool/pngAJpg/seo.astro +2 -1
- package/src/tool/pngAWebp/bibliography.ts +16 -0
- package/src/tool/pngAWebp/entry.ts +2 -0
- package/src/tool/pngAWebp/i18n/de.ts +7 -21
- package/src/tool/pngAWebp/i18n/en.ts +7 -21
- package/src/tool/pngAWebp/i18n/es.ts +6 -20
- package/src/tool/pngAWebp/i18n/fr.ts +13 -27
- package/src/tool/pngAWebp/i18n/id.ts +7 -21
- package/src/tool/pngAWebp/i18n/it.ts +3 -17
- package/src/tool/pngAWebp/i18n/ja.ts +2 -16
- package/src/tool/pngAWebp/i18n/ko.ts +2 -16
- package/src/tool/pngAWebp/i18n/nl.ts +7 -21
- package/src/tool/pngAWebp/i18n/pl.ts +7 -21
- package/src/tool/pngAWebp/i18n/pt.ts +6 -20
- package/src/tool/pngAWebp/i18n/ru.ts +8 -22
- package/src/tool/pngAWebp/i18n/sv.ts +7 -21
- package/src/tool/pngAWebp/i18n/tr.ts +6 -20
- package/src/tool/pngAWebp/i18n/zh.ts +6 -20
- package/src/tool/pngAWebp/seo.astro +2 -1
- package/src/tool/svgAJpg/bibliography.ts +12 -0
- package/src/tool/svgAJpg/entry.ts +2 -0
- package/src/tool/svgAJpg/i18n/de.ts +2 -12
- package/src/tool/svgAJpg/i18n/en.ts +1 -11
- package/src/tool/svgAJpg/i18n/es.ts +1 -11
- package/src/tool/svgAJpg/i18n/fr.ts +6 -16
- package/src/tool/svgAJpg/i18n/id.ts +1 -11
- package/src/tool/svgAJpg/i18n/it.ts +1 -11
- package/src/tool/svgAJpg/i18n/ja.ts +1 -11
- package/src/tool/svgAJpg/i18n/ko.ts +1 -11
- package/src/tool/svgAJpg/i18n/nl.ts +1 -11
- package/src/tool/svgAJpg/i18n/pl.ts +1 -11
- package/src/tool/svgAJpg/i18n/pt.ts +1 -11
- package/src/tool/svgAJpg/i18n/ru.ts +3 -13
- package/src/tool/svgAJpg/i18n/sv.ts +1 -11
- package/src/tool/svgAJpg/i18n/tr.ts +1 -11
- package/src/tool/svgAJpg/i18n/zh.ts +1 -11
- package/src/tool/svgAJpg/seo.astro +2 -1
- package/src/tool/svgAPng/bibliography.ts +12 -0
- package/src/tool/svgAPng/entry.ts +2 -0
- package/src/tool/svgAPng/i18n/de.ts +3 -13
- package/src/tool/svgAPng/i18n/en.ts +3 -13
- package/src/tool/svgAPng/i18n/es.ts +1 -11
- package/src/tool/svgAPng/i18n/fr.ts +9 -19
- package/src/tool/svgAPng/i18n/id.ts +3 -13
- package/src/tool/svgAPng/i18n/it.ts +3 -13
- package/src/tool/svgAPng/i18n/ja.ts +1 -11
- package/src/tool/svgAPng/i18n/ko.ts +1 -11
- package/src/tool/svgAPng/i18n/nl.ts +3 -13
- package/src/tool/svgAPng/i18n/pl.ts +3 -13
- package/src/tool/svgAPng/i18n/pt.ts +3 -13
- package/src/tool/svgAPng/i18n/ru.ts +5 -15
- package/src/tool/svgAPng/i18n/sv.ts +3 -13
- package/src/tool/svgAPng/i18n/tr.ts +3 -13
- package/src/tool/svgAPng/i18n/zh.ts +3 -13
- package/src/tool/svgAPng/seo.astro +2 -1
- package/src/tool/webpAIco/bibliography.ts +12 -0
- package/src/tool/webpAIco/entry.ts +2 -0
- package/src/tool/webpAIco/i18n/de.ts +1 -11
- package/src/tool/webpAIco/i18n/en.ts +1 -11
- package/src/tool/webpAIco/i18n/es.ts +1 -11
- package/src/tool/webpAIco/i18n/fr.ts +5 -15
- package/src/tool/webpAIco/i18n/id.ts +1 -11
- package/src/tool/webpAIco/i18n/it.ts +1 -11
- package/src/tool/webpAIco/i18n/ja.ts +1 -11
- package/src/tool/webpAIco/i18n/ko.ts +1 -11
- package/src/tool/webpAIco/i18n/nl.ts +1 -11
- package/src/tool/webpAIco/i18n/pl.ts +1 -11
- package/src/tool/webpAIco/i18n/pt.ts +1 -11
- package/src/tool/webpAIco/i18n/ru.ts +3 -13
- package/src/tool/webpAIco/i18n/sv.ts +1 -11
- package/src/tool/webpAIco/i18n/tr.ts +1 -11
- package/src/tool/webpAIco/i18n/zh.ts +1 -12
- package/src/tool/webpAIco/seo.astro +2 -1
- package/src/tool/webpAJpg/bibliography.ts +16 -0
- package/src/tool/webpAJpg/entry.ts +2 -0
- package/src/tool/webpAJpg/i18n/de.ts +3 -17
- package/src/tool/webpAJpg/i18n/en.ts +3 -17
- package/src/tool/webpAJpg/i18n/es.ts +1 -15
- package/src/tool/webpAJpg/i18n/fr.ts +10 -24
- package/src/tool/webpAJpg/i18n/id.ts +3 -17
- package/src/tool/webpAJpg/i18n/it.ts +2 -16
- package/src/tool/webpAJpg/i18n/ja.ts +1 -15
- package/src/tool/webpAJpg/i18n/ko.ts +1 -15
- package/src/tool/webpAJpg/i18n/nl.ts +2 -16
- package/src/tool/webpAJpg/i18n/pl.ts +3 -17
- package/src/tool/webpAJpg/i18n/pt.ts +3 -17
- package/src/tool/webpAJpg/i18n/ru.ts +7 -21
- package/src/tool/webpAJpg/i18n/sv.ts +3 -17
- package/src/tool/webpAJpg/i18n/tr.ts +2 -16
- package/src/tool/webpAJpg/i18n/zh.ts +2 -16
- package/src/tool/webpAJpg/seo.astro +2 -1
- package/src/tool/webpAPng/bibliography.ts +16 -0
- package/src/tool/webpAPng/entry.ts +2 -0
- package/src/tool/webpAPng/i18n/de.ts +3 -17
- package/src/tool/webpAPng/i18n/en.ts +3 -17
- package/src/tool/webpAPng/i18n/es.ts +1 -15
- package/src/tool/webpAPng/i18n/fr.ts +9 -23
- package/src/tool/webpAPng/i18n/id.ts +3 -17
- package/src/tool/webpAPng/i18n/it.ts +3 -17
- package/src/tool/webpAPng/i18n/ja.ts +1 -15
- package/src/tool/webpAPng/i18n/ko.ts +1 -15
- package/src/tool/webpAPng/i18n/nl.ts +3 -17
- package/src/tool/webpAPng/i18n/pl.ts +3 -17
- package/src/tool/webpAPng/i18n/pt.ts +3 -17
- package/src/tool/webpAPng/i18n/ru.ts +4 -18
- package/src/tool/webpAPng/i18n/sv.ts +3 -17
- package/src/tool/webpAPng/i18n/tr.ts +2 -17
- package/src/tool/webpAPng/i18n/zh.ts +3 -17
- 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 { WebpAIcoLocaleContent } from '../index';
|
|
@@ -51,17 +52,6 @@ const howTo: WebpAIcoLocaleContent['howTo'] = [
|
|
|
51
52
|
},
|
|
52
53
|
];
|
|
53
54
|
|
|
54
|
-
const bibliography: WebpAIcoLocaleContent['bibliography'] = [
|
|
55
|
-
{
|
|
56
|
-
name: 'Общая документация по заголовкам ICO',
|
|
57
|
-
url: 'https://en.wikipedia.org/wiki/ICO_(file_format)',
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
name: 'Документация Google по WebP',
|
|
61
|
-
url: 'https://developers.google.com/speed/webp',
|
|
62
|
-
},
|
|
63
|
-
];
|
|
64
|
-
|
|
65
55
|
const seo: WebpAIcoLocaleContent['seo'] = [
|
|
66
56
|
{
|
|
67
57
|
type: 'title',
|
|
@@ -79,11 +69,11 @@ const seo: WebpAIcoLocaleContent['seo'] = [
|
|
|
79
69
|
},
|
|
80
70
|
{
|
|
81
71
|
type: 'paragraph',
|
|
82
|
-
html: 'WebP
|
|
72
|
+
html: 'WebP - это универсальный формат изображений, отлично подходящий для фотографий, иллюстраций и иконок веб-интерфейса. Его эффективное сжатие делает его идеальным для ускорения загрузки страниц. Однако в нем отсутствует специфическая бинарная структура, которая требуется операционным системам и браузерам для распознавания и отображения значка приложения или фавикона.',
|
|
83
73
|
},
|
|
84
74
|
{
|
|
85
75
|
type: 'paragraph',
|
|
86
|
-
html: 'ICO
|
|
76
|
+
html: 'ICO - это формат-контейнер Microsoft, разработанный специально для иконок. Он может хранить несколько разрешений в одном файле и поддерживает полную прозрачность через 32-битный альфа-канал. Браузеры по традиции ищут файл <code>favicon.ico</code>, и этот формат гарантирует, что ваша иконка будет выглядеть четкой как на стандартных экранах, так и на дисплеях Retina и 4K.',
|
|
87
77
|
},
|
|
88
78
|
{
|
|
89
79
|
type: 'title',
|
|
@@ -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 { WebpAIcoLocaleContent } from '../index';
|
|
@@ -51,17 +52,6 @@ const howTo: WebpAIcoLocaleContent['howTo'] = [
|
|
|
51
52
|
},
|
|
52
53
|
];
|
|
53
54
|
|
|
54
|
-
const bibliography: WebpAIcoLocaleContent['bibliography'] = [
|
|
55
|
-
{
|
|
56
|
-
name: 'ICO Web Header Allmän Dokumentation',
|
|
57
|
-
url: 'https://en.wikipedia.org/wiki/ICO_(file_format)',
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
name: 'Google WebP Dokumentation',
|
|
61
|
-
url: 'https://developers.google.com/speed/webp',
|
|
62
|
-
},
|
|
63
|
-
];
|
|
64
|
-
|
|
65
55
|
const seo: WebpAIcoLocaleContent['seo'] = [
|
|
66
56
|
{
|
|
67
57
|
type: 'title',
|
|
@@ -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 { WebpAIcoLocaleContent } from '../index';
|
|
@@ -51,17 +52,6 @@ const howTo: WebpAIcoLocaleContent['howTo'] = [
|
|
|
51
52
|
},
|
|
52
53
|
];
|
|
53
54
|
|
|
54
|
-
const bibliography: WebpAIcoLocaleContent['bibliography'] = [
|
|
55
|
-
{
|
|
56
|
-
name: 'ICO Web Üstbilgisi Genel Dokümantasyonu',
|
|
57
|
-
url: 'https://en.wikipedia.org/wiki/ICO_(file_format)',
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
name: 'Google WebP Dokümantasyonu',
|
|
61
|
-
url: 'https://developers.google.com/speed/webp',
|
|
62
|
-
},
|
|
63
|
-
];
|
|
64
|
-
|
|
65
55
|
const seo: WebpAIcoLocaleContent['seo'] = [
|
|
66
56
|
{
|
|
67
57
|
type: 'title',
|
|
@@ -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 { WebpAIcoLocaleContent } from '../index';
|
|
@@ -12,7 +13,6 @@ const ui: ImageConverterUI = {
|
|
|
12
13
|
convertText: '立即将它们转换为 ICO',
|
|
13
14
|
selectFiles: '选择文件',
|
|
14
15
|
processedFiles: '已处理文件',
|
|
15
|
-
downloadAll: '下载全部 (.zip)',
|
|
16
16
|
pending: '等待中',
|
|
17
17
|
bibliographyTitle: '参考文献',
|
|
18
18
|
faqTitle: '常见问题',
|
|
@@ -51,17 +51,6 @@ const howTo: WebpAIcoLocaleContent['howTo'] = [
|
|
|
51
51
|
},
|
|
52
52
|
];
|
|
53
53
|
|
|
54
|
-
const bibliography: WebpAIcoLocaleContent['bibliography'] = [
|
|
55
|
-
{
|
|
56
|
-
name: 'ICO Web 标头通用文档',
|
|
57
|
-
url: 'https://en.wikipedia.org/wiki/ICO_(file_format)',
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
name: 'Google WebP 文档',
|
|
61
|
-
url: 'https://developers.google.com/speed/webp',
|
|
62
|
-
},
|
|
63
|
-
];
|
|
64
|
-
|
|
65
54
|
const seo: WebpAIcoLocaleContent['seo'] = [
|
|
66
55
|
{
|
|
67
56
|
type: 'title',
|
|
@@ -9,6 +9,7 @@ interface Props {
|
|
|
9
9
|
|
|
10
10
|
const { locale = 'es' } = Astro.props;
|
|
11
11
|
const content = await webpAIco.i18n[locale]?.();
|
|
12
|
+
if (!content) return null;
|
|
12
13
|
---
|
|
13
14
|
|
|
14
|
-
{content && <SEORenderer content={{ locale, sections: content.seo }} />}
|
|
15
|
+
{content.seo?.length > 0 && <SEORenderer content={{ locale, sections: content.seo }} />}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import type { BibliographyEntry } from '../../types';
|
|
2
|
+
|
|
3
|
+
export const bibliography: BibliographyEntry[] = [
|
|
4
|
+
{
|
|
5
|
+
name: 'JPEG.org: Die JPEG-Standards',
|
|
6
|
+
url: 'https://jpeg.org/jpeg/',
|
|
7
|
+
},
|
|
8
|
+
{
|
|
9
|
+
name: 'Mozilla Developer Network - image/jpeg',
|
|
10
|
+
url: 'https://developer.mozilla.org/de/docs/Web/Media/Formats/Image_types#jpeg',
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
name: 'WebP-zu-JPEG-Kompatibilität',
|
|
14
|
+
url: 'https://developers.google.com/speed/webp/faq',
|
|
15
|
+
},
|
|
16
|
+
];
|
|
@@ -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 { WebpAJpgLocaleContent } from '../index';
|
|
@@ -51,21 +52,6 @@ const howTo: WebpAJpgLocaleContent['howTo'] = [
|
|
|
51
52
|
},
|
|
52
53
|
];
|
|
53
54
|
|
|
54
|
-
const bibliography: WebpAJpgLocaleContent['bibliography'] = [
|
|
55
|
-
{
|
|
56
|
-
name: 'JPEG.org: Die JPEG-Standards',
|
|
57
|
-
url: 'https://jpeg.org/jpeg/',
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
name: 'Mozilla Developer Network - image/jpeg',
|
|
61
|
-
url: 'https://developer.mozilla.org/de/docs/Web/Media/Formats/Image_types#jpeg',
|
|
62
|
-
},
|
|
63
|
-
{
|
|
64
|
-
name: 'WebP-zu-JPEG-Kompatibilität',
|
|
65
|
-
url: 'https://developers.google.com/speed/webp/faq',
|
|
66
|
-
},
|
|
67
|
-
];
|
|
68
|
-
|
|
69
55
|
const seo: WebpAJpgLocaleContent['seo'] = [
|
|
70
56
|
{
|
|
71
57
|
type: 'title',
|
|
@@ -83,7 +69,7 @@ const seo: WebpAJpgLocaleContent['seo'] = [
|
|
|
83
69
|
},
|
|
84
70
|
{
|
|
85
71
|
type: 'paragraph',
|
|
86
|
-
html: 'WebP glänzt in kontrollierten Umgebungen: moderne Websites in Chrome, Edge oder Firefox, in denen die Browserkompatibilität garantiert werden kann. Die überlegene Kompression reduziert das Dateigewicht um 25
|
|
72
|
+
html: 'WebP glänzt in kontrollierten Umgebungen: moderne Websites in Chrome, Edge oder Firefox, in denen die Browserkompatibilität garantiert werden kann. Die überlegene Kompression reduziert das Dateigewicht um 25-35 % gegenüber einem vergleichbaren JPG, was die Ladezeiten und Core Web Vitals verbessert. Es ist das ideale Format, wenn Sie die Anzeigeumgebung kontrollieren.',
|
|
87
73
|
},
|
|
88
74
|
{
|
|
89
75
|
type: 'paragraph',
|
|
@@ -139,7 +125,7 @@ const seo: WebpAJpgLocaleContent['seo'] = [
|
|
|
139
125
|
{
|
|
140
126
|
type: 'tip',
|
|
141
127
|
title: 'Kompatibilitätstipp',
|
|
142
|
-
html: 'Wenn Sie Fotos mit technisch weniger versierten Benutzern teilen oder per E-Mail versenden, verwenden Sie immer JPG
|
|
128
|
+
html: 'Wenn Sie Fotos mit technisch weniger versierten Benutzern teilen oder per E-Mail versenden, verwenden Sie immer JPG - keine Kompatibilitätsprobleme über alle E-Mail-Clients, Betriebssysteme oder Geräte hinweg, keine Ausnahmen und keine unangenehmen Überraschungen.',
|
|
143
129
|
},
|
|
144
130
|
{
|
|
145
131
|
type: 'title',
|
|
@@ -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 { WebpAJpgLocaleContent } from '../index';
|
|
@@ -52,21 +53,6 @@ const howTo: WebpAJpgLocaleContent['howTo'] = [
|
|
|
52
53
|
},
|
|
53
54
|
];
|
|
54
55
|
|
|
55
|
-
const bibliography: WebpAJpgLocaleContent['bibliography'] = [
|
|
56
|
-
{
|
|
57
|
-
name: 'JPEG.org: The JPEG standards',
|
|
58
|
-
url: 'https://jpeg.org/jpeg/',
|
|
59
|
-
},
|
|
60
|
-
{
|
|
61
|
-
name: 'Mozilla Developer Network - image/jpeg',
|
|
62
|
-
url: 'https://developer.mozilla.org/en-US/docs/Web/Media/Formats/Image_types#jpeg',
|
|
63
|
-
},
|
|
64
|
-
{
|
|
65
|
-
name: 'WebP to JPEG compatibility',
|
|
66
|
-
url: 'https://developers.google.com/speed/webp/faq',
|
|
67
|
-
},
|
|
68
|
-
];
|
|
69
|
-
|
|
70
56
|
const seo: WebpAJpgLocaleContent['seo'] = [
|
|
71
57
|
{
|
|
72
58
|
type: 'title',
|
|
@@ -84,7 +70,7 @@ const seo: WebpAJpgLocaleContent['seo'] = [
|
|
|
84
70
|
},
|
|
85
71
|
{
|
|
86
72
|
type: 'paragraph',
|
|
87
|
-
html: 'WebP excels in controlled environments: modern websites on Chrome, Edge or Firefox where browser compatibility can be guaranteed. Its superior compression reduces file weight by 25
|
|
73
|
+
html: 'WebP excels in controlled environments: modern websites on Chrome, Edge or Firefox where browser compatibility can be guaranteed. Its superior compression reduces file weight by 25-35% compared to equivalent JPG, improving load times and Core Web Vitals metrics. It is the ideal format when you control the viewing environment.',
|
|
88
74
|
},
|
|
89
75
|
{
|
|
90
76
|
type: 'paragraph',
|
|
@@ -140,7 +126,7 @@ const seo: WebpAJpgLocaleContent['seo'] = [
|
|
|
140
126
|
{
|
|
141
127
|
type: 'tip',
|
|
142
128
|
title: 'Compatibility tip',
|
|
143
|
-
html: 'When sharing photos with non-technical users or sending them via email, always use JPG
|
|
129
|
+
html: 'When sharing photos with non-technical users or sending them via email, always use JPG - zero compatibility issues across any email client, operating system or device, no exceptions and no unpleasant surprises.',
|
|
144
130
|
},
|
|
145
131
|
{
|
|
146
132
|
type: 'title',
|
|
@@ -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 { WebpAJpgLocaleContent } from '../index';
|
|
@@ -51,21 +52,6 @@ const howTo: WebpAJpgLocaleContent['howTo'] = [
|
|
|
51
52
|
},
|
|
52
53
|
];
|
|
53
54
|
|
|
54
|
-
const bibliography: WebpAJpgLocaleContent['bibliography'] = [
|
|
55
|
-
{
|
|
56
|
-
name: 'JPEG.org: The JPEG standards',
|
|
57
|
-
url: 'https://jpeg.org/jpeg/',
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
name: 'Mozilla Developer Network - image/jpeg',
|
|
61
|
-
url: 'https://developer.mozilla.org/es/docs/Web/Media/Formats/Image_types#jpeg',
|
|
62
|
-
},
|
|
63
|
-
{
|
|
64
|
-
name: 'Compatibilidad WebP a JPEG',
|
|
65
|
-
url: 'https://developers.google.com/speed/webp/faq',
|
|
66
|
-
},
|
|
67
|
-
];
|
|
68
|
-
|
|
69
55
|
const seo: WebpAJpgLocaleContent['seo'] = [
|
|
70
56
|
{
|
|
71
57
|
type: 'title',
|
|
@@ -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 { WebpAJpgLocaleContent } from '../index';
|
|
@@ -51,47 +52,32 @@ const howTo: WebpAJpgLocaleContent['howTo'] = [
|
|
|
51
52
|
},
|
|
52
53
|
];
|
|
53
54
|
|
|
54
|
-
const bibliography: WebpAJpgLocaleContent['bibliography'] = [
|
|
55
|
-
{
|
|
56
|
-
name: 'JPEG.org: Les standards JPEG',
|
|
57
|
-
url: 'https://jpeg.org/jpeg/',
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
name: 'Mozilla Developer Network - image/jpeg',
|
|
61
|
-
url: 'https://developer.mozilla.org/fr/docs/Web/Media/Formats/Image_types#jpeg',
|
|
62
|
-
},
|
|
63
|
-
{
|
|
64
|
-
name: 'Compatibilité WebP vers JPEG',
|
|
65
|
-
url: 'https://developers.google.com/speed/webp/faq',
|
|
66
|
-
},
|
|
67
|
-
];
|
|
68
|
-
|
|
69
55
|
const seo: WebpAJpgLocaleContent['seo'] = [
|
|
70
56
|
{
|
|
71
57
|
type: 'title',
|
|
72
|
-
text: 'Convertisseur WebP vers JPG
|
|
58
|
+
text: 'Convertisseur WebP vers JPG: Compatibilité Universelle sans Compromettre la Confidentialité',
|
|
73
59
|
level: 2,
|
|
74
60
|
},
|
|
75
61
|
{
|
|
76
62
|
type: 'paragraph',
|
|
77
|
-
html: '<strong>WebP</strong> est le pari de Google sur l\'
|
|
63
|
+
html: '<strong>WebP</strong> est le pari de Google sur l\'efficacité: des images plus légères avec une qualité comparable au JPG traditionnel. Cependant, sa compatibilité reste un problème dans le monde réel. Les clients de messagerie comme Outlook, les anciens logiciels de conception, les applications de messagerie et les flux de travail en entreprise dépendent toujours de l\'ubiquitaire <strong>JPG</strong>. Convertir WebP en JPG est le pont entre le web moderne et le monde réel.',
|
|
78
64
|
},
|
|
79
65
|
{
|
|
80
66
|
type: 'title',
|
|
81
|
-
text: 'WebP vs JPG
|
|
67
|
+
text: 'WebP vs JPG: Quand utiliser chaque format ?',
|
|
82
68
|
level: 3,
|
|
83
69
|
},
|
|
84
70
|
{
|
|
85
71
|
type: 'paragraph',
|
|
86
|
-
html: 'WebP excelle dans les environnements contrôlés
|
|
72
|
+
html: 'WebP excelle dans les environnements contrôlés: sites web modernes sur Chrome, Edge ou Firefox où la compatibilité du navigateur peut être garantie. Sa compression supérieure réduit le poids des fichiers de 25-35% par rapport à un JPG équivalent, améliorant les temps de chargement et les métriques Core Web Vitals. C\'est le format idéal lorsque vous contrôlez l\'environnement de visualisation.',
|
|
87
73
|
},
|
|
88
74
|
{
|
|
89
75
|
type: 'paragraph',
|
|
90
|
-
html: 'Le JPG, quant à lui, fonctionne dans <em>absolument tous les contextes</em
|
|
76
|
+
html: 'Le JPG, quant à lui, fonctionne dans <em>absolument tous les contextes</em>: pièces jointes d\'e-mails, présentations PowerPoint, documents Word, imprimantes domestiques, applications d\'édition héritées et plateformes sociales sans exception. Si vous avez besoin que quelqu\'un ouvre votre image sans friction technique, le JPG est la bonne réponse.',
|
|
91
77
|
},
|
|
92
78
|
{
|
|
93
79
|
type: 'title',
|
|
94
|
-
text: 'Comparatif
|
|
80
|
+
text: 'Comparatif: Conversion Locale vs Cloud',
|
|
95
81
|
level: 3,
|
|
96
82
|
},
|
|
97
83
|
{
|
|
@@ -115,7 +101,7 @@ const seo: WebpAJpgLocaleContent['seo'] = [
|
|
|
115
101
|
icon: 'mdi:laptop-mac',
|
|
116
102
|
highlight: true,
|
|
117
103
|
points: [
|
|
118
|
-
'Zéro octet
|
|
104
|
+
'Zéro octet envoyé: tout se passe dans votre mémoire RAM',
|
|
119
105
|
'Vitesse instantanée sans dépendre de votre connexion',
|
|
120
106
|
'Aucune limite sur la taille des fichiers ou le nombre de fichiers',
|
|
121
107
|
'Idéal pour les photos personnelles, médicales ou d\'entreprise',
|
|
@@ -134,12 +120,12 @@ const seo: WebpAJpgLocaleContent['seo'] = [
|
|
|
134
120
|
},
|
|
135
121
|
{
|
|
136
122
|
type: 'paragraph',
|
|
137
|
-
html: 'L\'étape finale est l\'exportation
|
|
123
|
+
html: 'L\'étape finale est l\'exportation: la méthode <code>toDataURL(\'image/jpeg\')</code> du Canvas convertit les pixels du canevas en un flux d\'octets JPG compressé de haute qualité. Ce flux est livré directement au système de téléchargement du navigateur, sans aucune communication réseau. Tout le processus prend quelques millisecondes, même pour des images de plusieurs mégapixels.',
|
|
138
124
|
},
|
|
139
125
|
{
|
|
140
126
|
type: 'tip',
|
|
141
127
|
title: 'Conseil de compatibilité',
|
|
142
|
-
html: 'Lorsque vous partagez des photos avec des utilisateurs non techniques ou que vous les envoyez par e-mail, utilisez toujours le JPG
|
|
128
|
+
html: 'Lorsque vous partagez des photos avec des utilisateurs non techniques ou que vous les envoyez par e-mail, utilisez toujours le JPG - zéro problème de compatibilité sur n\'importe quel client de messagerie, système d\'exploitation ou appareil, sans exception et sans mauvaise surprise.',
|
|
143
129
|
},
|
|
144
130
|
{
|
|
145
131
|
type: 'title',
|
|
@@ -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 { WebpAJpgLocaleContent } from '../index';
|
|
@@ -51,21 +52,6 @@ const howTo: WebpAJpgLocaleContent['howTo'] = [
|
|
|
51
52
|
},
|
|
52
53
|
];
|
|
53
54
|
|
|
54
|
-
const bibliography: WebpAJpgLocaleContent['bibliography'] = [
|
|
55
|
-
{
|
|
56
|
-
name: 'JPEG.org: Standar JPEG',
|
|
57
|
-
url: 'https://jpeg.org/jpeg/',
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
name: 'Mozilla Developer Network - image/jpeg',
|
|
61
|
-
url: 'https://developer.mozilla.org/en-US/docs/Web/Media/Formats/Image_types#jpeg',
|
|
62
|
-
},
|
|
63
|
-
{
|
|
64
|
-
name: 'Kompatibilitas WebP ke JPEG',
|
|
65
|
-
url: 'https://developers.google.com/speed/webp/faq',
|
|
66
|
-
},
|
|
67
|
-
];
|
|
68
|
-
|
|
69
55
|
const seo: WebpAJpgLocaleContent['seo'] = [
|
|
70
56
|
{
|
|
71
57
|
type: 'title',
|
|
@@ -83,7 +69,7 @@ const seo: WebpAJpgLocaleContent['seo'] = [
|
|
|
83
69
|
},
|
|
84
70
|
{
|
|
85
71
|
type: 'paragraph',
|
|
86
|
-
html: 'WebP unggul dalam lingkungan terkontrol: situs web modern di Chrome, Edge, atau Firefox di mana kompatibilitas browser dapat dijamin. Kompresinya yang unggul mengurangi berat file sebesar 25
|
|
72
|
+
html: 'WebP unggul dalam lingkungan terkontrol: situs web modern di Chrome, Edge, atau Firefox di mana kompatibilitas browser dapat dijamin. Kompresinya yang unggul mengurangi berat file sebesar 25-35% dibandingkan dengan JPG yang setara, meningkatkan waktu pemuatan dan metrik Core Web Vitals. Ini adalah format ideal saat Anda mengontrol lingkungan tampilan.',
|
|
87
73
|
},
|
|
88
74
|
{
|
|
89
75
|
type: 'paragraph',
|
|
@@ -139,7 +125,7 @@ const seo: WebpAJpgLocaleContent['seo'] = [
|
|
|
139
125
|
{
|
|
140
126
|
type: 'tip',
|
|
141
127
|
title: 'Tip kompatibilitas',
|
|
142
|
-
html: 'Saat berbagi foto dengan pengguna non-teknis atau mengirimnya melalui email, selalu gunakan JPG
|
|
128
|
+
html: 'Saat berbagi foto dengan pengguna non-teknis atau mengirimnya melalui email, selalu gunakan JPG - nol masalah kompatibilitas di klien email, sistem operasi, atau perangkat apa pun, tanpa pengecualian dan tanpa kejutan yang tidak menyenangkan.',
|
|
143
129
|
},
|
|
144
130
|
{
|
|
145
131
|
type: 'title',
|
|
@@ -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 { WebpAJpgLocaleContent } from '../index';
|
|
@@ -51,21 +52,6 @@ const howTo: WebpAJpgLocaleContent['howTo'] = [
|
|
|
51
52
|
},
|
|
52
53
|
];
|
|
53
54
|
|
|
54
|
-
const bibliography: WebpAJpgLocaleContent['bibliography'] = [
|
|
55
|
-
{
|
|
56
|
-
name: 'JPEG.org: Gli standard JPEG',
|
|
57
|
-
url: 'https://jpeg.org/jpeg/',
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
name: 'Mozilla Developer Network - image/jpeg',
|
|
61
|
-
url: 'https://developer.mozilla.org/it/docs/Web/Media/Formats/Image_types#jpeg',
|
|
62
|
-
},
|
|
63
|
-
{
|
|
64
|
-
name: 'Compatibilità da WebP a JPEG',
|
|
65
|
-
url: 'https://developers.google.com/speed/webp/faq',
|
|
66
|
-
},
|
|
67
|
-
];
|
|
68
|
-
|
|
69
55
|
const seo: WebpAJpgLocaleContent['seo'] = [
|
|
70
56
|
{
|
|
71
57
|
type: 'title',
|
|
@@ -139,7 +125,7 @@ const seo: WebpAJpgLocaleContent['seo'] = [
|
|
|
139
125
|
{
|
|
140
126
|
type: 'tip',
|
|
141
127
|
title: 'Suggerimento per la compatibilità',
|
|
142
|
-
html: 'Quando condividi foto con utenti non tecnici o le invii via e-mail, usa sempre il JPG
|
|
128
|
+
html: 'Quando condividi foto con utenti non tecnici o le invii via e-mail, usa sempre il JPG - zero problemi di compatibilità su qualsiasi client di posta, sistema operativo o dispositivo, nessuna eccezione e nessuna spiacevole sorpresa.',
|
|
143
129
|
},
|
|
144
130
|
{
|
|
145
131
|
type: 'title',
|
|
@@ -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 { WebpAJpgLocaleContent } from '../index';
|
|
@@ -51,21 +52,6 @@ const howTo: WebpAJpgLocaleContent['howTo'] = [
|
|
|
51
52
|
},
|
|
52
53
|
];
|
|
53
54
|
|
|
54
|
-
const bibliography: WebpAJpgLocaleContent['bibliography'] = [
|
|
55
|
-
{
|
|
56
|
-
name: 'JPEG.org: JPEG規格',
|
|
57
|
-
url: 'https://jpeg.org/jpeg/',
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
name: 'Mozilla Developer Network - image/jpeg',
|
|
61
|
-
url: 'https://developer.mozilla.org/ja/docs/Web/Media/Formats/Image_types#jpeg',
|
|
62
|
-
},
|
|
63
|
-
{
|
|
64
|
-
name: 'WebPからJPEGへの互換性',
|
|
65
|
-
url: 'https://developers.google.com/speed/webp/faq',
|
|
66
|
-
},
|
|
67
|
-
];
|
|
68
|
-
|
|
69
55
|
const seo: WebpAJpgLocaleContent['seo'] = [
|
|
70
56
|
{
|
|
71
57
|
type: 'title',
|
|
@@ -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 { WebpAJpgLocaleContent } from '../index';
|
|
@@ -51,21 +52,6 @@ const howTo: WebpAJpgLocaleContent['howTo'] = [
|
|
|
51
52
|
},
|
|
52
53
|
];
|
|
53
54
|
|
|
54
|
-
const bibliography: WebpAJpgLocaleContent['bibliography'] = [
|
|
55
|
-
{
|
|
56
|
-
name: 'JPEG.org: JPEG 표준',
|
|
57
|
-
url: 'https://jpeg.org/jpeg/',
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
name: 'Mozilla Developer Network - image/jpeg',
|
|
61
|
-
url: 'https://developer.mozilla.org/en-US/docs/Web/Media/Formats/Image_types#jpeg',
|
|
62
|
-
},
|
|
63
|
-
{
|
|
64
|
-
name: 'WebP에서 JPEG로의 호환성',
|
|
65
|
-
url: 'https://developers.google.com/speed/webp/faq',
|
|
66
|
-
},
|
|
67
|
-
];
|
|
68
|
-
|
|
69
55
|
const seo: WebpAJpgLocaleContent['seo'] = [
|
|
70
56
|
{
|
|
71
57
|
type: 'title',
|
|
@@ -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 { WebpAJpgLocaleContent } from '../index';
|
|
@@ -51,21 +52,6 @@ const howTo: WebpAJpgLocaleContent['howTo'] = [
|
|
|
51
52
|
},
|
|
52
53
|
];
|
|
53
54
|
|
|
54
|
-
const bibliography: WebpAJpgLocaleContent['bibliography'] = [
|
|
55
|
-
{
|
|
56
|
-
name: 'JPEG.org: De JPEG-standaarden',
|
|
57
|
-
url: 'https://jpeg.org/jpeg/',
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
name: 'Mozilla Developer Network - image/jpeg',
|
|
61
|
-
url: 'https://developer.mozilla.org/en-US/docs/Web/Media/Formats/Image_types#jpeg',
|
|
62
|
-
},
|
|
63
|
-
{
|
|
64
|
-
name: 'Compatibiliteit van WebP naar JPEG',
|
|
65
|
-
url: 'https://developers.google.com/speed/webp/faq',
|
|
66
|
-
},
|
|
67
|
-
];
|
|
68
|
-
|
|
69
55
|
const seo: WebpAJpgLocaleContent['seo'] = [
|
|
70
56
|
{
|
|
71
57
|
type: 'title',
|
|
@@ -139,7 +125,7 @@ const seo: WebpAJpgLocaleContent['seo'] = [
|
|
|
139
125
|
{
|
|
140
126
|
type: 'tip',
|
|
141
127
|
title: 'Compatibiliteitstip',
|
|
142
|
-
html: 'Bij het delen van foto\'s met niet-technische gebruikers of het verzenden per e-mail, gebruik altijd JPG
|
|
128
|
+
html: 'Bij het delen van foto\'s met niet-technische gebruikers of het verzenden per e-mail, gebruik altijd JPG - nul compatibiliteitsproblemen op alle e-mailclients, besturingssystemen of apparaten, geen uitzonderingen en geen onaangename verrassingen.',
|
|
143
129
|
},
|
|
144
130
|
{
|
|
145
131
|
type: 'title',
|
|
@@ -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 { WebpAJpgLocaleContent } from '../index';
|
|
@@ -51,21 +52,6 @@ const howTo: WebpAJpgLocaleContent['howTo'] = [
|
|
|
51
52
|
},
|
|
52
53
|
];
|
|
53
54
|
|
|
54
|
-
const bibliography: WebpAJpgLocaleContent['bibliography'] = [
|
|
55
|
-
{
|
|
56
|
-
name: 'JPEG.org: Standardy JPEG',
|
|
57
|
-
url: 'https://jpeg.org/jpeg/',
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
name: 'Mozilla Developer Network - image/jpeg',
|
|
61
|
-
url: 'https://developer.mozilla.org/en-US/docs/Web/Media/Formats/Image_types#jpeg',
|
|
62
|
-
},
|
|
63
|
-
{
|
|
64
|
-
name: 'Kompatybilność WebP z JPEG',
|
|
65
|
-
url: 'https://developers.google.com/speed/webp/faq',
|
|
66
|
-
},
|
|
67
|
-
];
|
|
68
|
-
|
|
69
55
|
const seo: WebpAJpgLocaleContent['seo'] = [
|
|
70
56
|
{
|
|
71
57
|
type: 'title',
|
|
@@ -83,7 +69,7 @@ const seo: WebpAJpgLocaleContent['seo'] = [
|
|
|
83
69
|
},
|
|
84
70
|
{
|
|
85
71
|
type: 'paragraph',
|
|
86
|
-
html: 'WebP doskonale sprawdza się w kontrolowanych środowiskach: nowoczesnych stronach internetowych w przeglądarkach Chrome, Edge lub Firefox, gdzie można zagwarantować kompatybilność. Jego doskonała kompresja zmniejsza wagę plików o 25
|
|
72
|
+
html: 'WebP doskonale sprawdza się w kontrolowanych środowiskach: nowoczesnych stronach internetowych w przeglądarkach Chrome, Edge lub Firefox, gdzie można zagwarantować kompatybilność. Jego doskonała kompresja zmniejsza wagę plików o 25-35% w porównaniu z odpowiednikiem JPG, poprawiając czas ładowania i wskaźniki Core Web Vitals. Jest to idealny format, gdy kontrolujesz środowisko wyświetlania.',
|
|
87
73
|
},
|
|
88
74
|
{
|
|
89
75
|
type: 'paragraph',
|
|
@@ -139,7 +125,7 @@ const seo: WebpAJpgLocaleContent['seo'] = [
|
|
|
139
125
|
{
|
|
140
126
|
type: 'tip',
|
|
141
127
|
title: 'Wskazówka dotycząca kompatybilności',
|
|
142
|
-
html: 'Podczas udostępniania zdjęć nietechnicznym użytkownikom lub wysyłania ich pocztą e-mail, zawsze używaj formatu JPG
|
|
128
|
+
html: 'Podczas udostępniania zdjęć nietechnicznym użytkownikom lub wysyłania ich pocztą e-mail, zawsze używaj formatu JPG - brak problemów z kompatybilnością w dowolnym kliencie pocztowym, systemie operacyjnym lub urządzeniu, bez wyjątków i przykrych niespodzianek.',
|
|
143
129
|
},
|
|
144
130
|
{
|
|
145
131
|
type: 'title',
|
|
@@ -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 { WebpAJpgLocaleContent } from '../index';
|
|
@@ -51,21 +52,6 @@ const howTo: WebpAJpgLocaleContent['howTo'] = [
|
|
|
51
52
|
},
|
|
52
53
|
];
|
|
53
54
|
|
|
54
|
-
const bibliography: WebpAJpgLocaleContent['bibliography'] = [
|
|
55
|
-
{
|
|
56
|
-
name: 'JPEG.org: Os padrões JPEG',
|
|
57
|
-
url: 'https://jpeg.org/jpeg/',
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
name: 'Mozilla Developer Network - image/jpeg',
|
|
61
|
-
url: 'https://developer.mozilla.org/pt-BR/docs/Web/Media/Formats/Image_types#jpeg',
|
|
62
|
-
},
|
|
63
|
-
{
|
|
64
|
-
name: 'Compatibilidade de WebP para JPEG',
|
|
65
|
-
url: 'https://developers.google.com/speed/webp/faq',
|
|
66
|
-
},
|
|
67
|
-
];
|
|
68
|
-
|
|
69
55
|
const seo: WebpAJpgLocaleContent['seo'] = [
|
|
70
56
|
{
|
|
71
57
|
type: 'title',
|
|
@@ -83,7 +69,7 @@ const seo: WebpAJpgLocaleContent['seo'] = [
|
|
|
83
69
|
},
|
|
84
70
|
{
|
|
85
71
|
type: 'paragraph',
|
|
86
|
-
html: 'O WebP brilha em ambientes controlados: sites modernos no Chrome, Edge ou Firefox, onde a compatibilidade do navegador pode ser garantida. A sua compressão superior reduz o peso do arquivo em 25
|
|
72
|
+
html: 'O WebP brilha em ambientes controlados: sites modernos no Chrome, Edge ou Firefox, onde a compatibilidade do navegador pode ser garantida. A sua compressão superior reduz o peso do arquivo em 25-35% em comparação com um JPG equivalente, melhorando os tempos de carregamento e as métricas de Core Web Vitals. É o formato ideal quando você controla o ambiente de visualização.',
|
|
87
73
|
},
|
|
88
74
|
{
|
|
89
75
|
type: 'paragraph',
|
|
@@ -139,7 +125,7 @@ const seo: WebpAJpgLocaleContent['seo'] = [
|
|
|
139
125
|
{
|
|
140
126
|
type: 'tip',
|
|
141
127
|
title: 'Dica de compatibilidade',
|
|
142
|
-
html: 'Ao compartilhar fotos com utilizadores não técnicos ou enviá-las por e-mail, use sempre JPG
|
|
128
|
+
html: 'Ao compartilhar fotos com utilizadores não técnicos ou enviá-las por e-mail, use sempre JPG - zero problemas de compatibilidade em qualquer cliente de e-mail, sistema operativo ou dispositivo, sem exceções e sem surpresas desagradáveis.',
|
|
143
129
|
},
|
|
144
130
|
{
|
|
145
131
|
type: 'title',
|