@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 { BmpAWebpLocaleContent } from '../index';
|
|
@@ -51,17 +52,6 @@ const howTo: BmpAWebpLocaleContent['howTo'] = [
|
|
|
51
52
|
},
|
|
52
53
|
];
|
|
53
54
|
|
|
54
|
-
const bibliography: BmpAWebpLocaleContent['bibliography'] = [
|
|
55
|
-
{
|
|
56
|
-
name: 'BMP File Format',
|
|
57
|
-
url: 'https://en.wikipedia.org/wiki/BMP_file_format',
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
name: 'Google WebP Documentation',
|
|
61
|
-
url: 'https://developers.google.com/speed/webp',
|
|
62
|
-
},
|
|
63
|
-
];
|
|
64
|
-
|
|
65
55
|
const seo: BmpAWebpLocaleContent['seo'] = [
|
|
66
56
|
{
|
|
67
57
|
type: 'title',
|
|
@@ -112,7 +102,7 @@ const seo: BmpAWebpLocaleContent['seo'] = [
|
|
|
112
102
|
highlight: true,
|
|
113
103
|
points: [
|
|
114
104
|
'Instant conversion with no network transfer',
|
|
115
|
-
'Absolute privacy
|
|
105
|
+
'Absolute privacy - 0 bytes leave your device',
|
|
116
106
|
'No file size limits',
|
|
117
107
|
'Works without an internet connection',
|
|
118
108
|
],
|
|
@@ -146,11 +136,11 @@ const seo: BmpAWebpLocaleContent['seo'] = [
|
|
|
146
136
|
type: 'list',
|
|
147
137
|
icon: 'mdi:check-circle',
|
|
148
138
|
items: [
|
|
149
|
-
'Web publishing
|
|
150
|
-
'Social media
|
|
151
|
-
'Web apps and PWAs
|
|
152
|
-
'Efficient archiving
|
|
153
|
-
'Email marketing
|
|
139
|
+
'Web publishing - Chrome, Firefox, Safari, Edge and all modern browsers.',
|
|
140
|
+
'Social media - Instagram, Twitter, Facebook natively accept WebP.',
|
|
141
|
+
'Web apps and PWAs - minimal sizes for instant loading.',
|
|
142
|
+
'Efficient archiving - replace legacy BMP collections saving gigabytes.',
|
|
143
|
+
'Email marketing - lightweight images that load fast in any modern mail client.',
|
|
154
144
|
],
|
|
155
145
|
},
|
|
156
146
|
{
|
|
@@ -160,7 +150,7 @@ const seo: BmpAWebpLocaleContent['seo'] = [
|
|
|
160
150
|
},
|
|
161
151
|
{
|
|
162
152
|
type: 'paragraph',
|
|
163
|
-
html: 'If you have legacy BMP files from Windows, uncompressed screenshots or images from old tools, converting them to WebP is the most impactful action you can take to optimize your storage and web performance. With our tool, the conversion is instant, private and unlimited
|
|
153
|
+
html: 'If you have legacy BMP files from Windows, uncompressed screenshots or images from old tools, converting them to WebP is the most impactful action you can take to optimize your storage and web performance. With our tool, the conversion is instant, private and unlimited - exactly as it should be.',
|
|
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 { BmpAWebpLocaleContent } from '../index';
|
|
@@ -51,17 +52,6 @@ const howTo: BmpAWebpLocaleContent['howTo'] = [
|
|
|
51
52
|
},
|
|
52
53
|
];
|
|
53
54
|
|
|
54
|
-
const bibliography: BmpAWebpLocaleContent['bibliography'] = [
|
|
55
|
-
{
|
|
56
|
-
name: 'BMP File Format',
|
|
57
|
-
url: 'https://en.wikipedia.org/wiki/BMP_file_format',
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
name: 'Google WebP Documentation',
|
|
61
|
-
url: 'https://developers.google.com/speed/webp',
|
|
62
|
-
},
|
|
63
|
-
];
|
|
64
|
-
|
|
65
55
|
const seo: BmpAWebpLocaleContent['seo'] = [
|
|
66
56
|
{
|
|
67
57
|
type: 'title',
|
|
@@ -112,7 +102,7 @@ const seo: BmpAWebpLocaleContent['seo'] = [
|
|
|
112
102
|
highlight: true,
|
|
113
103
|
points: [
|
|
114
104
|
'Conversión instantánea sin transferencia de red',
|
|
115
|
-
'Privacidad absoluta
|
|
105
|
+
'Privacidad absoluta - 0 bytes salen de tu dispositivo',
|
|
116
106
|
'Sin límites de tamaño por archivo',
|
|
117
107
|
'Funciona sin conexión a internet',
|
|
118
108
|
],
|
|
@@ -146,11 +136,11 @@ const seo: BmpAWebpLocaleContent['seo'] = [
|
|
|
146
136
|
type: 'list',
|
|
147
137
|
icon: 'mdi:check-circle',
|
|
148
138
|
items: [
|
|
149
|
-
'Publicación web
|
|
150
|
-
'Redes sociales
|
|
151
|
-
'Aplicaciones web y PWA
|
|
152
|
-
'Archivado eficiente
|
|
153
|
-
'Email marketing
|
|
139
|
+
'Publicación web - Chrome, Firefox, Safari, Edge y todos los navegadores modernos.',
|
|
140
|
+
'Redes sociales - Instagram, Twitter, Facebook aceptan WebP de forma nativa.',
|
|
141
|
+
'Aplicaciones web y PWA - tamaños mínimos para carga instantánea.',
|
|
142
|
+
'Archivado eficiente - sustituye colecciones de BMPs heredados ahorrando gigabytes.',
|
|
143
|
+
'Email marketing - imágenes ligeras que cargan rápido en cualquier cliente de correo moderno.',
|
|
154
144
|
],
|
|
155
145
|
},
|
|
156
146
|
{
|
|
@@ -160,7 +150,7 @@ const seo: BmpAWebpLocaleContent['seo'] = [
|
|
|
160
150
|
},
|
|
161
151
|
{
|
|
162
152
|
type: 'paragraph',
|
|
163
|
-
html: 'Si tienes archivos BMP heredados de Windows, capturas de pantalla sin comprimir o imágenes de herramientas antiguas, convertirlos a WebP es la acción más impactante que puedes tomar para optimizar tu almacenamiento y rendimiento web. Con nuestra herramienta, la conversión es instantánea, privada y sin límites
|
|
153
|
+
html: 'Si tienes archivos BMP heredados de Windows, capturas de pantalla sin comprimir o imágenes de herramientas antiguas, convertirlos a WebP es la acción más impactante que puedes tomar para optimizar tu almacenamiento y rendimiento web. Con nuestra herramienta, la conversión es instantánea, privada y sin límites - exactamente como debería ser.',
|
|
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 { BmpAWebpLocaleContent } from '../index';
|
|
@@ -51,26 +52,15 @@ const howTo: BmpAWebpLocaleContent['howTo'] = [
|
|
|
51
52
|
},
|
|
52
53
|
];
|
|
53
54
|
|
|
54
|
-
const bibliography: BmpAWebpLocaleContent['bibliography'] = [
|
|
55
|
-
{
|
|
56
|
-
name: 'Format de fichier BMP',
|
|
57
|
-
url: 'https://en.wikipedia.org/wiki/BMP_file_format',
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
name: 'Documentation Google WebP',
|
|
61
|
-
url: 'https://developers.google.com/speed/webp',
|
|
62
|
-
},
|
|
63
|
-
];
|
|
64
|
-
|
|
65
55
|
const seo: BmpAWebpLocaleContent['seo'] = [
|
|
66
56
|
{
|
|
67
57
|
type: 'title',
|
|
68
|
-
text: 'Convertisseur BMP vers WebP
|
|
58
|
+
text: 'Convertisseur BMP vers WebP: La Réduction de Taille la Plus Extrême Possible',
|
|
69
59
|
level: 2,
|
|
70
60
|
},
|
|
71
61
|
{
|
|
72
62
|
type: 'paragraph',
|
|
73
|
-
html: 'Convertir BMP en WebP est sans conteste la transformation la plus spectaculaire que vous puissiez faire avec une image. Le format BMP (Bitmap) est le format le plus ancien et le plus lourd de l\'écosystème numérique
|
|
63
|
+
html: 'Convertir BMP en WebP est sans conteste la transformation la plus spectaculaire que vous puissiez faire avec une image. Le format BMP (Bitmap) est le format le plus ancien et le plus lourd de l\'écosystème numérique: il stocke chaque pixel sans aucune compression, produisant des fichiers qui peuvent peser 20, 50 ou même 100 fois plus que leur équivalent moderne. WebP, développé par Google, applique des algorithmes de compression de dernière génération qui réduisent la taille au minimum possible tout en maintenant une excellente qualité visuelle.',
|
|
74
64
|
},
|
|
75
65
|
{
|
|
76
66
|
type: 'title',
|
|
@@ -79,7 +69,7 @@ const seo: BmpAWebpLocaleContent['seo'] = [
|
|
|
79
69
|
},
|
|
80
70
|
{
|
|
81
71
|
type: 'paragraph',
|
|
82
|
-
html: 'Le format BMP est né dans les années 80 pour Windows, à une époque où l\'espace disque était abondant et la compression n\'était pas une priorité. Chaque pixel est stocké tel quel, sans aucun algorithme de réduction
|
|
72
|
+
html: 'Le format BMP est né dans les années 80 pour Windows, à une époque où l\'espace disque était abondant et la compression n\'était pas une priorité. Chaque pixel est stocké tel quel, sans aucun algorithme de réduction: une image de 1920x1080 pixels en BMP occupe exactement 5,93 Mo quel que soit son contenu. Cela le rend idéal pour les captures d\'écran internes ou l\'édition sans perte, mais totalement inadapté au web ou au stockage moderne.',
|
|
83
73
|
},
|
|
84
74
|
{
|
|
85
75
|
type: 'paragraph',
|
|
@@ -87,7 +77,7 @@ const seo: BmpAWebpLocaleContent['seo'] = [
|
|
|
87
77
|
},
|
|
88
78
|
{
|
|
89
79
|
type: 'title',
|
|
90
|
-
text: 'Comparatif
|
|
80
|
+
text: 'Comparatif: Convertisseurs Cloud vs Notre Architecture Locale',
|
|
91
81
|
level: 3,
|
|
92
82
|
},
|
|
93
83
|
{
|
|
@@ -112,7 +102,7 @@ const seo: BmpAWebpLocaleContent['seo'] = [
|
|
|
112
102
|
highlight: true,
|
|
113
103
|
points: [
|
|
114
104
|
'Conversion instantanée sans transfert réseau',
|
|
115
|
-
'Confidentialité absolue
|
|
105
|
+
'Confidentialité absolue - 0 octet ne quitte votre appareil',
|
|
116
106
|
'Aucune limite de taille de fichier',
|
|
117
107
|
'Fonctionne sans connexion internet',
|
|
118
108
|
],
|
|
@@ -146,21 +136,21 @@ const seo: BmpAWebpLocaleContent['seo'] = [
|
|
|
146
136
|
type: 'list',
|
|
147
137
|
icon: 'mdi:check-circle',
|
|
148
138
|
items: [
|
|
149
|
-
'Publication web
|
|
150
|
-
'Réseaux sociaux
|
|
151
|
-
'Applications web et PWA
|
|
152
|
-
'Archivage efficace
|
|
153
|
-
'Email marketing
|
|
139
|
+
'Publication web - Chrome, Firefox, Safari, Edge et tous les navigateurs modernes.',
|
|
140
|
+
'Réseaux sociaux - Instagram, Twitter, Facebook acceptent nativement le WebP.',
|
|
141
|
+
'Applications web et PWA - tailles minimales pour un chargement instantané.',
|
|
142
|
+
'Archivage efficace - remplacez les collections BMP héritées en économisant des gigaoctets.',
|
|
143
|
+
'Email marketing - images légères qui chargent rapidement dans tout client de messagerie moderne.',
|
|
154
144
|
],
|
|
155
145
|
},
|
|
156
146
|
{
|
|
157
147
|
type: 'title',
|
|
158
|
-
text: 'Conclusion
|
|
148
|
+
text: 'Conclusion: La conversion la plus impactante en un seul clic',
|
|
159
149
|
level: 3,
|
|
160
150
|
},
|
|
161
151
|
{
|
|
162
152
|
type: 'paragraph',
|
|
163
|
-
html: 'Si vous avez des fichiers BMP hérités de Windows, des captures d\'écran non compressées ou des images provenant d\'anciens outils, les convertir en WebP est l\'action la plus impactante que vous puissiez prendre pour optimiser votre stockage et vos performances web. Avec notre outil, la conversion est instantanée, privée et sans limites
|
|
153
|
+
html: 'Si vous avez des fichiers BMP hérités de Windows, des captures d\'écran non compressées ou des images provenant d\'anciens outils, les convertir en WebP est l\'action la plus impactante que vous puissiez prendre pour optimiser votre stockage et vos performances web. Avec notre outil, la conversion est instantanée, privée et sans limites - exactement comme elle devrait être.',
|
|
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 { BmpAWebpLocaleContent } from '../index';
|
|
@@ -51,17 +52,6 @@ const howTo: BmpAWebpLocaleContent['howTo'] = [
|
|
|
51
52
|
},
|
|
52
53
|
];
|
|
53
54
|
|
|
54
|
-
const bibliography: BmpAWebpLocaleContent['bibliography'] = [
|
|
55
|
-
{
|
|
56
|
-
name: 'BMP File Format',
|
|
57
|
-
url: 'https://en.wikipedia.org/wiki/BMP_file_format',
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
name: 'Google WebP Documentation',
|
|
61
|
-
url: 'https://developers.google.com/speed/webp',
|
|
62
|
-
},
|
|
63
|
-
];
|
|
64
|
-
|
|
65
55
|
const seo: BmpAWebpLocaleContent['seo'] = [
|
|
66
56
|
{
|
|
67
57
|
type: 'title',
|
|
@@ -112,7 +102,7 @@ const seo: BmpAWebpLocaleContent['seo'] = [
|
|
|
112
102
|
highlight: true,
|
|
113
103
|
points: [
|
|
114
104
|
'Konversi instan tanpa transfer jaringan',
|
|
115
|
-
'Privasi absolut
|
|
105
|
+
'Privasi absolut - 0 byte yang keluar dari perangkat Anda',
|
|
116
106
|
'Tanpa batasan ukuran per file',
|
|
117
107
|
'Berfungsi tanpa koneksi internet',
|
|
118
108
|
],
|
|
@@ -146,11 +136,11 @@ const seo: BmpAWebpLocaleContent['seo'] = [
|
|
|
146
136
|
type: 'list',
|
|
147
137
|
icon: 'mdi:check-circle',
|
|
148
138
|
items: [
|
|
149
|
-
'Publikasi web
|
|
150
|
-
'Jejaring sosial
|
|
151
|
-
'Aplikasi web dan PWA
|
|
152
|
-
'Pengarsipan efisien
|
|
153
|
-
'Pemasaran email
|
|
139
|
+
'Publikasi web - Chrome, Firefox, Safari, Edge, dan semua browser modern.',
|
|
140
|
+
'Jejaring sosial - Instagram, Twitter, Facebook menerima WebP secara native.',
|
|
141
|
+
'Aplikasi web dan PWA - ukuran minimum untuk pemuatan instan.',
|
|
142
|
+
'Pengarsipan efisien - menggantikan koleksi BMP warisan dengan penghematan gigabyte.',
|
|
143
|
+
'Pemasaran email - gambar ringan yang memuat cepat di klien email modern mana pun.',
|
|
154
144
|
],
|
|
155
145
|
},
|
|
156
146
|
{
|
|
@@ -160,7 +150,7 @@ const seo: BmpAWebpLocaleContent['seo'] = [
|
|
|
160
150
|
},
|
|
161
151
|
{
|
|
162
152
|
type: 'paragraph',
|
|
163
|
-
html: 'Jika Anda memiliki file BMP warisan dari Windows, tangkapan layar tanpa kompresi, atau gambar dari alat lama, mengubahnya ke WebP adalah tindakan paling berdampak yang dapat Anda lakukan untuk mengoptimalkan penyimpanan dan kinerja web Anda. Dengan alat kami, konversi instan, pribadi, dan tanpa batas
|
|
153
|
+
html: 'Jika Anda memiliki file BMP warisan dari Windows, tangkapan layar tanpa kompresi, atau gambar dari alat lama, mengubahnya ke WebP adalah tindakan paling berdampak yang dapat Anda lakukan untuk mengoptimalkan penyimpanan dan kinerja web Anda. Dengan alat kami, konversi instan, pribadi, dan tanpa batas - persis seperti yang seharusnya.',
|
|
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 { BmpAWebpLocaleContent } from '../index';
|
|
@@ -51,17 +52,6 @@ const howTo: BmpAWebpLocaleContent['howTo'] = [
|
|
|
51
52
|
},
|
|
52
53
|
];
|
|
53
54
|
|
|
54
|
-
const bibliography: BmpAWebpLocaleContent['bibliography'] = [
|
|
55
|
-
{
|
|
56
|
-
name: 'BMP File Format',
|
|
57
|
-
url: 'https://en.wikipedia.org/wiki/BMP_file_format',
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
name: 'Google WebP Documentation',
|
|
61
|
-
url: 'https://developers.google.com/speed/webp',
|
|
62
|
-
},
|
|
63
|
-
];
|
|
64
|
-
|
|
65
55
|
const seo: BmpAWebpLocaleContent['seo'] = [
|
|
66
56
|
{
|
|
67
57
|
type: 'title',
|
|
@@ -112,7 +102,7 @@ const seo: BmpAWebpLocaleContent['seo'] = [
|
|
|
112
102
|
highlight: true,
|
|
113
103
|
points: [
|
|
114
104
|
'Conversione istantanea senza trasferimento di rete',
|
|
115
|
-
'Privatatezza assoluta
|
|
105
|
+
'Privatatezza assoluta - 0 byte escono dal tuo dispositivo',
|
|
116
106
|
'Senza limiti di dimensione per file',
|
|
117
107
|
'Funziona senza connessione a Internet',
|
|
118
108
|
],
|
|
@@ -146,11 +136,11 @@ const seo: BmpAWebpLocaleContent['seo'] = [
|
|
|
146
136
|
type: 'list',
|
|
147
137
|
icon: 'mdi:check-circle',
|
|
148
138
|
items: [
|
|
149
|
-
'Pubblicazione web
|
|
150
|
-
'Social network
|
|
151
|
-
'Applicazioni web e PWA
|
|
152
|
-
'Archiviazione efficiente
|
|
153
|
-
'Email marketing
|
|
139
|
+
'Pubblicazione web - Chrome, Firefox, Safari, Edge e tutti i browser moderni.',
|
|
140
|
+
'Social network - Instagram, Twitter, Facebook accettano WebP in modo nativo.',
|
|
141
|
+
'Applicazioni web e PWA - dimensioni minime per caricamento istantaneo.',
|
|
142
|
+
'Archiviazione efficiente - sostituisce collezioni di BMP legacy risparmiando gigabyte.',
|
|
143
|
+
'Email marketing - immagini leggere che caricano velocemente in qualsiasi client mail moderno.',
|
|
154
144
|
],
|
|
155
145
|
},
|
|
156
146
|
{
|
|
@@ -160,7 +150,7 @@ const seo: BmpAWebpLocaleContent['seo'] = [
|
|
|
160
150
|
},
|
|
161
151
|
{
|
|
162
152
|
type: 'paragraph',
|
|
163
|
-
html: 'Se hai file BMP ereditati da Windows, screenshot non compressi o immagini da strumenti datati, convertirli in WebP è l\'azione più impattante che puoi intraprendere per ottimizzare lo spazio di archiviazione e le prestazioni web. Con il nostro strumento, la conversione è istantanea, privata e senza limiti
|
|
153
|
+
html: 'Se hai file BMP ereditati da Windows, screenshot non compressi o immagini da strumenti datati, convertirli in WebP è l\'azione più impattante che puoi intraprendere per ottimizzare lo spazio di archiviazione e le prestazioni web. Con il nostro strumento, la conversione è istantanea, privata e senza limiti - esattamente come dovrebbe essere.',
|
|
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 { BmpAWebpLocaleContent } from '../index';
|
|
@@ -51,17 +52,6 @@ const howTo: BmpAWebpLocaleContent['howTo'] = [
|
|
|
51
52
|
},
|
|
52
53
|
];
|
|
53
54
|
|
|
54
|
-
const bibliography: BmpAWebpLocaleContent['bibliography'] = [
|
|
55
|
-
{
|
|
56
|
-
name: 'BMP File Format',
|
|
57
|
-
url: 'https://en.wikipedia.org/wiki/BMP_file_format',
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
name: 'Google WebP Documentation',
|
|
61
|
-
url: 'https://developers.google.com/speed/webp',
|
|
62
|
-
},
|
|
63
|
-
];
|
|
64
|
-
|
|
65
55
|
const seo: BmpAWebpLocaleContent['seo'] = [
|
|
66
56
|
{
|
|
67
57
|
type: 'title',
|
|
@@ -112,7 +102,7 @@ const seo: BmpAWebpLocaleContent['seo'] = [
|
|
|
112
102
|
highlight: true,
|
|
113
103
|
points: [
|
|
114
104
|
'ネットワーク転送なしでの即時変換',
|
|
115
|
-
'完全なプライバシー
|
|
105
|
+
'完全なプライバシー - 0バイトが外部に送信される',
|
|
116
106
|
'ファイルごとのサイズ制限なし',
|
|
117
107
|
'インターネット接続なしでも動作',
|
|
118
108
|
],
|
|
@@ -146,11 +136,11 @@ const seo: BmpAWebpLocaleContent['seo'] = [
|
|
|
146
136
|
type: 'list',
|
|
147
137
|
icon: 'mdi:check-circle',
|
|
148
138
|
items: [
|
|
149
|
-
'ウェブ公開
|
|
150
|
-
'ソーシャルネットワーク
|
|
151
|
-
'ウェブアプリとPWA
|
|
152
|
-
'効率的なアーカイブ
|
|
153
|
-
'メールマーケティング
|
|
139
|
+
'ウェブ公開 - Chrome, Firefox, Safari, Edgeおよびすべての最新ブラウザ。',
|
|
140
|
+
'ソーシャルネットワーク - Instagram, Twitter, FacebookはWebPをネイティブにサポート。',
|
|
141
|
+
'ウェブアプリとPWA - 即座に読み込むための最小サイズ。',
|
|
142
|
+
'効率的なアーカイブ - 旧来のBMPコレクションを置き換えてギガバイト単位で節約。',
|
|
143
|
+
'メールマーケティング - 最新のメールクライアントで高速に読み込める軽量画像。',
|
|
154
144
|
],
|
|
155
145
|
},
|
|
156
146
|
{
|
|
@@ -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 { BmpAWebpLocaleContent } from '../index';
|
|
@@ -51,17 +52,6 @@ const howTo: BmpAWebpLocaleContent['howTo'] = [
|
|
|
51
52
|
},
|
|
52
53
|
];
|
|
53
54
|
|
|
54
|
-
const bibliography: BmpAWebpLocaleContent['bibliography'] = [
|
|
55
|
-
{
|
|
56
|
-
name: 'BMP File Format',
|
|
57
|
-
url: 'https://en.wikipedia.org/wiki/BMP_file_format',
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
name: 'Google WebP Documentation',
|
|
61
|
-
url: 'https://developers.google.com/speed/webp',
|
|
62
|
-
},
|
|
63
|
-
];
|
|
64
|
-
|
|
65
55
|
const seo: BmpAWebpLocaleContent['seo'] = [
|
|
66
56
|
{
|
|
67
57
|
type: 'title',
|
|
@@ -112,7 +102,7 @@ const seo: BmpAWebpLocaleContent['seo'] = [
|
|
|
112
102
|
highlight: true,
|
|
113
103
|
points: [
|
|
114
104
|
'네트워크 전송 없이 실시간 즉시 변환 수행',
|
|
115
|
-
'철저한 개인정보 보호
|
|
105
|
+
'철저한 개인정보 보호 - 외부로 0바이트 전송',
|
|
116
106
|
'파일당 용량이나 개수에 대한 인위적인 제한 없음',
|
|
117
107
|
'인터넷 연결 없이도 오프라인에서도 작동',
|
|
118
108
|
],
|
|
@@ -146,11 +136,11 @@ const seo: BmpAWebpLocaleContent['seo'] = [
|
|
|
146
136
|
type: 'list',
|
|
147
137
|
icon: 'mdi:check-circle',
|
|
148
138
|
items: [
|
|
149
|
-
'웹 기반 서비스
|
|
150
|
-
'소셜 네트워크
|
|
151
|
-
'앱 개발 및 PWA
|
|
152
|
-
'효율적인 아카이브
|
|
153
|
-
'이메일 마케팅
|
|
139
|
+
'웹 기반 서비스 - 크롬, 사파리, 엣지 등 모든 현대적 브라우저 지원.',
|
|
140
|
+
'소셜 네트워크 - 인스타그램, X(트위터), 페이스북 등에서의 네이티브 지원.',
|
|
141
|
+
'앱 개발 및 PWA - 빠른 로딩을 위한 최소 용량 이미지 구축.',
|
|
142
|
+
'효율적인 아카이브 - 대용량 BMP 컬렉션을 기가바이트 단위로 절약하며 보관.',
|
|
143
|
+
'이메일 마케팅 - 모든 메일 클라이언트에서 빠르게 로딩되는 고화질 이미지.',
|
|
154
144
|
],
|
|
155
145
|
},
|
|
156
146
|
{
|
|
@@ -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 { BmpAWebpLocaleContent } from '../index';
|
|
@@ -51,17 +52,6 @@ const howTo: BmpAWebpLocaleContent['howTo'] = [
|
|
|
51
52
|
},
|
|
52
53
|
];
|
|
53
54
|
|
|
54
|
-
const bibliography: BmpAWebpLocaleContent['bibliography'] = [
|
|
55
|
-
{
|
|
56
|
-
name: 'BMP File Format',
|
|
57
|
-
url: 'https://en.wikipedia.org/wiki/BMP_file_format',
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
name: 'Google WebP Documentation',
|
|
61
|
-
url: 'https://developers.google.com/speed/webp',
|
|
62
|
-
},
|
|
63
|
-
];
|
|
64
|
-
|
|
65
55
|
const seo: BmpAWebpLocaleContent['seo'] = [
|
|
66
56
|
{
|
|
67
57
|
type: 'title',
|
|
@@ -112,7 +102,7 @@ const seo: BmpAWebpLocaleContent['seo'] = [
|
|
|
112
102
|
highlight: true,
|
|
113
103
|
points: [
|
|
114
104
|
'Directe conversie zonder netwerkoverdracht',
|
|
115
|
-
'Absolute privacy
|
|
105
|
+
'Absolute privacy - 0 bytes verlaten je apparaat',
|
|
116
106
|
'Zonder groottebeperkingen per bestand',
|
|
117
107
|
'Werkt zonder internetverbinding',
|
|
118
108
|
],
|
|
@@ -146,11 +136,11 @@ const seo: BmpAWebpLocaleContent['seo'] = [
|
|
|
146
136
|
type: 'list',
|
|
147
137
|
icon: 'mdi:check-circle',
|
|
148
138
|
items: [
|
|
149
|
-
'Webpublicatie
|
|
150
|
-
'Sociale netwerken
|
|
151
|
-
'Web-apps en PWA
|
|
152
|
-
'Efficiënte archivering
|
|
153
|
-
'E-mailmarketing
|
|
139
|
+
'Webpublicatie - Chrome, Firefox, Safari, Edge en alle moderne browsers.',
|
|
140
|
+
'Sociale netwerken - Instagram, Twitter, Facebook accepteren WebP op eigen wijze.',
|
|
141
|
+
'Web-apps en PWA - minimale groottes voor direct laden.',
|
|
142
|
+
'Efficiënte archivering - vervangt collecties van oude BMP\'s en bespaart gigabytes.',
|
|
143
|
+
'E-mailmarketing - lichte afbeeldingen die snel laden in elke moderne e-mailclient.',
|
|
154
144
|
],
|
|
155
145
|
},
|
|
156
146
|
{
|
|
@@ -160,7 +150,7 @@ const seo: BmpAWebpLocaleContent['seo'] = [
|
|
|
160
150
|
},
|
|
161
151
|
{
|
|
162
152
|
type: 'paragraph',
|
|
163
|
-
html: 'Als je oude BMP-bestanden van Windows, ongecomprimeerde screenshots of afbeeldingen van oude tools hebt, is het converteren naar WebP de meest impactvolle actie die je kunt ondernemen om je opslag en webprestaties te optimaliseren. Met onze tool is de conversie direct, privé en zonder beperkingen
|
|
153
|
+
html: 'Als je oude BMP-bestanden van Windows, ongecomprimeerde screenshots of afbeeldingen van oude tools hebt, is het converteren naar WebP de meest impactvolle actie die je kunt ondernemen om je opslag en webprestaties te optimaliseren. Met onze tool is de conversie direct, privé en zonder beperkingen - precies zoals het zou moeten zijn.',
|
|
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 { BmpAWebpLocaleContent } from '../index';
|
|
@@ -51,17 +52,6 @@ const howTo: BmpAWebpLocaleContent['howTo'] = [
|
|
|
51
52
|
},
|
|
52
53
|
];
|
|
53
54
|
|
|
54
|
-
const bibliography: BmpAWebpLocaleContent['bibliography'] = [
|
|
55
|
-
{
|
|
56
|
-
name: 'BMP File Format',
|
|
57
|
-
url: 'https://en.wikipedia.org/wiki/BMP_file_format',
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
name: 'Google WebP Documentation',
|
|
61
|
-
url: 'https://developers.google.com/speed/webp',
|
|
62
|
-
},
|
|
63
|
-
];
|
|
64
|
-
|
|
65
55
|
const seo: BmpAWebpLocaleContent['seo'] = [
|
|
66
56
|
{
|
|
67
57
|
type: 'title',
|
|
@@ -112,7 +102,7 @@ const seo: BmpAWebpLocaleContent['seo'] = [
|
|
|
112
102
|
highlight: true,
|
|
113
103
|
points: [
|
|
114
104
|
'Natychmiastowa konwersja bez transmisji sieciowej',
|
|
115
|
-
'Absolutna prywatność
|
|
105
|
+
'Absolutna prywatność - 0 bajtów opuszcza Twoje urządzenie',
|
|
116
106
|
'Brak limitów rozmiaru na plik',
|
|
117
107
|
'Działa bez połączenia z internetem',
|
|
118
108
|
],
|
|
@@ -146,11 +136,11 @@ const seo: BmpAWebpLocaleContent['seo'] = [
|
|
|
146
136
|
type: 'list',
|
|
147
137
|
icon: 'mdi:check-circle',
|
|
148
138
|
items: [
|
|
149
|
-
'Publikowanie w internecie
|
|
150
|
-
'Media społecznościowe
|
|
151
|
-
'Aplikacje internetowe i PWA
|
|
152
|
-
'Wydajne archiwizowanie
|
|
153
|
-
'Marketing e-mailowy
|
|
139
|
+
'Publikowanie w internecie - Chrome, Firefox, Safari, Edge i wszystkie nowoczesne przeglądarki.',
|
|
140
|
+
'Media społecznościowe - Instagram, Twitter, Facebook natywnie akceptują format WebP.',
|
|
141
|
+
'Aplikacje internetowe i PWA - minimalne rozmiary dla natychmiastowego ładowania.',
|
|
142
|
+
'Wydajne archiwizowanie - zastępuje kolekcje starych plików BMP, oszczędzając gigabajty.',
|
|
143
|
+
'Marketing e-mailowy - lekkie obrazy, które ładują się szybko w każdym nowoczesnym kliencie pocztowym.',
|
|
154
144
|
],
|
|
155
145
|
},
|
|
156
146
|
{
|
|
@@ -160,7 +150,7 @@ const seo: BmpAWebpLocaleContent['seo'] = [
|
|
|
160
150
|
},
|
|
161
151
|
{
|
|
162
152
|
type: 'paragraph',
|
|
163
|
-
html: 'Jeśli posiadasz stare pliki BMP z systemu Windows, nieskompresowane zrzuty ekranu lub obrazy ze starych narzędzi, konwersja ich na format WebP to najbardziej uderzające działanie, jakie możesz podjąć, aby zoptymalizować miejsce na dysku i wydajność strony internetowej. Dzięki naszemu narzędziu konwersja jest natychmiastowa, prywatna i bez limitów
|
|
153
|
+
html: 'Jeśli posiadasz stare pliki BMP z systemu Windows, nieskompresowane zrzuty ekranu lub obrazy ze starych narzędzi, konwersja ich na format WebP to najbardziej uderzające działanie, jakie możesz podjąć, aby zoptymalizować miejsce na dysku i wydajność strony internetowej. Dzięki naszemu narzędziu konwersja jest natychmiastowa, prywatna i bez limitów - dokładnie tak, jak powinno być.',
|
|
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 { BmpAWebpLocaleContent } from '../index';
|
|
@@ -51,17 +52,6 @@ const howTo: BmpAWebpLocaleContent['howTo'] = [
|
|
|
51
52
|
},
|
|
52
53
|
];
|
|
53
54
|
|
|
54
|
-
const bibliography: BmpAWebpLocaleContent['bibliography'] = [
|
|
55
|
-
{
|
|
56
|
-
name: 'BMP File Format',
|
|
57
|
-
url: 'https://en.wikipedia.org/wiki/BMP_file_format',
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
name: 'Google WebP Documentation',
|
|
61
|
-
url: 'https://developers.google.com/speed/webp',
|
|
62
|
-
},
|
|
63
|
-
];
|
|
64
|
-
|
|
65
55
|
const seo: BmpAWebpLocaleContent['seo'] = [
|
|
66
56
|
{
|
|
67
57
|
type: 'title',
|
|
@@ -112,7 +102,7 @@ const seo: BmpAWebpLocaleContent['seo'] = [
|
|
|
112
102
|
highlight: true,
|
|
113
103
|
points: [
|
|
114
104
|
'Conversão instantânea sem transferência de rede',
|
|
115
|
-
'Privacidade absoluta
|
|
105
|
+
'Privacidade absoluta - 0 bytes saem do seu dispositivo',
|
|
116
106
|
'Sem limites de tamanho por ficheiro',
|
|
117
107
|
'Funciona sem ligação à internet',
|
|
118
108
|
],
|
|
@@ -146,11 +136,11 @@ const seo: BmpAWebpLocaleContent['seo'] = [
|
|
|
146
136
|
type: 'list',
|
|
147
137
|
icon: 'mdi:check-circle',
|
|
148
138
|
items: [
|
|
149
|
-
'Publicação web
|
|
150
|
-
'Redes sociais
|
|
151
|
-
'Aplicações web e PWA
|
|
152
|
-
'Arquivamento eficiente
|
|
153
|
-
'Email marketing
|
|
139
|
+
'Publicação web - Chrome, Firefox, Safari, Edge e todos os navegadores modernos.',
|
|
140
|
+
'Redes sociais - Instagram, Twitter, Facebook aceitam WebP de forma nativa.',
|
|
141
|
+
'Aplicações web e PWA - tamanhos mínimos para carga instantânea.',
|
|
142
|
+
'Arquivamento eficiente - substitui coleções de BMPs herdados poupando gigabytes.',
|
|
143
|
+
'Email marketing - imagens leves que carregam rápido em qualquer cliente de correio moderno.',
|
|
154
144
|
],
|
|
155
145
|
},
|
|
156
146
|
{
|
|
@@ -160,7 +150,7 @@ const seo: BmpAWebpLocaleContent['seo'] = [
|
|
|
160
150
|
},
|
|
161
151
|
{
|
|
162
152
|
type: 'paragraph',
|
|
163
|
-
html: 'Se tem ficheiros BMP herdados do Windows, capturas de ecrã sem comprimir ou imagens de ferramentas antigas, convertê-los para WebP é a ação mais impactante que pode tomar para otimizar o seu armazenamento e desempenho web. Com a nossa ferramenta, a conversão é instantânea, privada e sem limites
|
|
153
|
+
html: 'Se tem ficheiros BMP herdados do Windows, capturas de ecrã sem comprimir ou imagens de ferramentas antigas, convertê-los para WebP é a ação mais impactante que pode tomar para otimizar o seu armazenamento e desempenho web. Com a nossa ferramenta, a conversão é instantânea, privada e sem limites - exatamente como deveria ser.',
|
|
164
154
|
},
|
|
165
155
|
];
|
|
166
156
|
|